A simple telegram bot for monitoring mining rigs.
/status
- Shows informations about the rig GPU's (temperatures, hashrate, power usage, power efficiency, etc.)./reboot SECRET
- Reboots the rig if the secret is correct./shutdown SECRET
- Shutdown the rig if the secret is correct./startMiner
- Start the mining software (useful after a reboot).
In order to this bot work corretly some enviroment variables must be set:
- WORKER_ID: A identifier for your rig, example:
MyAwesomeRig
- TOKEN: Your telegram api secret token, example:
12122334:SOME_HASH
- TARGET: The ip of the rig to be monitored, example:
http://localhost:42000/getstat
- MINER_COMMAND: The command used to start the miner software, example:
miner.exe --server zec-eu1.nanopool.org --user YOUR_WALLET_ADDRESS.YOUR_WORKER_NAME/YOUR_EMAIL --pass z --port 6666
- SECRET: A password required to use the commands
/shutdown
and/restart
- MINER: The you actually using, example: (
ewbf
orbminer
)
At this moment only EWBF Cuda Miner and BMiner, but contributions are welcome!