Skip to content
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

Waiting IBD completion on regtest is too long. #35

Closed
kannapoix opened this issue Jun 7, 2020 · 2 comments
Closed

Waiting IBD completion on regtest is too long. #35

kannapoix opened this issue Jun 7, 2020 · 2 comments

Comments

@kannapoix
Copy link

bwt is waiting for completion of bitcoind's IBD(initial block download).
Connecting to bitcoind running regtestmode, this could be take long time.
I know bwt is not responsible for this. But I just want to know how can I avoid this.
Maybe I should ask how can I make finish IBD mode on regtest to bitcoin core community.

@shesek
Copy link
Collaborator

shesek commented Jun 7, 2020

bitcoind considers itself in IBD mode when no new blocks are found for awhile, it should work if you generate a new block (with i.e. bitcoin-cli -regtest generatetoaddress 1 $(bitcoin-cli -regtest getnewaddress)).

(And btw, there's an handy script for setting up a dev environment that you could try using for this.)

@shesek
Copy link
Collaborator

shesek commented Jun 8, 2020

Closing for now, please report back if you're still having issues.

@shesek shesek closed this as completed Jun 8, 2020
shesek added a commit that referenced this issue Jun 25, 2020
And check for `headers == blocks` on all networks.

Refs #45, #35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants