Crate utxo_scanner

Source

Modules§

csv_loader
database
keys
scanner
utils
utxo

Functions§

load_from_csv
Load all UTXOs from a previously generated CSV file into a BTreeMap<String, Vec> where the string is the payment address and the vector is the line number(s) that match that address.
reset_rocksdb
Reset the RocksDB and start fresh when scanning.
scan
Scan Bitcoin Core chainstate LevelDB and extract all UTXOs to