Xmrig. Download Xm Rig

Latest release

Notes

v6.21.2

  • The dependencies of all prebuilt releases have been updated. Support for old Ubuntu releases has been dropped.
  • #2800 Fixed donation with GhostRider algorithm for builds without KawPow algorithm.
  • #3436 Fixed, the file log writer was not thread-safe.
  • #3450 Fixed RandomX crash when compiled with fortify_source.

SHA256SUMS

c9101b0bffe94e14660ce76983536aba4986148f65552970d05283e644c923db *xmrig-6.21.2-focal-x64.tar.gz
c14410e8bce94936f4dcef0a5272e0f23f79bf84064eadfd4b6dd9aec7dfe1f3 *xmrig-6.21.2-freebsd-static-x64.tar.gz
3e13d84f3fd6fc72bc76cd67a4e2f635ac8905eb987dbae442c91838d1ee015f *xmrig-6.21.2-jammy-x64.tar.gz
e7321ed45e4b1f58e9b2ab46b08becabe8ea4b1dce39ca621a500bd04977da1e *xmrig-6.21.2-linux-static-x64.tar.gz
ac71a8d0b7aafa19d283a11aa23b8a7a0bc51f3f5711c080c07e3e3a9dd1b3c3 *xmrig-6.21.2-macos-arm64.tar.gz
4f94e4587d5214e49a36c4fa6818ae0c345b172829116e315ab63b124b4192d6 *xmrig-6.21.2-macos-x64.tar.gz
61150c72c3cdc121a2bcd0e13aed45ea7a1059e21563888af1fe2710f7883db6 *xmrig-6.21.2-noble-x64.tar.gz
a55fd7f703fe907d0409dfa81a5b66e7a6259143f50897a96b52d7b8bfde9cd6 *xmrig-6.21.2-gcc-win64.zip
ac442c192a538aceb2802adb3c72d4e7fe781f84f8b21adf0f9d87f0314bae98 *xmrig-6.21.2-msvc-win64.zip

SHA256SUMS.sig

GPG public key: xmrig.com + github

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

iQEzBAABCgAdFiEEmsTOqOZuNaXHzdwbRGpTY4vpRAkFAmX+ew4ACgkQRGpTY4vp
RAlG4gf/RqBsKR9+QcXbyeQkPgzrlq/bt6nTgPIZxgTlkmAkkJsoBPu0twgY8qGR
+MEAFkcYsLAhwnczLTwE7vfzQWm9qPDn7WhncWzSnc5IoDUONszgPR6ukFz7VmIL
Ac4w4K0Mv2SHVSMpN1ZQYW20ErrShPZw1z8RZPFWqgSSWKcoPgL/i2ig+OoZZeu3
2avbbtpMtV/8ZPVo9EuUxs7NuMlTHEKHM1uKl/EhhYbKvCzNpGMgAYBO8pOMeg2I
iOZnGUEXhPiI2Z7zJz0IawqfbQ+cPbukEpGn2Gs1y96/nqYtYgh9iLvfehziYeqo
2xOfgY7R7OVe8V01DWXhKNP5kSFueg==
=kHVU
-----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.