From 38de58b2d2039d66b237c5f887e1900e2b16b560 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 15 Oct 2018 23:36:40 +0200 Subject: [PATCH] added settings menu --- home.admin/00mainMenu.sh | 5 +++++ home.admin/BBfundWallet.sh | 1 + 2 files changed, 6 insertions(+) diff --git a/home.admin/00mainMenu.sh b/home.admin/00mainMenu.sh index c995ab4..188abd1 100755 --- a/home.admin/00mainMenu.sh +++ b/home.admin/00mainMenu.sh @@ -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." diff --git a/home.admin/BBfundWallet.sh b/home.admin/BBfundWallet.sh index c0d5470..4b4ff08 100755 --- a/home.admin/BBfundWallet.sh +++ b/home.admin/BBfundWallet.sh @@ -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 ""