Script for managing CastXMR miner. This script has the ability to auto restarting the CastXMR miner when :
- The hashrate falls below the configured amount
- Low accepted share rate in certain duration
- Not all GPU initialized properly
- Script cannot contact miner via the port API
It has the ability to contact Slack and reports the status of the miner
Dependencies
- Python 2.7
- Python - SlackClient
- Python - SlackUtil
- CastXMR
- OverdriveNTool
Installation
- Install python normally
- Invoke : pip install psutil slackclient requests datetime
- Configure the script
- Run the script - if its ok, set it to auto run during boot time.