Xmrig. Download Xm Rig
Xmrig. Download Xm Rig
Latest release
Notes
- GhostRider algorithm (Raptoreum) RELEASE NOTES :new:
- RandomX Benchmark
- KawPow release notes
- Stay tuned about updates, follow me on X https://x.com/xmrig_dev
- Configuration wizard
- Management panel for miners
- For NVIDIA CUDA mining support, use any regular version with CUDA plugin.
v6.24.0
- #3671 Fixed detection of L2 cache size for some complex NUMA topologies.
- #3674 Fixed ARMv7 build.
- #3677 Fixed auto-config for AMD CPUs with less than 2 MB L3 cache per thread.
- #3678 Improved IPv6 support: the new default settings use IPv6 equally with IPv4.
SHA256SUMS
23b4e8788c92c9b628feda74cb20b9e7afeea2ac6c2202f282c05bd02192b74d *xmrig-6.24.0-focal-x64.tar.gz
a8685ca003fa7d3a23e8748b72cede8e78a970efd8dc64dc8af46c86f445a6fd *xmrig-6.24.0-freebsd-static-x64.tar.gz
58d9658ac6e85bb6336b4e4ff3dee011cc6457cf99050cbcd67de10093149770 *xmrig-6.24.0-jammy-x64.tar.gz
129cfbfbe4c37a970abab20202639c1481ed0674ff9420d507f6ca4f2ed7796a *xmrig-6.24.0-linux-static-x64.tar.gz
fd41f8936c391a668fff282ba8a348d5722f98e1c70d30c5428559787b99348a *xmrig-6.24.0-macos-arm64.tar.gz
cd3026587f710aaa44d58dffeeb7f40cb5acc9d51bebc56f74a578c7fa3d088d *xmrig-6.24.0-macos-x64.tar.gz
2f223420661789e9ddc263ddbc288366ced5ce1d9184d60d7d2d2468d54df40a *xmrig-6.24.0-noble-x64.tar.gz
f211aabe350d7e77866720cbf1bd12d8cc6ce544c15572fbf2fa46a10df30f5d *xmrig-6.24.0-windows-arm64.zip
c7714b0ecbcc5ffb79b6bf0f5f8dd846b757004b69885e4ec2fee85ca958ae37 *xmrig-6.24.0-windows-gcc-x64.zip
d0d751a3bc265db85a7bc351a7792068a8c46a002b703624b64b77920f869350 *xmrig-6.24.0-windows-x64.zip
SHA256SUMS.sig
GPG public key: xmrig.com + github
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEmsTOqOZuNaXHzdwbRGpTY4vpRAkFAmhYrV0ACgkQRGpTY4vp
RAlBKAf/al12PPCYn3S9nCedYZ7A7rKXYrg+ogUVaeE+t9yvev4O90caGvXJSnEr
vi5Vy5r+Q/f0B80Iu4FBGwa5RNvIZozqDOi47Xn+lNT5OIw8mDbbFPqcBJB3o0G6
cl/4KsrCHRuZAqLnqlEudlKd/Xlz1BtcinHfvINM39+oN1ddm+nyg611DaaPmdKU
AOn1YgQAZCzb4nqe69c45oavDxxXmWwDUY+Mbs7WOmQuvKFZIvwye/iSAM3oofqV
ShnHAEffgA1LTFfNq7c6SI5mcC/KCBRUeZkrP7j+Abz/00S7OB/0a2QDgG1uV7KJ
krTKcbY/Z3ew+PyI5QvcRWCuosp8Bg==
=jLpg
-----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.
--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%
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.