Browse Source

more info

#146
rootzoll 6 years ago
parent
commit
ce92f3a1ee
  1. 2
      README.md
  2. 5
      home.admin/10setupBlitz.sh

2
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)

5
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}"

Loading…
Cancel
Save