Xmrig. Download Xm Rig

Latest release

Notes

v6.22.3

  • #3605 CUDA backend: added missing RandomX dataset update.
  • #3646 Optimized auto-config for AMD CPUs with less than 2 MB L3 cache per thread.
  • #3652 Fixed possible crash when submitting RandomX benchmark.
  • #3662 Fixed OpenCL kernel compilation error on some platforms.

SHA256SUMS

c592b6b21a598ea05b2bb3742c2ef1939556b71d294ed6049c6700b6858047a2 *xmrig-6.22.3-focal-x64.tar.gz
9893d96337fc0dfa76938689710fe4237c5814eab89a11003f5c31f316b4e229 *xmrig-6.22.3-freebsd-static-x64.tar.gz
bab1fc66cea8738a9111cf730fce3118df44fe01b8ad10169ec84d3def5ccb65 *xmrig-6.22.3-gcc-win64.zip
9f2422b859a077a79ca4a78c883022e541ce184df6d8cd6c0513960db1b832c0 *xmrig-6.22.3-jammy-x64.tar.gz
1715856e020416dd8cca17f45eceb55a17bcff7388bac1bba4e2d1bd1c6f05b5 *xmrig-6.22.3-linux-static-x64.tar.gz
54f2cf48ad1ccb829dd06ede76e92120f40fe646b151e0d66b6d4e16f7b57816 *xmrig-6.22.3-macos-arm64.tar.gz
8aa7fcbaa8bc97b3f30267eae00ec966982733d88fd8c2b9e09126f5aabd4fd9 *xmrig-6.22.3-macos-x64.tar.gz
30ad4377f17ddd590837470279f28b02a0af035b7df0761aca24e4308d0dc125 *xmrig-6.22.3-msvc-win64.zip
d9d412bb83584b8ea1b02cb708967647c988b281004c038c7674570bb92e63d5 *xmrig-6.22.3-noble-x64.tar.gz

SHA256SUMS.sig

GPG public key: xmrig.com + github

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

iQEzBAABCgAdFiEEmsTOqOZuNaXHzdwbRGpTY4vpRAkFAmhALn4ACgkQRGpTY4vp
RAlMnwf/Rj8tQwrqG8Ia8RxcrJE0z3dpEicbwN+6/tAF1UpWbCMfA7nCJo58rEfb
h/oUMChmu4RcKTKKy801+VQfQQLaIas/IR6JDdJ2KoZwNoJskyNwx8PSAB+ptOI2
TJHu0olZQVRcQ9aeicarrUqXl/UjeiDZBpgndFWm0eR0XGcgg84m4+B8YabRsOvy
+IIF99bLPWMuTSJDooEn8kSU15gxABsN8YubJVNKbDk07DfGXMI6sHXicu6fBU43
FqTGPVXhSeVHXbUEWtWgEYwb1AMbuwfoCsrCG9+4e3EjUxsGRoZRS2JBhavFgJhF
eYtVn5kaxzt4c4d7ctDcrJ5NUUj99w==
=IHZY
-----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.