Author

Topic: XMrigCC 1.1.0 (XMRig with Command & Control Server, client daemon and Dashboard) (Read 923 times)

full member
Activity: 238
Merit: 102
Tried the newest version of your program. CC works pretty good, only problem i'm facing is that my hashrate is around 50% of what it should be. Using the same config.json on the original XMRig and i have a normal hashrate.

Look like its related to the fact i run it in a VM.
newbie
Activity: 1
Merit: 0
Nice work! Love the C&C web server. Have you considered adding Webhooks to expose events in the web server? It would be pretty slick to be able to kick off external processes (like Microsoft Flow) based on various events (miner disconnect, etc).
newbie
Activity: 5
Merit: 0
XMRigCC v1.1.0 https://github.com/Bendr0id/xmrigCC/releases/tag/1.1.0 (WIN/Linux)

  • Added option to hide offline miners from Dashboard
  • Added online status indicator to Dashboard client id column (green:red)
  • JSON-Protocol changes to send miner info to XMRigCC server
  • Added Tooltip to Dashboard column id containing new miner info (CPU, CPU flags, Cores, Threads, Memory, External IP, ...)
  • Moved CCClient to own thread and changed ControlCommand processing to async to improve performance

newbie
Activity: 5
Merit: 0
Updated to 1.0.5

Updates 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
newbie
Activity: 5
Merit: 0
Hmm, i thought that more ppl. would like to have something like this.  Cry
full member
Activity: 350
Merit: 100
looks awesome, I'm a noob on amd cards, I haven't figured
out how to burn bios, overclock, edit regedit, etc. Will try it once  everyting is ready.
newbie
Activity: 5
Merit: 0
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/xmrigCC
Latest release source & Windows (64bit) binary: https://github.com/Bendr0id/xmrigCC/releases
Wiki: https://github.com/Bendr0id/xmrigCC/wiki

Updates 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

Jump to: