Browse Source

debug for testnet

#146
rootzoll 6 years ago
parent
commit
e3b22c283b
  1. 6
      home.admin/70initLND.sh

6
home.admin/70initLND.sh

@ -39,7 +39,11 @@ while [ ${chainIsReady} -eq 0 ]
echo "result(${result})"
echo "error(${error})"
if [ ${#error} -gt 0 ]; then
sudo tail -n 5 /mnt/hdd/bitcoin/debug.log
testnetAdd=""
if [ '${chain}' -ew 'test' ]; then
testnetAdd="testnet3/"
fi
sudo tail -n 5 /mnt/hdd/bitcoin/${testnetAdd}debug.log
echo "Waiting 1 minute and then trying again ..."
sleep 60
echo ""

Loading…
Cancel
Save