mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-20 05:14:19 +01:00
correct admin.macaroon path and add change user to root
This commit is contained in:
@@ -15,7 +15,7 @@ Install instructions: https://github.com/LN-Zap/zap-desktop#install
|
|||||||
* Allow connections to the RaspiBolt from your LAN. Check what your LAN IP address is starting with eg. 192.168.0 or 192.168.1 and use the address accordingly. Ending with .0/24 will allow all IP addresses from that network.
|
* Allow connections to the RaspiBolt from your LAN. Check what your LAN IP address is starting with eg. 192.168.0 or 192.168.1 and use the address accordingly. Ending with .0/24 will allow all IP addresses from that network.
|
||||||
`$ sudo nano /home/bitcoin/.lnd/lnd.conf`
|
`$ sudo nano /home/bitcoin/.lnd/lnd.conf`
|
||||||
|
|
||||||
Add the following line to the section `[Application Options]`:
|
Add the following line to the section `[Application Options]`:
|
||||||
```tlsextraip=192.168.0.0/24```
|
```tlsextraip=192.168.0.0/24```
|
||||||
|
|
||||||
* Delete tls.cert (restarting LND will recreate it):
|
* Delete tls.cert (restarting LND will recreate it):
|
||||||
@@ -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/bitcoin/.lnd/admin.macaroon ~/`
|
`$ scp root@your.RaspiBolt.LAN.IP:/home/bitcoin/.lnd/data/chain/bitcoin/mainnet/admin.macaroon ~/`
|
||||||
|
|
||||||
### Configure ZAP
|
### Configure ZAP
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user