From 7bd458245d8b87e3654a3f1d3677cce70431cac9 Mon Sep 17 00:00:00 2001 From: openoms Date: Thu, 31 Jan 2019 01:41:52 +0000 Subject: [PATCH] correct admin.macaroon path and add change user to root --- ZAPtoRaspiBolt/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ZAPtoRaspiBolt/README.md b/ZAPtoRaspiBolt/README.md index 509204e..04ca1e1 100644 --- a/ZAPtoRaspiBolt/README.md +++ b/ZAPtoRaspiBolt/README.md @@ -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. `$ 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``` * 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 ~/` * 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