From 662644d37d9bf1226da310f88c5f67b05fe9659e Mon Sep 17 00:00:00 2001 From: openoms Date: Wed, 16 Jan 2019 12:05:01 +0000 Subject: [PATCH] correct macaroon path --- ZAPtoRaspiBolt/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ZAPtoRaspiBolt/README.md b/ZAPtoRaspiBolt/README.md index 4371da1..0df9342 100644 --- a/ZAPtoRaspiBolt/README.md +++ b/ZAPtoRaspiBolt/README.md @@ -24,9 +24,9 @@ Install instructions: https://github.com/LN-Zap/zap-desktop#install * 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` - + * Unlock wallet `$ lncli unlock` @@ -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/admin/admin.macaroon ~/` +`$ scp admin@your.RaspiBolt.LAN.IP:/home/bitcoin/.lnd/admin.macaroon ~/` ### Configure ZAP