From ce92f3a1ee878288f9e39379632cc3929f8b0506 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Sat, 15 Sep 2018 21:52:37 +0200 Subject: [PATCH] more info --- README.md | 2 +- home.admin/10setupBlitz.sh | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58a6939..a32fe7c 100644 --- a/README.md +++ b/README.md @@ -334,4 +334,4 @@ Everybody is welcome to join, improve and extend the RaspiBlitz - its a work in Join me on twitter [@rootzoll](https://twitter.com/rootzoll), visit us at a [#lightninghackday](https://twitter.com/hashtag/LightningHackday?src=hash) in Berlin or drop by the Bitcoin Assembly at the [#35C3](https://twitter.com/hashtag/35C3). -IRC channel on Freenode `irc://irc.freenode.net/raspiblitz` +IRC channel on Freenode `irc://irc.freenode.net/raspiblitz` (unmoderated) diff --git a/home.admin/10setupBlitz.sh b/home.admin/10setupBlitz.sh index 851960e..691eb4e 100755 --- a/home.admin/10setupBlitz.sh +++ b/home.admin/10setupBlitz.sh @@ -106,6 +106,11 @@ if [ ${mountOK} -eq 1 ]; then # are there any signs of blockchain data if [ -d "/mnt/hdd/${network}" ]; then + + echo "TAIL Chain Network Log" + sudo tail /mnt/hdd/${network}/debug.log + echo "" + echo "UNKOWN STATE - there is blockain data folder, but blockchaind is not running" echo "It seems that something went wrong during sync/download/copy of the blockchain." echo "If you want start fresh --> sudo rm -r /mnt/hdd/${network}"