This is a simple Bash script that can be used to monitor a running Claymore miner. It makes use of netcat and the jq JSON parser. For email notifications, you might want to install s-nail. It can also handle desktop notifications with notify-send
and sound notifications using espeak
. You can also specify an action command to execute if critical values are reached.
Tested on an Arch Linux rig mining Ethereum (ETH).
Run with either show
or watch
as sole argument.
- 2017-12-10 initial version by Evert Mouw [email protected]
- 2017-12-19 added notify-send, espeak and action (Evert)