hirosystems / ordhook

Build indexers, standards and protocols on top of Ordinals and Inscriptions (BRC20, etc).
Apache License 2.0
182 stars 54 forks source link

What‘s wrong with the command `ordhook scan blocks 767430 767753 --mainnet` #195

Closed taoyouxian closed 11 months ago

taoyouxian commented 11 months ago

image

I waited for this command for some time, with no result. And I run wget https://archive.hiro.so/mainnet/chainhooks/hord.sqlite.gz, which shows that 404

image

Anyone help?

taoyouxian commented 11 months ago

I fix it by modifying the code, tar dir is https://archive.hiro.so/mainnet/ordhook/.

const DEFAULT_MAINNET_ORDINALS_SQLITE_ARCHIVE: &str =
    "https://archive.hiro.so/mainnet/ordhook/mainnet-ordhook-sqlite-latest";