raspiblitz: NBXplorer stuck
from @JurGi7: I have the same problem, after updating to 1.7.1 I often see the message “Waiting for Chain Sync”. Furthermore, I see on the BTCPayserver interface for two weeks “Your Node are synching”. In the meantime, however, it works and seems to be synchronous. What can I do?
@openoms:
check if
sudo systemctl status nbxplorer
and
sudo journalctl -n10 -u nbxplorer
has any errors.
Restart the services with:
sudo systemctl restart nbxplorer
sudo systemctl restart btcpayserver
from @JurGi7: Hi openoms, thank you for your answer. Here are the outputs on the commands. nbxplorer and btcpay restarted. Jurgi
first:
nbxplorer.service - NBXplorer daemon
Loaded: loaded (/etc/systemd/system/nbxplorer.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2021-11-02 17:20:49 CET; 17h ago
Main PID: 3485 (dotnet)
Tasks: 38 (limit: 4532)
CGroup: /system.slice/nbxplorer.service
├─3485 /home/btcpay/dotnet/dotnet run --no-launch-profile --no-build -c Release -p NBXplorer/NBXplorer.csproj --
└─3988 /home/btcpay/NBXplorer/NBXplorer/bin/Release/netcoreapp3.1/NBXplorer
Nov 03 10:49:21 raspberrypi dotnet[3485]: info: Configuration: BTC: Height: 708006
Nov 03 10:49:21 raspberrypi dotnet[3485]: info: Explorer: BTC: Handshaked node
Nov 03 10:49:21 raspberrypi dotnet[3485]: info: Explorer: BTC: Current Index Progress not found, start syncing from the header's chain tip (At height: 708006)
Nov 03 10:49:21 raspberrypi dotnet[3485]: info: Explorer: BTC: Starting scan at block 708006
Nov 03 10:49:21 raspberrypi dotnet[3485]: fail: Explorer: BTC: Connection unexpectedly failed: Unexpected exception while connecting to socket
Nov 03 10:49:21 raspberrypi dotnet[3485]: info: Events: BTC: Node state changed: NotStarted => NBXplorerSynching
Nov 03 10:49:21 raspberrypi dotnet[3485]: info: Events: BTC: Node state changed: NBXplorerSynching => NotStarted
Nov 03 10:49:21 raspberrypi dotnet[3485]: info: Configuration: BTC: Testing RPC connection to http://localhost:8332/
Nov 03 10:49:21 raspberrypi dotnet[3485]: info: Configuration: BTC: RPC connection successful
Nov 03 10:49:21 raspberrypi dotnet[3485]: info: Configuration: BTC: Full node version detected: 220000
second:
Logs begin at Wed 2021-11-03 06:56:06 CET, end at Wed 2021-11-03 10:51:10 CET. --
Nov 03 10:51:10 raspberrypi dotnet[3485]: info: Explorer: BTC: Current Index Progress not found, start syncing from the header's chain tip (At height: 708006)
Nov 03 10:51:10 raspberrypi dotnet[3485]: info: Explorer: BTC: Starting scan at block 708006
Nov 03 10:51:10 raspberrypi dotnet[3485]: info: Events: BTC: Node state changed: NotStarted => NBXplorerSynching
Nov 03 10:51:10 raspberrypi dotnet[3485]: info: Events: BTC: Node state changed: NBXplorerSynching => Ready
Nov 03 10:51:10 raspberrypi dotnet[3485]: fail: Explorer: BTC: Connection unexpectedly failed: Unexpected exception while connecting to socket
Nov 03 10:51:10 raspberrypi dotnet[3485]: info: Events: BTC: Node state changed: Ready => NotStarted
Nov 03 10:51:10 raspberrypi dotnet[3485]: info: Configuration: BTC: Testing RPC connection to http://localhost:8332/
Nov 03 10:51:10 raspberrypi dotnet[3485]: info: Configuration: BTC: RPC connection successful
Nov 03 10:51:10 raspberrypi dotnet[3485]: info: Configuration: BTC: Full node version detected: 220000
Nov 03 10:51:10 raspberrypi dotnet[3485]: info: Configuration: BTC: Loading chain from cache...
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 21 (1 by maintainers)
Commits related to this issue
- nbxplorer: whitelist localhost in bitcoind fixes: https://github.com/rootzoll/raspiblitz/issues/2697 — committed to openoms/raspiblitz by openoms 3 years ago
looks good, thank you. donation is out.