Skip to content

Telegram Bot for statistics, remote management and alerts of Claymore's GPU miner.

License

Notifications You must be signed in to change notification settings

revil-O/claymore-miner-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Claymore miner bot

Telegram Bot for statistics and remote management of Claymore's GPU miner.

News

Added the possibility to control multiple rigs and on/off alerts.

Getting Started

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.

Available Commands

/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.

Screenshots

start and hashrate main and dual
gpu_info and info restart

About

Telegram Bot for statistics, remote management and alerts of Claymore's GPU miner.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%