pkahly / bitcoin-monitor

Monitors a full Bitcoin node and sends status emails and alerts
MIT License
0 stars 0 forks source link

Script to reduce the size of the UTXO.csv #128

Closed pkahly closed 5 years ago

pkahly commented 5 years ago

Add an experimental script that will read the utxo.csv and write a reduced version to a new file.

Parameters could include:

This will allow easier experimentation with the watchlist functionality as the new file will be faster to iterate over.

pkahly commented 5 years ago

Script exists but needs tested on mainnet's utxo set.

Also need to add flags/arguments and possibly integrate with main.py