The full version of script also:
- sends notification when the mining is falls.
- sends notification when any GPU is dropped hashrate.
- sends notification when any GPU temperature increase.
- sends notification when any GPU fan speed dropped.
- in cumulative information shows the balance on the pool.
Light version of python script for monitoring Claymore's Dual Ethereum miner via API.
The script wait request to Telegram bot and sends cumulative information about:
- Uptime of Claymore
- Current total hashrate of Rig
- Hashrate of each GPU
- Temperature of each GPU
- Fan speed of each GPU
- Number of accepted shares
- Number of invalid shares
Telegram bot.
Install Python telepot package:
pip install telepot
Install Python 2.x.
Install Python telepot package: C:\Python27\Scripts\pip.exe install telepot
Set all necessary parameters at config section & add scrypt to startup
All comments and additions are welcome.