Xmrig. Download Xm Rig

Latest release

Notes

v6.19.2

  • #3230 Fixed parsing of TX_EXTRA_MERGE_MINING_TAG.
  • #3232 Added new X-Hash-Difficulty HTTP header.
  • #3240 Improved .cmd files when run by shortcuts on another drive.
  • #3241 Added view tag calculation (fixes Wownero solo mining issue).

SHA256SUMS

bdc96b9dfc9bb3f8bc75dfff34ac6c90777ac6a50a617a9e7eb116b3ca2a7ae6 *xmrig-6.19.2-bionic-x64.tar.gz
b6c0ebf8af74adf1392be86ca68e8ade0f54d952f5c140e45b6ff76877004be6 *xmrig-6.19.2-focal-x64.tar.gz
84c458a10daa66fdb1dd89606c6ec01c928b638caa67274153c70699a74ecdc9 *xmrig-6.19.2-freebsd-static-x64.tar.gz
49d4592a26f5fec7e5381f6dedfff33a8d2c9d72ea5bf4ca9352000e78ebc069 *xmrig-6.19.2-linux-static-x64.tar.gz
cccfd056978d629958f74e5c701335bd7b9bbd92fddd0a6979cf423220bff242 *xmrig-6.19.2-linux-x64.tar.gz
861eee81618a6eac1ff916b15f9adacd3bb2df895c2290175b6b800a4d3361ce *xmrig-6.19.2-macos-arm64.tar.gz
c5a0ec9371887c8d669740e3026a4030753ed00df54abcc489593f0d13bf4405 *xmrig-6.19.2-macos-x64.tar.gz
74784e528285119f9db24f8da235a52db1d7819e5595dee3fb45850b719d6802 *xmrig-6.19.2-gcc-win64.zip
8e1da98e61660ab108d7475b0d2163687ec0a9df6b369bc682c6ea6de1524dbd *xmrig-6.19.2-msvc-win64.zip

SHA256SUMS.sig

GPG public key: xmrig.com + github

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

iQEzBAABCgAdFiEEmsTOqOZuNaXHzdwbRGpTY4vpRAkFAmQq+loACgkQRGpTY4vp
RAl9pQgAwoFJikD0sVaUuiAJNQcFIgSwDAIVEQ5GhqNCujr1/KeC3s065JR0pd+p
H97/Ne/HZTiDBeNET0gJ8rFPpcinxJ3RQuBNzkiFF8WXdUqLtSxKbfbfeophXAC9
U9s6Rjv543SqHWXNvl7oCQwWv1WsY+VTZPM3nZVj91TiWDXaqxvGvVTqOaJRmuEC
8QVDgWgy5vQhnG+ijhLmNVwDPLRjtNqCIXLsg+j0ZAm/Mdj5JImJsrP5E5AGg9nd
1KA/HF5AxaYHyvizZBSAUbxf9JEvekANDplH+HnJB6tH/EmnxxKJr/Og2g+vbHCf
18i/k2Wl0/zPDRFdSCRY3e96hsUMiA==
=B/Zy
-----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.