XMRigCC is a high performance XMR/AEON miner with remote control via a webfrontend and REST service.
This fork is based on XMRig (2.4.1) it adds a "Command & Control" (C&C) server, a daemon to reload XMRig on config changes and a modified version of XMRig miner which periodically sends its current status to the C&C Server and requests new commands.
The commands are: "fetch config", "start/stop mining", "restart" and "shutdown".
All of the commands can be individually send to each client via the webfrontend or the REST service.
You can fully control your XMRig instances remotely, which means that besides starting and stopping the miner, you can also update your clients config.json file (f.e. changing the algo, wallet, the pool adress or any other XMRig setting). The XMRigCCServer will notify the client to fetch the new config. After the client pulled the changed config, the XMRigDaemon will automatically restart the XMRigMiner to apply the changes.
Additionally XMRigMiner will publish every 10s it's current status(hashrates/share counts/etc.) to the C&C Server, which will be displayed on the dashboard.
Features:- Command & Control Server
- CC Dashboard with
- Statistics of all connected miners
- Remote control miners (start/stop/restart/shutdown)
- Remote configuration changes of miners
- Daemon around the miner to restart and apply config changes
- Windows/Linux support
Default donation 5% (5 minutes in 100 minutes) can be reduced to 1% via command line option --donate-level.
Source & documentation:
https://github.com/Bendr0id/xmrigCCLatest release source & Windows (64bit) binary:
https://github.com/Bendr0id/xmrigCC/releasesWiki:
https://github.com/Bendr0id/xmrigCC/wikiUpdates in version 1.0.5:* Merged latest changes of XMRig
* Added current algo to dashboard
* Added editor for client configs to dashboard
* Some cosmetics on dashboard
Updates in version 1.0.4:* Updated XMRig to 2.4.2
* Fixed "--background" not working for xmrigCCServer on Windows