You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openoms edited this page Feb 13, 2020
·
2 revisions
sudo sh -c "cat /mnt/hdd/lnd/data/chain/${network}/${chain}net/readonly.macaroon > /home/admin/.lnd/data/chain/${network}/${chain}net/readonly.macaroon"
nano ./config.scripts/bonus/lndconnect.sh
jump to line 212 with CTRL + _
add the option:
--readonly
Even easier:
sudo sh -c "cat /mnt/hdd/lnd/data/chain/${network}/${chain}net/readonly.macaroon > /home/admin/.lnd/data/chain/${network}/${chain}net/admin.macaroon"