mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
Merge pull request #155 from geco91/master
more info on edge cases in issue #152
This commit is contained in:
commit
25a35e5825
2 changed files with 5 additions and 2 deletions
|
@ -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 ""
|
||||||
|
|
||||||
|
|
|
@ -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 ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue