Browse Source

more info on edge cases in issue #152

#146
/rootzoll 6 years ago
parent
commit
0574187154
  1. 4
      home.admin/50torrentHDD.bitcoin.sh
  2. 3
      home.admin/70initLND.sh

4
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 ""

3
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 ""

Loading…
Cancel
Save