mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 02:09:15 +01:00
add more info on incomplete blockchain (#3526)
This commit is contained in:
parent
9d3e4faf3d
commit
5a08729644
@ -81,7 +81,7 @@ do
|
||||
# https://github.com/rootzoll/raspiblitz/issues/2659
|
||||
####################################################
|
||||
|
||||
# once a day 5 minutes
|
||||
# once a day
|
||||
recheckLogs=$((($counter % 86400)+2))
|
||||
if [ ${recheckLogs} -eq 1 ]; then
|
||||
echo "*** MONITOR LOG SIZES ***"
|
||||
|
@ -275,7 +275,7 @@ if [ "$1" = "target" ]; then
|
||||
case $response in
|
||||
1) quickCheckOK=1 ;;
|
||||
esac
|
||||
|
||||
|
||||
fi
|
||||
|
||||
if [ ${quickCheckOK} -eq 0 ]; then
|
||||
@ -291,6 +291,16 @@ if [ "$1" = "target" ]; then
|
||||
echo "restarting services ... (please wait)"
|
||||
sudo systemctl enable bitcoind
|
||||
|
||||
clear
|
||||
echo "****************************************************************************"
|
||||
echo "OK your RaspiBlitz will now go into reboot and try to sync the blockchain"
|
||||
echo "by itself. If you run into troubles you can always cut power and restart"
|
||||
echo "setup with a fresh flashed sd card."
|
||||
echo "****************************************************************************"
|
||||
echo "PRESS ENTER to trigger reboot."
|
||||
sleep 1
|
||||
read key
|
||||
|
||||
echo "rebooting"
|
||||
/home/admin/config.scripts/blitz.shutdown.sh reboot
|
||||
exit
|
||||
|
Loading…
Reference in New Issue
Block a user