Xmrig. Download Xm Rig

Latest release

Notes

v6.21.3

  • #3462 RandomX: correct memcpy size for JIT initialization.

SHA256SUMS

8752882158f9485a8a4286adfaf7ee4799851e4bd0af84b684b2f1937172825a *xmrig-6.21.3-focal-x64.tar.gz
4f3a48128de41b7840e41d29b9ec7a39b3b5acbefb8bf3eccc7af8828278cd98 *xmrig-6.21.3-freebsd-static-x64.tar.gz
fe515b68e930333cff83f762d3d964f1f9a93351c6da792a2a94d54641c96b01 *xmrig-6.21.3-jammy-x64.tar.gz
a0eefd7a5c0efd1cac153a075b4fdead443a04f11cc587a09bd5ac09e174f10f *xmrig-6.21.3-linux-static-x64.tar.gz
d7badde96309772bd219503bce91a239ed83dae042d426ef7aa663fce007dccf *xmrig-6.21.3-macos-arm64.tar.gz
4f6c7aa6d5d8ffa1429021db6d6104f42c2691abbab2e01d123356192bcf06fa *xmrig-6.21.3-macos-x64.tar.gz
b9572a372f0429bd7ad9ae80c3f102aea4bbdb92095aba5d49b0a3ee37e15920 *xmrig-6.21.3-noble-x64.tar.gz
281a9c492610a2378a25a803009838106c04692e3fe42828370518c2e8cdbc21 *xmrig-6.21.3-gcc-win64.zip
713263085499ae626a6148fab67932c9a69611b21ac3d04cf52a5e23495f902e *xmrig-6.21.3-msvc-win64.zip

SHA256SUMS.sig

GPG public key: xmrig.com + github

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

iQEzBAABCgAdFiEEmsTOqOZuNaXHzdwbRGpTY4vpRAkFAmYngwsACgkQRGpTY4vp
RAk8AQgA3ShzFZlFoQnraWhC+/6TJuPfnuZ1LtJmofOyLrKliRj1CqRD2pcNl9Y+
PVAhaXfZydyMaV3S5nvAciEEqH0piPcmRbksgdzjLJ9nNKxpY0zHIk5QgpC76J2i
QqhhKFmoEgkOm0EmI1AyS7YU4Vh8PAVSbanUcE1IKo+LyhTUzvuDY0uRuK0AzquL
DFRKDWo0UjbOz0+cin8JvGgreFrW9J2M/a8FlNfbKS7ZUH8X2z7esUCFonTqIMKc
HKvcUWUTqVcU9O4XBIyGT0D0EqhOuAMbgaq4NSiKIZI0uSaiKhd1PD/3Fgi7Pz+E
KyMxWj6WZA826UjHEcKJsaoSNJCH1Q==
=KLqp
-----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.