ok, funktioniert doch nicht wie ich mir das erhofft habe. Ich kriege den folgenden Code beim debuging:
blitzversion: 1.6.3
chainnetwork: bitcoin / main
16:58:14 up 1:43, 2 users, load average: 0.72, 0.65, 0.65
*** BLOCKCHAIN SYSTEMD STATUS ***
● bitcoind.service - Bitcoin daemon
Loaded: loaded (/etc/systemd/system/bitcoind.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2021-04-19 16:57:58 BST; 15s ago
Process: 23811 ExecStartPre=/home/admin/config.scripts/blitz.systemd.sh log blockchain STARTED (code=exited, status=0/SUCCESS)
Process: 23814 ExecStart=/usr/local/bin/bitcoind -daemon -conf=/home/bitcoin/.bitcoin/bitcoin.conf -pid=/home/bitcoin/.bitcoin/bitcoind.pid (code=exited, status=0/SUCCESS)
Main PID: 23818 (code=exited, status=1/FAILURE)
*** LAST BLOCKCHAIN ERROR LOGS ***
sudo journalctl -u bitcoind -b --no-pager -n8
– Logs begin at Mon 2021-04-19 15:13:18 BST, end at Mon 2021-04-19 16:58:14 BST. –
Apr 19 16:57:13 raspberrypi systemd[1]: bitcoind.service: Failed with result ‚exit-code‘.
Apr 19 16:57:43 raspberrypi systemd[1]: bitcoind.service: Service RestartSec=30s expired, scheduling restart.
Apr 19 16:57:43 raspberrypi systemd[1]: bitcoind.service: Scheduled restart job, restart counter is at 105.
Apr 19 16:57:43 raspberrypi systemd[1]: Stopped Bitcoin daemon.
Apr 19 16:57:43 raspberrypi systemd[1]: Starting Bitcoin daemon…
Apr 19 16:57:43 raspberrypi systemd[1]: Started Bitcoin daemon.
Apr 19 16:57:58 raspberrypi systemd[1]: bitcoind.service: Main process exited, code=exited, status=1/FAILURE
Apr 19 16:57:58 raspberrypi systemd[1]: bitcoind.service: Failed with result ‚exit-code‘.
1618847845 ERROR: Error found in Logs
1618847849 ERROR: Error found in Logs
*** LAST BLOCKCHAIN 20 INFO LOGS ***
sudo tail -n 20 /mnt/hdd/bitcoin/debug.log
tail: cannot open ‚/mnt/hdd/bitcoin/debug.log‘ for reading: No such file or directory
*** LND SYSTEMD STATUS ***
● lnd.service - LND Lightning Daemon
Loaded: loaded (/etc/systemd/system/lnd.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2021-04-19 15:19:59 BST; 1h 38min ago
Process: 15960 ExecStartPre=/home/admin/config.scripts/blitz.systemd.sh log lightning STARTED (code=exited, status=0/SUCCESS)
Main PID: 15962 (lnd)
Tasks: 10 (limit: 4915)
Memory: 233.9M
CGroup: /system.slice/lnd.service
└─15962 /usr/local/bin/lnd --tor.active --tor.streamisolation --tor.v3 --listen=127.0.0.1:9735
Apr 19 15:19:59 raspberrypi systemd[1]: Starting LND Lightning Daemon…
Apr 19 15:19:59 raspberrypi systemd[1]: Started LND Lightning Daemon.
*** LAST LND ERROR LOGS ***
sudo journalctl -u lnd -b --no-pager -n12
– Logs begin at Mon 2021-04-19 15:13:18 BST, end at Mon 2021-04-19 16:58:14 BST. –
Apr 19 15:18:41 raspberrypi systemd[1]: lnd.service: Scheduled restart job, restart counter is at 1.
Apr 19 15:18:41 raspberrypi systemd[1]: Stopped LND Lightning Daemon.
Apr 19 15:18:41 raspberrypi systemd[1]: Starting LND Lightning Daemon…
Apr 19 15:18:41 raspberrypi systemd[1]: Started LND Lightning Daemon.
Apr 19 15:18:59 raspberrypi lnd[10009]: unable to create chain control: unable to subscribe for zmq block events: dial tcp :28332: connect: connection refused
Apr 19 15:18:59 raspberrypi systemd[1]: lnd.service: Main process exited, code=exited, status=1/FAILURE
Apr 19 15:18:59 raspberrypi systemd[1]: lnd.service: Failed with result ‚exit-code‘.
Apr 19 15:19:59 raspberrypi systemd[1]: lnd.service: Service RestartSec=1min expired, scheduling restart.
Apr 19 15:19:59 raspberrypi systemd[1]: lnd.service: Scheduled restart job, restart counter is at 2.
Apr 19 15:19:59 raspberrypi systemd[1]: Stopped LND Lightning Daemon.
Apr 19 15:19:59 raspberrypi systemd[1]: Starting LND Lightning Daemon…
Apr 19 15:19:59 raspberrypi systemd[1]: Started LND Lightning Daemon.
*** LAST 30 LND INFO LOGS ***
sudo tail -n 30 /mnt/hdd/lnd/logs/bitcoin/mainnet/lnd.log
2021-04-19 15:17:28.635 [INF] RPCS: password gRPC proxy started at 0.0.0.0:8080
2021-04-19 15:17:28.632 [INF] RPCS: password RPC server listening on 0.0.0.0:10009
2021-04-19 15:17:28.636 [INF] LTND: Waiting for wallet encryption password. Use lncli create
to create a wallet, lncli unlock
to unlock an existing wallet, or lncli changepassword
to change the password of an existing wallet and unlock it.
2021-04-19 15:17:40.711 [INF] LNWL: Opened wallet
2021-04-19 15:17:40.716 [INF] LTND: Wallet recovery mode enabled with address lookahead of 1000 addresses
2021-04-19 15:17:40.900 [INF] LTND: Primary chain is set to: bitcoin
2021-04-19 15:17:41.030 [ERR] LTND: unable to create chain control: unable to subscribe for zmq block events: dial tcp :28332: connect: connection refused
2021-04-19 15:17:41.031 [INF] LTND: Shutdown complete2021-04-19 15:18:41.328 [INF] LTND: Version: 0.11.1-beta commit=v0.11.1-beta, build=production, logging=default
2021-04-19 15:18:41.329 [INF] LTND: Active chain: Bitcoin (network=mainnet)
2021-04-19 15:18:41.329 [INF] LTND: Opening the main database, this might take a few minutes…
2021-04-19 15:18:41.329 [INF] LTND: Opening bbolt database, sync_freelist=false
2021-04-19 15:18:41.335 [INF] CHDB: Checking for schema update: latest_version=17, db_version=17
2021-04-19 15:18:41.339 [INF] LTND: Database now open (time_to_open=10.504971ms)!
2021-04-19 15:18:41.345 [INF] RPCS: password RPC server listening on 0.0.0.0:10009
2021-04-19 15:18:41.346 [INF] RPCS: password gRPC proxy started at 0.0.0.0:8080
2021-04-19 15:18:41.346 [INF] LTND: Waiting for wallet encryption password. Use lncli create
to create a wallet, lncli unlock
to unlock an existing wallet, or lncli changepassword
to change the password of an existing wallet and unlock it.
2021-04-19 15:18:58.924 [INF] LNWL: Opened wallet
2021-04-19 15:18:58.928 [INF] LTND: Wallet recovery mode enabled with address lookahead of 1000 addresses
2021-04-19 15:18:59.109 [INF] LTND: Primary chain is set to: bitcoin
2021-04-19 15:18:59.122 [ERR] LTND: unable to create chain control: unable to subscribe for zmq block events: dial tcp :28332: connect: connection refused
2021-04-19 15:18:59.122 [INF] LTND: Shutdown complete2021-04-19 15:19:59.322 [INF] LTND: Version: 0.11.1-beta commit=v0.11.1-beta, build=production, logging=default
2021-04-19 15:19:59.323 [INF] LTND: Active chain: Bitcoin (network=mainnet)
2021-04-19 15:19:59.323 [INF] LTND: Opening the main database, this might take a few minutes…
2021-04-19 15:19:59.323 [INF] LTND: Opening bbolt database, sync_freelist=false
2021-04-19 15:19:59.329 [INF] CHDB: Checking for schema update: latest_version=17, db_version=17
2021-04-19 15:19:59.329 [INF] LTND: Database now open (time_to_open=6.121317ms)!
2021-04-19 15:19:59.333 [INF] RPCS: password gRPC proxy started at 0.0.0.0:8080
2021-04-19 15:19:59.333 [INF] RPCS: password RPC server listening on 0.0.0.0:10009
2021-04-19 15:19:59.336 [INF] LTND: Waiting for wallet encryption password. Use lncli create
to create a wallet, lncli unlock
to unlock an existing wallet, or lncli changepassword
to change the password of an existing wallet and unlock it.
2021-04-19 15:20:07.530 [INF] LNWL: Opened wallet
*** LAST NGINX LOGS ***
sudo journalctl -u nginx -b --no-pager -n20
– Logs begin at Mon 2021-04-19 15:13:18 BST, end at Mon 2021-04-19 16:58:14 BST. –
Apr 19 15:13:52 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server…
Apr 19 15:13:52 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server.
→ CHECK CONFIG: sudo nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
*** LAST 20 TOUCHSCREEN LOGS ***
sudo tail -n 20 /home/pi/.cache/lxsession/LXDE-pi/run.log
debug_error_string = „{„created“:“@1618847822.562116065",„description“:„Failed to pick subchannel“,„file“:„src/core/ext/filters/client_channel/client_channel.cc“,„file_line“:3962,„referenced_errors“:[{„created“:„@1618847822.562105954“,„description“:„failed to connect to all addresses“,„file“:„src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc“,„file_line“:394,„grpc_status“:14}]}"
2021-04-19 16:57:02,708 - root - INFO - main:623 - starting beat …
2021-04-19 16:57:02,726 - blitztui.file_watcher - INFO - file_watcher:29 - starting config watcher
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server „:0“
after 2878 requests (2878 known processed) with 6 events remaining.
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server „:0“
after 40188 requests (40188 known processed) with 1 events remaining.
lxsession: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
openbox-lxde-pi (null)
lxpolkit (null)
unclutter -idle 0 (null)
xset s noblank (null)
xset s off (null)
xset -dpms (null)
sh /home/pi/autostart.sh (null)
/usr/bin/ssh-agent -s (null)
lxpolkit: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
Gdk-Message: 16:58:02.587: python3: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
- Loop is OFF by config
- RTL is OFF by config
- Electrum Rust Server is OFF by config
- BTCPayServer is OFF by config
- LNbits is OFF by config
- Thunderhub is OFF by config
- SPECTER is OFF by config
- SPHINX is OFF by config
*** MOUNTED DRIVES ***
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/root ext4 14989948 14293748 37232 100% /
devtmpfs devtmpfs 1966332 0 1966332 0% /dev
tmpfs tmpfs 2000124 0 2000124 0% /dev/shm
tmpfs tmpfs 2000124 33284 1966840 2% /run
tmpfs tmpfs 5120 4 5116 1% /run/lock
tmpfs tmpfs 2000124 0 2000124 0% /sys/fs/cgroup
tmpfs tmpfs 32768 184 32584 1% /var/cache/raspiblitz
/dev/mmcblk0p1 vfat 258095 52238 205857 21% /boot
/dev/sda1 ext4 960322016 2192732 909277860 1% /mnt/hdd
tmpfs tmpfs 400024 0 400024 0% /run/user/1000
tmpfs tmpfs 400024 0 400024 0% /run/user/1001
*** WIFI Info ***
activated=0
connected=0
localip=‚‘
*** HARDWARE TEST RESULTS ***
UndervoltageReports in Logs: 0
raspberryPi=4
powerFAIL=0
powerWARN=0
powerMIN=‚837500 microVolt‘
tempFAIL=0
tempWARN=0
tempMAX=‚6800 centiGrad‘
*** SYSTEM STATUS (can take some seconds to gather) ***
localIP=‚192.168.8.179‘
tempCelsius=‚55.5‘
uptime=6196
upsStatus=‚OFF‘
startcountBlockchain=106
bitcoinActive=0
bitcoinErrorShort=‚Error found in Logs‘
bitcoinErrorFull=‚0‘
OK: log ‚ERROR: Error found in Logs‘ written to /home/admin/systemd.blockchain.log
startcountLightning=3
lndActive=1
lndRPCReady=0
walletOpened=1
walletReady=0
walletLocked=0
LND RPC is still warming up - no scan progress: prepare scan
scanTimestamp=-2
syncedToChain=0
lndRPCReady=0
blitzTUIActive=1
blitzTUIRestarts=70
scriptRuntime=0
*** OPTION: SHARE THIS DEBUG OUTPUT ***
An easy way to share this debug output on GitHub or on a support chat
use the following command and share the resulting link:
/home/admin/XXdebugLogs.sh | nc termbin.com 9999
Da ist irgendwas mir meiner Lightning Wallet nicht in Ordnung aber ich weiss nicht was ich machen kann. Hab da auch bereits eine neue draus gemacht und auch schon resetted und rebooted aber es kommt immer wieder auf das gleich heraus. Weiss jemand wie ich das beheben kann?