Xmrig. Download Xm Rig

Latest release

Notes

v6.26.0

  • #3769, #3772, #3774, #3775, #3776, #3782, #3783 Added support for RandomX v2.
  • #3746 RISC-V: vectorized RandomX main loop.
  • #3748 RISC-V: auto-detect and use vector code for all RandomX AES functions.
  • #3749 RISC-V: detect and use hardware AES.
  • #3750 RISC-V: use vector hardware AES instead of scalar.
  • #3757 RISC-V: Fixed scratchpad prefetch, removed an unnecessary instruction.
  • #3758 RandomX: added VAES-512 support for Zen5.
  • #3759 RandomX: Optimized VAES code.
  • #3762 Fixed keepalive timer logic.
  • #3778 RandomX: ARM64 fixes.
  • #3784 Fixed OpenCL address-space mismatch in keccak_f800_round.
  • #3785 Don't reset nonce during donation rounds.

SHA256SUMS

a49c08f780484d0a50e18065132228556c64e857bb6783ebf1da3eec0beceee6 *xmrig-6.26.0-focal-x64.tar.gz
f766ec3ead48a21f9d478c309086b2fc4bd675747d91436d8ccf86d8fc57b18c *xmrig-6.26.0-freebsd-static-x64.tar.gz
ca82fc8426187880dffa502363849af6258e65fdb675a9cc9984a2b843854087 *xmrig-6.26.0-jammy-x64.tar.gz
fc6f8ae5f64e4f17481f7e3be29a1c56949f216a998414188003eae1db20c9e5 *xmrig-6.26.0-linux-static-x64.tar.gz
6ae4eb4216e99a201ae9a3d2c3a7c275207c5165cfc25da1f3d735d6c4829c18 *xmrig-6.26.0-macos-arm64.tar.gz
1da924b358c0089e361540c4a9e6f8b09538b29efeafa2379590e0f6db358ff4 *xmrig-6.26.0-macos-x64.tar.gz
18198537f741405f569db0e6ecdc11c01f514aa861843b49bfa1ef60fe2877e7 *xmrig-6.26.0-noble-x64.tar.gz
958952de131c392a4e1e9656a1d70c3916d09d5a1f5e3f8c67dc0e6f35dbd76a *xmrig-6.26.0-windows-arm64.zip
2de2ae3c2d01e6245e41101571cf7bb83e9236e8361213026308228d227b16fb *xmrig-6.26.0-windows-gcc-x64.zip
bba8097cb37d9b458a1cb1137876b27cde6740d17fe4ccbc086ba07d87d9e147 *xmrig-6.26.0-windows-x64.zip

SHA256SUMS.sig

GPG public key: xmrig.com + github

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

iQEzBAABCgAdFiEEmsTOqOZuNaXHzdwbRGpTY4vpRAkFAmnH1jkACgkQRGpTY4vp
RAlokgf/QwXQe9DfrQdEtHCH8N821QEvol/iVMyeajsFRAVvw2Qxrfxcpvq50WqD
1DFt5yT4WZzuRC+SM/soXA6Xiq/v+/BeiN4dWoXBCtdMVwiP5oMRxlOBELXtCknW
5viL085uyvbGON5cFn/K0mcF1x7L0sH/yXX70UAbV1GI3wPwvKQ3n7EczdRYyjms
dic9seyPU3caorevYAvZm+4M5ufsh8L4r35MsCk5ildNW4Kn40qzm14DEUCvlOQq
NyagOwzH08F5RA2wzl0dMYZYzzWEqHYBJBUc6nBxZKvbBmMHyPzb36yp9yYRdiHv
fNYGuS+zQqoNM1G6Oc0hFwmcA9mtdA==
=oKx5
-----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.