-
Notifications
You must be signed in to change notification settings - Fork 70
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
Bitcoin Mainnet Sync Does Not Work #584
Comments
Try to run it with |
Yes that will work, but the sync is way too long as it does not make use of |
We checked syncing via API. It worked well for several test accounts. It uses the following API endpoint to retrieve transaction data |
We resolved the issue. So what happened was that we were using I am wondering why in the following code for the |
When I run the
Bitcoin Kit
sample app with a custom seed phrase usingBIP44
,API
, andMainNet
as parameters, the sync fails to get my transactions that occurred before theCheckpoint
. TheassociatedTransactions
for the correctblockHash
do not include any of the transactions that are associated with my addresses under theHD wallet
.The text was updated successfully, but these errors were encountered: