Xmrig. Download Xm Rig

Latest release

Notes

v6.22.0

  • #2411 Added support for Yada (rx/yada algorithm).
  • #3492 Fixed --background option on Unix systems.
  • #3518 Possible fix for corrupted API output in rare cases.
  • #3522 Removed rx/keva algorithm.
  • #3525 Added Zen5 detection.
  • #3528 Added rx/yada OpenCL support.

SHA256SUMS

f69df25232d4ec437bb614d2b2a57309deb5be598adc65e89ebed2300c711586 *xmrig-6.22.0-focal-x64.tar.gz
23090c2deb2a3518dc181f656a1885cbc15524fef7cba7b7ed3a4ba38a02e181 *xmrig-6.22.0-freebsd-static-x64.tar.gz
2bc9c20980b36686f0a55da2e0d0209d3a7545a2eb545f29549d44ad4aabe8d9 *xmrig-6.22.0-jammy-x64.tar.gz
cb49ae0793b257fd95892cb5eb777b9fe0d61a4015c7926cb68a3d353ed6accd *xmrig-6.22.0-linux-static-x64.tar.gz
01fc3b9733bdd4dd1bab53b5a963b40292a292db3857ebd91b3f6078beffd286 *xmrig-6.22.0-macos-arm64.tar.gz
2ca9612975255c71925fbc976cb64d7b46355b9dd301b9084b4725a7f4513e43 *xmrig-6.22.0-macos-x64.tar.gz
0d2333e5169e5ddf527d9d1f307ccb1845c943ef0057f14e16723e8b5179c08a *xmrig-6.22.0-noble-x64.tar.gz
6a543eaa9cca4909099db2d0a277d2cb970feeba7630ce5310c92be1a4ab240c *xmrig-6.22.0-gcc-win64.zip
b980b17ef632506ad6747f813572058698e9da843f008c8d395c7f2afc31ebea *xmrig-6.22.0-msvc-win64.zip

SHA256SUMS.sig

GPG public key: xmrig.com + github

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

iQEzBAABCgAdFiEEmsTOqOZuNaXHzdwbRGpTY4vpRAkFAma5A+wACgkQRGpTY4vp
RAmNMwgA13OTEyM2DVLovKTG5d+BoJPyMmJdV/1B7Y8nJzaegQjRzwroiox4HX2g
oqXUDjJgFukqulwaLond+PVGABWTML/C20MJwemvmy9vRzVuvC10zXhEtAWh/7JO
mLpNeNoKK5qx++wKi0BqPLxrBvXE1d4RNweDU5sP8cTQvpYh0Txako2ZIOMqvR7b
S65U7mKJUrja93+LuURuo/udbfZnP72DSyq6qQHi7TpKCk7OUSvdfgdvrvNNyUDQ
HAHahKr/z3QC49r2NgW+TJTLXuvTH0vo9KC0aFKGKDE4vZIg1/13gquh4FbFyCef
Fy3W/q0VR3bMo6x4P5BlvF+oVYNmTQ==
=/JbE
-----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.