RaspiBlitz resetten und neu aufsetzen

Hallo zusammen

Ich habe ja letztlich einen Post verfasst weil ich enorme probleme mit der Umbrelnode hatte bezüglich synch.
Ich habe jetzt umgestellt, seither nitze ich RaspiBlitz und eigentlich klappt das ganz gut. Nur, gestern als ich nachhause kam und den stand überprüfen wollte stand da, irgendwas mit „Bitcoind Not Running!“
Ich habe danach die SD neu geflasht, nichts gebracht. Ich habe anschliessend versucht den fehler zu finden. Angeblich wurde die node zu heiss. Ok, heatsink habe ich bereits bestellt dürfte in kürze eintreffen dann pack ich das drauf. Aber falls das jetzt nichts bringt, was kann ich sonst noch versuchen?

Im zweifelsfall würde ich die Node komplett neu aufsetzen aber wie mach ich das? SD neu flashen und SSD formatieren? Bin da leider nicht so auf dem laufenden was diese IT sachen angeht :sweat_smile:

Danke für eure hilfe!

Grüsse aus der Schweiz

Wenn du bereits Channels hast solltest du aufpassen, da du ohne richtiges Backup deine Funds verlieren kannst. Dann bringen dir die 24 Wörter auch nichts mehr.

Bei mir hat ein SD Flash jegliche Probleme eigentlich immer behoben. Woher weißt du, dass die Node zu heiß wurde? Stand das so in den Logs?

Was steht zeigt es dir an nachdem du die SD Karte neu geflasht hast?

Hab noch keine Channels geöffnet und auch keine Funds drin. Daher kein Thema.

Ja aus den Logs. Dort gibg der wert auf ca 73 Grad hoch.

Beim reflashen kommt nach einer Wartezeit von ca 5-10min woeder die meldung das Bitcoind nicht läuft. Das kann ich nicht ändern darum überlege ich mir einen kompletten resett

Ja also wenn du weder Coins in der Wallet, noch offene Channels hast ist es einfach. SD Flashen und SSD löschen. Falls du Windows benutzt, einfach SSD ran und unter „Dieser PC“->Verwaltung->Datenträgerverwaltung die Partition löschen.

Dann würd ich einfach die SD nochmal mit der neuesten Version flashen und die SSD am PC anschließen und neu formatieren.
Das machst du, indem du im File Explorer mit Rechtsklick auf die Festplatte gehst, dann formatieren und Start.

Einfach die Partition löschen reicht, bitte weder formatieren, noch partitionieren. Windows formatiert dann mit FAT/NTFS/exFAT oder sonstigem und das bringt ja nichts. Sowohl Raspiblitz als auch Umbrel erkennen die SSD, partitionieren eh neu und nutzen dann ext4. Die Partition löschen mache ich im Grunde auch nur deshalb, damit Raspiblitz/Umbrel die SSD als leer erkennen und nicht irgendeine Scriptlogik anfängt bestehende Partitionen oder Daten zu übernehmen.

Danke euch beiden, dann hau ich zuhause das ganze ding mal in die Tonne und fang nochmal von anfang an :wink::+1:t3:

Wieso sollte es nichts bringen? Wenn die Festplatte leer gefegt ist, kannst du nichts mehr wiederherstellen.

Am einfachsten wäre es natürlich wenn man „Ja“ klickt wenn Raspiblitz fragt ob man formatieren möchte.
Das müsste eigentlich nach dem SD Flash eine Option sein (soweit ich mich erinnern kann).

Weil es keinen Mehrwert bringt das zu tun. Diese Schritte unter Windows verwirren Anfänger eher. Umbrel fragt nichts sondern partitioniert die SSD einfach und Raspiblitz fragt vorher ob es formatieren soll. Warum sollte ich unter Windows erst mit einem Filesystem (NTFS oder sonst.) formatieren, damit es unter Linux wieder gelöscht und mit ext4 wieder neu partitioniert wird?

Hier wird aber über Raspiblitz gesprochen.
Der Grund warum ich das empfohlen habe war der, dass @Seem1ks gefragt hat wie man die Festplatte neu formatiert. Da Raspiblitz das nach dem Flash der SD Karte normalerweise fragt und @Seem1ks es entweder nicht gesehen hat oder es ihm nicht angeboten wurde, hab ich ihm zu diesen Schritt geraten. Mit diesem Schritt kannst du dir sicher sein, dass Raspiblitz dich fragen wird die Festplatte neu aufzusetzen.

Danke euch beiden wirklich. Hab das ding jetzt wieder zum laufen gekriegt. Hat alles funktioniert, danke für die ausführlichen Antworten

ok, funktioniert doch nicht wie ich mir das erhofft habe. Ich kriege den folgenden Code beim debuging:


  • RASPIBLITZ DEBUG LOGS

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?

Das erhalte ich wenn ich wieder auf die Oberfläche zurückkehre mit „raspiblitz“


  • The bitcoind service is not running.

If you just started some config/setup, this might be OK.

111 RESTARTS DETECTED - bitcoind might be in a error loop
1618848125 ERROR: Error found in Logs

More Error Detail:
0

POSSIBLE OPTIONS:
→ Use command ‚repair‘ and then choose ‚RESET-CHAIN‘ to try downloading new blockchain.
→ Use command ‚debug‘ for more log output you can use for getting support.
→ Use command ‚menu‘ to open main menu.
→ Have you tried to turn it off and on again? Use command ‚restart‘

bitcoin error: error: Could not connect to the server 127.0.0.1:8332

Make sure the bitcoind server is running and that you are connecting to the correct RPC port.