Telegram Bot for statistics and remote management of Claymore's GPU miner.
This bot works with python3 so you need it and pip for installing the module needed.
sudo pacman -S python3 python-pip
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 miner_bot.py and edit the variables token
, miner_ip
, port
and my_id
.
Finally, to run the bot you just need to type: ./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).
/help - Shows this message.
start and hashrate | main and dual |
gpu_info and info | restart |