mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-22 06:14:20 +01:00
correct macaroon path
This commit is contained in:
@@ -24,7 +24,7 @@ Install instructions: https://github.com/LN-Zap/zap-desktop#install
|
|||||||
* Restart LND :
|
* Restart LND :
|
||||||
`$ sudo systemctl restart lnd`
|
`$ sudo systemctl restart lnd`
|
||||||
|
|
||||||
* Copy the new tls.cert to user "admin", as they are needed to use lncli:
|
* Copy the new tls.cert to user "admin", as it is needed for lncli:
|
||||||
`$ sudo cp /home/bitcoin/.lnd/tls.cert /home/admin/.lnd`
|
`$ sudo cp /home/bitcoin/.lnd/tls.cert /home/admin/.lnd`
|
||||||
|
|
||||||
* Unlock wallet
|
* Unlock wallet
|
||||||
@@ -44,7 +44,7 @@ Install instructions: https://github.com/LN-Zap/zap-desktop#install
|
|||||||
`$ scp admin@your.RaspiBolt.LAN.IP:/home/admin/.lnd/tls.cert ~/`
|
`$ scp admin@your.RaspiBolt.LAN.IP:/home/admin/.lnd/tls.cert ~/`
|
||||||
|
|
||||||
* Copy the admin.macaroon to your home directory:
|
* Copy the admin.macaroon to your home directory:
|
||||||
`$ scp admin@your.RaspiBolt.LAN.IP:/home/admin/admin.macaroon ~/`
|
`$ scp admin@your.RaspiBolt.LAN.IP:/home/bitcoin/.lnd/admin.macaroon ~/`
|
||||||
|
|
||||||
### Configure ZAP
|
### Configure ZAP
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user