Xmrig. Download Xm Rig

Latest release

Notes

v6.20.0

  • Added new ARM CPU names.
  • #2394 Added new CMake options ARM_V8 and ARM_V7.
  • #2830 Added API rebind polling.
  • #2927 Fixed compatibility with hwloc 1.11.x.
  • #3060 Added x86 to README.md.
  • #3236 Fixed: receive CUDA loader error on Linux too.
  • #3290 Added Zephyr coin support for solo mining.

SHA256SUMS

3b5cbf0dddc3ef7e3af7d783baef315bf47be6ce11ff83455a2165befe6711f5 *xmrig-6.20.0-bionic-x64.tar.gz
4fe9647d6a8bf4790df0277283f9874385e0cd05f3008406ca5624aba8d78924 *xmrig-6.20.0-focal-x64.tar.gz
e1ff2208b3786cac801ffb470b9475fbb3ced74eb503bfde7aa7f22af113989d *xmrig-6.20.0-freebsd-static-x64.tar.gz
ff6e67d725ee64b4607dc6490a706dc9234c708cff814477de52d3beb781c6a1 *xmrig-6.20.0-linux-static-x64.tar.gz
99e3e313b62bb8b55e2637fc14a78adb6f33632a3c722486416252e2630cfdf6 *xmrig-6.20.0-linux-x64.tar.gz
5575c76987333427f74263e090910eae45817f0ede6b452d645fd5f9951210c9 *xmrig-6.20.0-macos-arm64.tar.gz
5a6e7d5c10789763b0b06442dbc7f723f8ea9aec1402abedf439c6801a8d86f2 *xmrig-6.20.0-macos-x64.tar.gz
08384f3f05ad85b2aa935dbd2e46a053cb0001b28bbe593dde2a8c4b822c2a7d *xmrig-6.20.0-gcc-win64.zip
dd7fef5e3594eb18dd676e550e128d4b64cc5a469ff6954a677dc414265db468 *xmrig-6.20.0-msvc-win64.zip

SHA256SUMS.sig

GPG public key: xmrig.com + github

-----BEGIN PGP SIGNATURE-----

iQEzBAABCgAdFiEEmsTOqOZuNaXHzdwbRGpTY4vpRAkFAmSiZsQACgkQRGpTY4vp
RAnMaAgAwIYp7W2rqEDqxDFUySBcOsqDW4uyI6S/3IGxptpvQvffQPN9dSUyIB23
U6eMtm/aGDi7HrB0SCnC88WEB/sAa7s1F07Z8w0bBRA7pVOoM1/Y4LZVwqGIB/WQ
fg+fkaGt8nwe6SJ88dTjsvrydjp9yNPTXh2F+Q4m9n/ZFHN4dXz12wptTIzsIj+s
xHcm9p7Q8aqJD7mqy06OTXyGc11qPnamp3kWCMEXgqT9Yv4LHWZPtXC9oFHdg9v/
Dzu2oy4A3svDHg6hS44MlwpsqZ3Ng1n0Nrps7rzucdBR0LTJVIuORyuYbsrnAxOO
NRl8FBDXUy2m+/9IozzOXTGNhnIKUw==
=/tvI
-----END PGP SIGNATURE-----
Downloads

Xmrig .bat File Examples

Raptoreum (RTM)

xmrig.exe -a gr -o pool.woolypooly.com:3110 -u WALLET_ADDRESS.WORKER_NAME -p x

Ravencoin (RVN)

xmrig.exe -a kawpow -o pool.woolypooly.com:55555 -u WALLET_ADDRESS.WORKER_NAME -p x

Xmrig Crypto Miner Setup

Download the latest Xmrig from the link above. After that, extract the archive and go to the folder with the miner. Select the coin you are interested in for mining and edit the .bat file. If you have not yet chosen what you want to mine, then we recommend that you first go to our mining calculator, where you can specify your video card and get the most profitable coin for the current day. Above you will find ready-made examples of bat files for each coin that you can mine on our pool. You will only have to specify your wallet address and, if desired, the name of the worker (rig).

Xmrig miner Basic Commands

-a, --algo selects the mining algorithm;
--coin coin selection (command used instead of algorithm selection);
--opencl -devices= selection of AMD video cards that will mine (those id of video cards that you did not specify will not be mined). The count starts from 0. A comma without a space is used as a separator. For example, --opencl-devices=0,1,2,3. In HiveOS, this parameter is set in the add. configuration;
--cuda-devices= selection of AMD video cards that will be mined (the id of video cards that you did not specify will not be mined). The count starts from 0. A comma without a space is used as a separator. For example, --cuda-devices=0,1,2,3. In HiveOS, this parameter is set in the add. configuration;
--no-cpu disable mining on the CPU (for example, if you mine the algorithm for video cards);
-u, --user in this field specifies your wallet address or pool account address;
-p, --pass password, use x by default;
--tls enable SSL connection ;
-t, --threads= number of threads when mining on the processor. For example, --threads=32;
-h, --help list all available commands.

Dev Fees

RTM - 1%
RVN - 1%

Xmrig API

The developers of the Xmrig miner also provide an API for working with the miner. It can be found at this link.

Xmrig not starting

If you have Windows OS and the miner crashes immediately at startup, then add pause to the second line of the miner. Next, start the miner and read the error. After that, double-check your miner settings. If you have HiveOS or any other OS - go to the miner console and look at the logs of what is happening in the miner. After that, double-check your miner settings.