Does bitcoind re-index or reverify downloaded blocks upon startup?

0

If so is there a way to prevent this from happening?

Jon Aird

Posted 2019-04-02T14:21:10.870

Reputation: 5

Answers

2

It walks back a small number of blocks and re-verifies them, this ensures there's no obvious corruption and warms the cache. It takes a few tens of seconds at maximum on most hardware. You can adjust or effectively disable this using checklevel=1, but it is generally inadvisable to do so.

Anonymous

Posted 2019-04-02T14:21:10.870

Reputation: 10 054