-
Notifications
You must be signed in to change notification settings - Fork 15
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
wallet.sync()
is scanning 200 addresses
#44
Comments
So far debugging and finding that in
|
After fixing it with #46, I inspected the However, bdk-rn is still scanning 200 addresses. |
Thanks, @Czino will debug and see what could be wrong. |
@Czino you might also want to check the value for |
@BitcoinZavior yes, I am already using |
debugging this issue a little, even after forcing
Looks to me like we need to escalate the issue to bdk-ffi |
When syncing, even after after creating a fresh wallet with a
stopGap
setting of5
, I am logging 200 requests on my electrum server.Changing the
stopGap
does not have any influence on these 200 requests. I even set it to 500 but still only see 200 requests.I cannot find any setting to change the number of initial addresses to be scanned but I would expect it to be much lower (10/25/50)
Tested with
BlockchainEsploraConfig
andBlockchainElectrumConfig
Tested on Android and iOS
The text was updated successfully, but these errors were encountered: