pkahly / bitcoin-monitor

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

UTXO Watchlist #93

Closed pkahly closed 5 years ago

pkahly commented 5 years ago
pkahly commented 5 years ago

Convert find_old_utxo.py into a function that can be run via a main.py flag.

Add parameter for block height threshold

pkahly commented 5 years ago

Only remaining work is to check the watchlist against the utxo set.

This will probably take a while, so it may only be practical to do once per day, etc