xmrigCC icon indicating copy to clipboard operation
xmrigCC copied to clipboard

RandomX, CryptoNight, Argon2 and GhostRider CPU/GPU miner with Command&Control (CC) Server and Monitoring

Results 18 xmrigCC issues
Sort by recently updated
recently updated
newest added

[I am in the process of writing some documentation](https://github.com/realsetvin/vkax/blob/testnet-instructions/doc/testnet-participation.md) and was hoping to include a section on how to build and use your product. Do I need some sort of...

I found sed_header information below,is it enough ./src/cc/CCClient.cpp: req.set_header("Host", hostHeader.str()); ./src/cc/CCClient.cpp: req.set_header("Accept", "*//*"); ./src/cc/CCClient.cpp: req.set_header("User-Agent", Platform::userAgent()); ./src/cc/CCClient.cpp: req.set_header("Accept", "application/json"); ./src/cc/CCClient.cpp: req.set_header("Content-Type", "application/json"); ./src/cc/Httpd.cpp: res.set_header("Access-Control-Allow-Origin", "*"); ./src/cc/Httpd.cpp: res.set_header("Access-Control-Allow-Methods", "POST, GET, OPTIONS");...

this miner will work in intel cpu like i3/i5/i7 etc?

Take higher than 100% values for max-threads-hint option to quickly adjust used threads count for cases when it wasn't properly detected (in virtualized environment for example), without having to use...

I have tried to compile only xmrigMiner files without xmrigDaemon. And it worked successfully. However, there are command options that don't work like `--cpu-max-cpu-usage` that doesn't work. But if I...

add support for randomx epic please.... thank you

I would find it very useful to have a commandline option that allows to mine once, and then **completely** quit when the machine becomes unidle. Any chance of that?

Hello Ben, Do you have any plans to include Yespower algo to your miner? Thanks!

Throw out oldest log entries if the log file size is larger than specified.

Use a fingerprint for server-client communication instead of 'worker-id', the latter will be used only as a display name in dashboard. Fingerprint is a randomly generated string (say, 16 byte...