mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
BTC RPC explorer reboot after chnage
This commit is contained in:
@@ -366,7 +366,7 @@ if [ "${BTCRPCexplorer}" != "${choice}" ]; then
|
|||||||
if [ "${runBehindTor}" = "on" ]; then
|
if [ "${runBehindTor}" = "on" ]; then
|
||||||
TOR_ADDRESS=$(sudo cat /mnt/hdd/tor/btc-rpc-explorer/hostname)
|
TOR_ADDRESS=$(sudo cat /mnt/hdd/tor/btc-rpc-explorer/hostname)
|
||||||
whiptail --title " Installed BTC-RPC-Explorer " --msgbox "\
|
whiptail --title " Installed BTC-RPC-Explorer " --msgbox "\
|
||||||
The txindex needs to be created before BTC-RPC-Explorer can be active.
|
The txindex may need to be created before BTC-RPC-Explorer can be active.
|
||||||
Takes ~7 hours on a RPi4 with SSD.
|
Takes ~7 hours on a RPi4 with SSD.
|
||||||
Monitor the progress on the LCD or with 'INFO' in main menu.\n
|
Monitor the progress on the LCD or with 'INFO' in main menu.\n
|
||||||
BTC-RPC-Explorer will be available on the following URL in your local web browser:\n
|
BTC-RPC-Explorer will be available on the following URL in your local web browser:\n
|
||||||
@@ -376,13 +376,14 @@ ${TOR_ADDRESS}
|
|||||||
" 18 75
|
" 18 75
|
||||||
else
|
else
|
||||||
whiptail --title " Installed BTC-RPC-Explorer " --msgbox "\
|
whiptail --title " Installed BTC-RPC-Explorer " --msgbox "\
|
||||||
The txindex needs to be created before BTC-RPC-Explorer can be active.
|
The txindex may need to be created before BTC-RPC-Explorer can be active.
|
||||||
Takes ~7 hours on a RPi4 with SSD.
|
Takes ~7 hours on a RPi4 with SSD.
|
||||||
Monitor the progress on the LCD or with 'INFO' in main menu.\n
|
Monitor the progress on the LCD or with 'INFO' in main menu.\n
|
||||||
BTC-RPC-Explorer will be available on the following URL in your local web browser:\n
|
BTC-RPC-Explorer will be available on the following URL in your local web browser:\n
|
||||||
---> http://${localip}:3002
|
---> http://${localip}:3002
|
||||||
" 14 75
|
" 14 75
|
||||||
fi
|
fi
|
||||||
|
needsReboot=1
|
||||||
else
|
else
|
||||||
l1="!!! FAIL on BTC-RPC-Explorer install !!!"
|
l1="!!! FAIL on BTC-RPC-Explorer install !!!"
|
||||||
l2="Try manual install on terminal after reboot with:"
|
l2="Try manual install on terminal after reboot with:"
|
||||||
|
Reference in New Issue
Block a user