mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix SCP export macaroons
This commit is contained in:
parent
7894be7dd3
commit
35bb82b638
1 changed files with 3 additions and 9 deletions
|
@ -81,16 +81,10 @@ elif [ "${exportType}" = "scp" ]; then
|
|||
echo "Copy, paste and execute these commands in your client terminal to download the files."
|
||||
echo "The password needed during download is your Password A."
|
||||
echo ""
|
||||
echo "admin.macaroon:"
|
||||
echo "scp bitcoin@${local_ip}:/home/bitcoin/.lnd/data/chain/${network}/${chain}net/admin.macaroon ./"
|
||||
echo "Macaroons:"
|
||||
echo "scp bitcoin@${local_ip}:/home/bitcoin/.lnd/data/chain/${network}/${chain}net/\*.macaroon ./"
|
||||
echo ""
|
||||
echo "invoice.macaroon:"
|
||||
echo "scp bitcoin@${local_ip}:/home/bitcoin/.lnd/data/chain/${network}/${chain}net/invoice.macaroon ./"
|
||||
echo ""
|
||||
echo "readonly.macaroon:"
|
||||
echo "scp bitcoin@${local_ip}:/home/bitcoin/.lnd/data/chain/${network}/${chain}net/readonly.macaroon ./"
|
||||
echo ""
|
||||
echo "tls.cert:"
|
||||
echo "TLS Certificate:"
|
||||
echo "scp bitcoin@${local_ip}:/home/bitcoin/.lnd/tls.cert ./"
|
||||
echo ""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue