From 05741871540d3c7c5fbf1115bd1e6c83701812aa Mon Sep 17 00:00:00 2001 From: /rootzoll Date: Fri, 26 Oct 2018 01:19:49 +0200 Subject: [PATCH] more info on edge cases in issue #152 --- home.admin/50torrentHDD.bitcoin.sh | 4 +++- home.admin/70initLND.sh | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/home.admin/50torrentHDD.bitcoin.sh b/home.admin/50torrentHDD.bitcoin.sh index ea2cc55..a68622b 100755 --- a/home.admin/50torrentHDD.bitcoin.sh +++ b/home.admin/50torrentHDD.bitcoin.sh @@ -89,9 +89,11 @@ while : clear echo "****************************************************" echo "Monitoring Screen Session: Torrent base+update" - echo "If needed press key x to stop TORRENT download" echo "NOTICE: This can take multiple hours or days !!" echo "Its OK to close terminal now and SSH back in later." + echo "If u see the torrents 100% downloaded and verified," + echo "press X to continue. Also press x to abort download" + echo "before 100% if you want to switch to another option." echo "****************************************************" echo "" diff --git a/home.admin/70initLND.sh b/home.admin/70initLND.sh index 9504f1a..0d449e7 100755 --- a/home.admin/70initLND.sh +++ b/home.admin/70initLND.sh @@ -43,7 +43,8 @@ while [ ${chainIsReady} -eq 0 ] if [ "${chain}" = "test" ]; then testnetAdd="testnet3/" fi - sudo tail -n 5 /mnt/hdd/bitcoin/${testnetAdd}debug.log + sudo tail -n 5 /mnt/hdd/${network}/${testnetAdd}debug.log + echo "If you see an error -28 relax, just give it some time." echo "Waiting 1 minute and then trying again ..." sleep 60 echo ""