Browse Source

added settings menu

#146
rootzoll 6 years ago
parent
commit
38de58b2d2
  1. 5
      home.admin/00mainMenu.sh
  2. 1
      home.admin/BBfundWallet.sh

5
home.admin/00mainMenu.sh

@ -90,6 +90,7 @@ else
CHANNEL "Open a Channel with Peer" \ CHANNEL "Open a Channel with Peer" \
SEND "Pay an Invoice/PaymentRequest" \ SEND "Pay an Invoice/PaymentRequest" \
RECEIVE "Create Invoice/PaymentRequest" \ RECEIVE "Create Invoice/PaymentRequest" \
SERVICES "Activate/Deactivate Services" \
lnbalance "Detailed Wallet Balances" \ lnbalance "Detailed Wallet Balances" \
lnchannels "Lightning Channel List" \ lnchannels "Lightning Channel List" \
MOBILE "Connect Mobile Wallet") MOBILE "Connect Mobile Wallet")
@ -201,6 +202,10 @@ case $CHOICE in
read key read key
./00mainMenu.sh ./00mainMenu.sh
;; ;;
SERVICES)
./00settingsMenuServices.sh
./00mainMenu.sh
;;
CLOSEALL) CLOSEALL)
./BBcloseAllChannels.sh ./BBcloseAllChannels.sh
echo "Press ENTER to return to main menu." echo "Press ENTER to return to main menu."

1
home.admin/BBfundWallet.sh

@ -60,4 +60,5 @@ if [ "$chain" = "test" ]; then
echo "get some testnet coins from https://testnet-faucet.mempool.co" echo "get some testnet coins from https://testnet-faucet.mempool.co"
fi 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 "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 "" echo ""

Loading…
Cancel
Save