RCasatta / blocks_iterator

Iterate over bitcoin blocks
MIT License
51 stars 5 forks source link

Utxo #66

Closed RCasatta closed 1 year ago

RCasatta commented 1 year ago

Attempt for #51, later realized bitcoin core implement utxo dump via bitcoin-cli dumptxoutset

This may be interesting for reading the utxo dumped by core in core_utxo_set.rs but belongs to another repo