-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stuck at NBXplorer is synchronizing after updating #708
Comments
The error seems to be your bitcoin node having troubles. How much RAM you have? |
CPU:4 vCore In attempt to fix it I deleted the whole data dir and now it is validating blocks from start, currently at 75% will confirm the status soon |
@adspirit for this SSD size, you might get issue with disk space, and that may have been the issue, are you using pruning? If not, BTCPAYGEN_ADDITIONAL_FRAGMENTS="opt-save-storage-s"
. btcpay-setup.sh -i |
Yes I use pruning (s). Before deleting dir I tried different pruning (xs, xxs), pruneheight changed but still was stuck. currently it's at 86%, will report once it is stuck or completed. |
86% seems to me high. If you used pruning it shouldn't go that high. |
@NicolasDorier I think he means the sync progress is 86% and not the disk usage |
I was talking about validating blocks, it finished validating but again stuck at NBXplorer sync BTC
I'm not sure how to resolve this issue. |
With so many block behind for NBXplorer, my guess of what is happening is that NBXplorer can't request blocks that far because those have been pruned. In this case, you should remove pruning, but then you need enough disk space. If you just want to recover your money, just start a new instance on a separate VPS like lunanode, create a store with your hardware wallet like you did before, then rescan the wallet. You will see the balance back. |
Good day,
I was running on v1.4x and everything was working fine. Then updated to latest version, noticed that syncing headers height was working fine (NBXplorer headers height: 757366) but NBXplorer sync is stuck (NBXplorer is synchronizing... (Height: 691671)
I have prune setup "opt-save-storage-s" and below is my log:
tried rebooting server and followed this guide but with no luck.
Please advise.
Thanks and Regards,
The text was updated successfully, but these errors were encountered: