Skip to content

bitapeslabs/pubdex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pubdex

Lightweight rust indexer to create a rocksdb index of bitcoin address -> pubkey and pubkey -> bitcoin address

Usage

cargo run --release -- --config ./Indexer.toml

rocksdb schema

[u8]("indexer_height") -> u32
[u8]("indexer_tip_hash") -> u32
[u8]("cnt:pk") -> u32 (pubkey count)
[b"pk:" + [u8,8]] -> [u8, 33] (pubkey bytes)
[u8, unsized]b"amap"+(address bytes, utf-encoded) -> [u8, 8] (id bytes)

About

Lightweight indexer to create a rocksdb index of address -> pubkey for opnet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages