-
Notifications
You must be signed in to change notification settings - Fork 104
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
BTC Wallet Sync Issues #2899
Labels
Comments
btcsuite/btcwallet#944 fixes 3 |
Wow, nice job finding these issues, as well as @buck54321 already fixing 3. |
Adding to this, a couple more problems recently:
|
I will look into the cannot find a block thing. |
i'm unable to rescan once i get this error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are multiple issues when syncing a BTC SPV wallet, especially one that was initialized with an old seed where the birthday will be Jun 2021.
This process should be done in larger batches and parallelized.
recoverScopedAddresses
(see link inwallet.go
above) that kills this.The text was updated successfully, but these errors were encountered: