pkahly / bitcoin-monitor

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

Alerts For Network Hash Rate #114

Closed pkahly closed 5 years ago

pkahly commented 5 years ago

Add a configuration option for hash rate duration, (in blocks). Default of 144.

Store the result of getnetworkhashps(HASH_RATE_DURATION, block_height) in the blocks table for each block.

Send alerts for:

pkahly commented 5 years ago

Added configuration option for hash rate duration and started writing the hashrate to the database