Merge pull request #155 from geco91/master

more info on edge cases in issue #152
This commit is contained in:
Christian Rotzoll 2018-10-26 22:22:39 +02:00 committed by GitHub
commit 25a35e5825
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -89,9 +89,11 @@ while :
clear clear
echo "****************************************************" echo "****************************************************"
echo "Monitoring Screen Session: Torrent base+update" 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 "NOTICE: This can take multiple hours or days !!"
echo "Its OK to close terminal now and SSH back in later." 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 "****************************************************"
echo "" echo ""

View file

@ -43,7 +43,8 @@ while [ ${chainIsReady} -eq 0 ]
if [ "${chain}" = "test" ]; then if [ "${chain}" = "test" ]; then
testnetAdd="testnet3/" testnetAdd="testnet3/"
fi 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 ..." echo "Waiting 1 minute and then trying again ..."
sleep 60 sleep 60
echo "" echo ""