Closed GuutBoy closed 10 months ago
You probably need to upgrade your bitcoin core to a newer version that supports RPC method 'getblock' with verbosity with the value of 3. It should work with at least v25 or higher.
Upgrading to at least v25 seems to have solved this. Thanks.
Running
ordhook db sync --config-path=./Ordhook.toml
Seems to get stuck after a few thousand blocks. It outputs like below :
But then does not proceed.
I also see this line being output which may be a related problem:
thread 'Block data compression' panicked at 'called `Option::unwrap()` on a `None` value', components/ordhook-core/src/db/mod.rs:1583:59