mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
added settings menu
This commit is contained in:
parent
f6b6c1e837
commit
38de58b2d2
2 changed files with 6 additions and 0 deletions
|
@ -90,6 +90,7 @@ else
|
|||
CHANNEL "Open a Channel with Peer" \
|
||||
SEND "Pay an Invoice/PaymentRequest" \
|
||||
RECEIVE "Create Invoice/PaymentRequest" \
|
||||
SERVICES "Activate/Deactivate Services" \
|
||||
lnbalance "Detailed Wallet Balances" \
|
||||
lnchannels "Lightning Channel List" \
|
||||
MOBILE "Connect Mobile Wallet")
|
||||
|
@ -201,6 +202,10 @@ case $CHOICE in
|
|||
read key
|
||||
./00mainMenu.sh
|
||||
;;
|
||||
SERVICES)
|
||||
./00settingsMenuServices.sh
|
||||
./00mainMenu.sh
|
||||
;;
|
||||
CLOSEALL)
|
||||
./BBcloseAllChannels.sh
|
||||
echo "Press ENTER to return to main menu."
|
||||
|
|
|
@ -60,4 +60,5 @@ if [ "$chain" = "test" ]; then
|
|||
echo "get some testnet coins from https://testnet-faucet.mempool.co"
|
||||
fi
|
||||
echo "Whats next? --> Wait for confirmations. You can use lnbalance for main menu or info on LCD to check if funds have arrived."
|
||||
echo "If you want your lighting node to open channels automatically, activate the 'Autopilot' under 'Activate/Deactivate Services'"
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Reference in a new issue