mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 06:48:00 +01:00
show CLN seed words for testnet/signet
This commit is contained in:
parent
71ca792638
commit
71326772b1
1 changed files with 5 additions and 1 deletions
|
@ -32,8 +32,9 @@ if [ ${#openChannels} -gt 0 ] && [ ${openChannels} -gt 0 ]; then
|
|||
OPTIONS+=(CLOSEALL "Close all open channels on $CHAIN")
|
||||
fi
|
||||
OPTIONS+=(CASHOUT "Withdraw all funds onchain ($CHAIN)")
|
||||
OPTIONS+=(SEED "Show Wallet Seed Words")
|
||||
OPTIONS+=(CLNREPAIR "Repair options for C-lightning")
|
||||
if [ "${lightning}" != "cln" ]; then
|
||||
if [ "${lightning}" != "cln" ] && [ "${CHAIN}" == "mainnet" ]; then
|
||||
OPTIONS+=(SWITCHLN "Use C-lightning as default")
|
||||
fi
|
||||
|
||||
|
@ -74,6 +75,9 @@ case $CHOICE in
|
|||
RECEIVE)
|
||||
/home/admin/BBcreateInvoice.sh cln $CHAIN
|
||||
;;
|
||||
SEED)
|
||||
sudo /home/admin/config.scripts/cln.install.sh display-seed $CHAIN
|
||||
;;
|
||||
NAME)
|
||||
sudo /home/admin/config.scripts/cln.setname.sh $CHAIN
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue