-
Notifications
You must be signed in to change notification settings - Fork 94
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
Synchronization appears to be stuck #453
Comments
Hey @mrzool did it ever progress > 61%? |
I let it run for a couple of more days, then gave up. Didn't look like it would ever get unstuck. I also uninstalled the wallet after realizing it took over 9GB of storage space on my MacBook — not sure how that came to be. I'm just glad I didn't send my coins to it. |
Bob Wallet runs a full node that downloads the entire blockchain, which it > 13 GB right now. (It also has SPV mode that only downloads block headers and takes only a few MB of storage - fyi if you want to give it a try anytime) Btw, have you tried the chrome extension? It's similar to how MetaMask works, syncs almost instantly, and doesn't download the whole blockchain. |
That sounds more reasonable... I'll give it a try, thanks for the tip. |
Going through the logs again and this part sticks out (trimmed a few unrelated lines):
And then it gives up syncing. @pinheadmz maybe block 63899 was not saved in |
Wow that's bad! Possibly fixed by handshake-org/hsd#650 I wonder if this user had a full-disk crash as that block was being added? We may need to examine the atomicity when saving ChainEntries and Blocks - looks like somehow this chainDB expects a block to have been saved. |
Fixed in #521, tested by ~4 people, and will be part of the next release. |
Expected Behavior
The synchronization progress indicator should advance.
Current Behavior
The synchronization progress indicator has been stuck for over 16 hours at 60.98%. Quitting and starting the app again doesn't help.
Steps to Reproduce
I just open the app and look at the indicator in the top right corner.
Context (Environment)
I'm on an M1 MacBook running Big Sur 11.6.2.
Logs
bob-debug-main.txt
Screencap
The text was updated successfully, but these errors were encountered: