Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

error message - panicked at 'block hash not found in block index!' - using bitcoin core 25 #9

Open
filipponeri opened this issue Nov 11, 2023 · 0 comments

Comments

@filipponeri
Copy link

Hi,

I am using bitcoin core 25 to download the blockchain data.
I get this error message when running

db = bq.BitcoinDB("/home/neri/.bitcoin/", tx_index=True)
[20:13:36] INFO - Start loading block_index
thread '' panicked at 'block hash not found in block index!', /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitcoin-explorer-1.2.20/src/parser/block_index.rs:125:18
Traceback (most recent call last):
File "", line 1, in
File "/home/neri/.local/lib/python3.10/site-packages/bitcoin_explorer/init.py", line 82, in init
self.db = _BitcoinDB(str(path), tx_index)
pyo3_runtime.PanicException: block hash not found in block index!

Any idea how to solve the problem?
Thanks, Filippo

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant