mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
more info
This commit is contained in:
parent
eb42ea84c2
commit
ce92f3a1ee
2 changed files with 6 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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…
Add table
Reference in a new issue