Skip to content

carlosmenezes/fire-miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FireMiner

A simple telegram bot for monitoring mining rigs.

Commands Available

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

Environment Variables

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 or bminer)

Miner Softwares Supported

At this moment only EWBF Cuda Miner and BMiner, but contributions are welcome!

About

A simple telegram bot for monitoring mining rigs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages