Crate utxo_scanner

source ·

Modules

Functions

  • 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 the RocksDB and start fresh when scanning.
  • Scan Bitcoin Core chainstate LevelDB and extract all UTXOs to