Author

Topic: UTXO Scanner v0.1 (Rust) (Read 64 times)

jr. member
Activity: 46
Merit: 25
February 19, 2023, 08:54:35 AM
#1

https://crates.io/crates/utxo-scanner

https://github.com/mdizak/rust-utxo-scanner

Nothing overly special, but just something I needed for something else I'm working on. Works fine, reads through the chainstate LevelDB from Bitcoin Core, and extracts all UTXOs into a RocksDB, CSV file or both.

If you by chance need all the UTXOs in a readable and workable format though, this should do the trick.

Jump to: