Telegram Bot for statistics and remote management of Claymore's GPU miner.
Added the possibility to control multiple rigs and on/off alerts.
This bot works with python3 so you need it and pip for installing the module needed.
For arch based distributions
sudo pacman -S python3 python-pip
For debian based distributions
sudo apt install python3 python3-pip
Then, you need the module pyTelegramBotAPI.
sudo pip3 install pyTelegramBotAPI
Now you need a Token
from the BotFather.
Once you have the Token
you can configure the bot.
Open config.py and modify the token
, my_id
and rigs
.
Finally, to run the bot you just need to type: python3 miner_bot.py
.
/hashrate - Shows the mining hashrate.
/main - Shows the main coin hashrate of each GPU.
/dual - Shows the dual coin hashrate of each GPU.
/gpu_info - Send the temperature and fan speed of the GPUs.
/info - Send miner version and uptime.
/restart - Restart Claymore's miner.
/reboot - Reboot the rig(calls reboot.bat or reboot.sh).
/status - Shows the rig list and their state (on/off).
/help - Shows this message.
start and hashrate | main and dual |
gpu_info and info | restart |