Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Not working from scratch #563

Description

@GuutBoy

Starting the ordinals service does not work when when started from scratch (i.e., with empty dbs).

Specifically, running

bitcoin-indexer ordinals service start --config-path Indexer.toml

results in a panic here

Ok(db::ordinals_pg::get_chain_tip(&ord_client).await?.unwrap())
due to the chain_tip table being empty.

I tried to manually insert the genesis block as the chain tip. This avoids the above issue but then fails to read a file tmp/hord.rocksdb/CURRENT

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions