Skip to content

Efficiently read and extract data from Bitcoin Core blk files.

License

Notifications You must be signed in to change notification settings

max-lt/blk-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blk-reader

Efficiently read and extract data from Bitcoin Core blk files.

Examples

To build examples, run:

cargo build --examples --release

To run examples, use the following commands:

./target/release/examples/<example-name> /path/to/blk/dir <args>

or 

cargo run --example <example-name> /path/to/blk/dir <args>

list-blocks

Usage: list-blocks <blk-dir> [--max-blocks <max-blocks>] [--max-files <max-block-files>]

list-blocks /path/to/blk/dir --max-blocks 10

list-non-standard-txs

list-non-standard-txs /path/to/blk/dir --max-blocks 100000

About

Efficiently read and extract data from Bitcoin Core blk files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages