From 70635f5b3116fe33a0ae5d91367d8da7721cfc7f Mon Sep 17 00:00:00 2001 From: rootzoll Date: Sat, 16 Feb 2019 00:19:39 +0100 Subject: [PATCH] info on corrupted data --- home.admin/50copyHDD.sh | 4 +++- home.admin/config.scripts/network.reindex.sh | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/home.admin/50copyHDD.sh b/home.admin/50copyHDD.sh index 34a4457..5fa7028 100755 --- a/home.admin/50copyHDD.sh +++ b/home.admin/50copyHDD.sh @@ -14,7 +14,8 @@ if [ "${setupStep}" = "100" ]; then # make sure services are not running echo "stopping servcies ..." sudo systemctl stop lnd - sudo systemctl stop bitcoind + sudo systemctl stop bitcoind + sudo systemctl disable bitcoind fi # delete all IN bitcoin directory but not itself if it exists @@ -115,6 +116,7 @@ echo "*********************************************" # if started after intial setup - quit here if [ "${setupStep}" = "100" ]; then + sudo systemctl enable bitcoind "DONE - reboot is needed: sudo shutdown -r now" exit 0 fi diff --git a/home.admin/config.scripts/network.reindex.sh b/home.admin/config.scripts/network.reindex.sh index 881e753..e1c3950 100755 --- a/home.admin/config.scripts/network.reindex.sh +++ b/home.admin/config.scripts/network.reindex.sh @@ -50,7 +50,9 @@ while [ ${finished} -eq 0 ] echo "REINDEXING BLOCKCHAIN" echo "*************************" date - echo "THIS CAN TAKE SOME LONG TIME" + echo "THIS CAN TAKE SOME VERY LONG TIME" + echo "See Raspiblitz FAQ: https://github.com/rootzoll/raspiblitz" + echo "On question: My blockchain data is corrupted - what can I do?" echo "If you dont see any progress after 24h keep X pressed to stop." # get blockchain sync progress