Xmrig. Download Xm Rig
Xmrig. Download Xm Rig
Latest release
Notes
- GhostRider algorithm (Raptoreum) RELEASE NOTES :new:
- VAES optimizations not supported by
xmrig-6.18.1-linux-x64.tar.gz
due old compiler, please usexmrig-6.18.1-linux-static-x64.tar.gz
instead. :warning: - RandomX Benchmark
- KawPow release notes
- Stay tuned about updates, follow me on twitter https://twitter.com/xmrig_dev
- Configuration wizard
- Management panel for miners
- For NVIDIA CUDA mining support, use any regular version with CUDA plugin.
v6.18.1
- #3129 Fix: protectRX flushed CPU cache only on MacOS/iOS.
- #3126 Don't reset when pool sends the same job blob.
- #3120 RandomX: optimized
CFROUND
elimination. - #3109 RandomX: added Blake2 AVX2 version.
- #3082 Fixed GCC 12 warnings.
- #3075 Recognize
armv7ve
as valid ARMv7 target. - #3132 RandomX: added MSR mod for Zen 4.
- #3134 Added Zen4 to
randomx_boost.sh
.
SHA256SUMS
74eedd71adfd3bb42e2a8e69416f73d91a40be25301437220c5e098bfb72e7a1 *xmrig-6.18.1-bionic-x64.tar.gz
820618f9dde020591d811422fee9a980783073b4b42303a12d5756c147f7e7d6 *xmrig-6.18.1-focal-x64.tar.gz
2de993cee9f0ac4d7b6737634c886e3a0c272c950a25100595d2b95d8faee416 *xmrig-6.18.1-freebsd-static-x64.tar.gz
99a082f0d801be63e26bb96473409c2f9d98629b453d907554b3a107efd284fe *xmrig-6.18.1-linux-static-x64.tar.gz
e5c588f7cf9b177a58bb4dfc3410a984221d1cf2d95a1acc135e582020ac970e *xmrig-6.18.1-linux-x64.tar.gz
f3c7c3aa7ebb8b241e01250044b88e5b7e814723db2339a6226aa6370dddb976 *xmrig-6.18.1-macos-arm64.tar.gz
119c0c365697a98899493dc77dc6ea85b2ee6d08328845526f211a581f64b93b *xmrig-6.18.1-macos-x64.tar.gz
e12abacd392970ecd60e3ef32eaad5d17377b29be257ef2a2a1bd4cd2eda6176 *xmrig-6.18.1-gcc-win64.zip
8c231f2ebe719066ad3c85b8bea98e1a867af85643d4285c7d33f890d1d22338 *xmrig-6.18.1-msvc-win64.zip
SHA256SUMS.sig
GPG public key: xmrig.com + github
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEmsTOqOZuNaXHzdwbRGpTY4vpRAkFAmNVIHcACgkQRGpTY4vp
RAnZwQf9FWbPSGA5p0f4mFYh4QChixOUiO5Z3MnwVP3+iC++EFmJoC1KvEK+DPwG
bfyTZ51AewK1wcXqiKnb+wwwbAJWbMN89lSMoGB34GDhY+TdqxMl60KuhVG4Uuqm
PFdxIM9DsPZI0m0XIK1TBWKuRUu3OFCsIKpUhpxJnfIEMg1hNR1y7clfuIjypjbB
qMv1fpUXv8/65efwMs9MIixgaJB9mFGZN1UnHzLoHMbAZo7v27vG77nAsNMxgGi4
nXGiMaCPXqLt64m7SEE+5lx1EToGqVXKSlT9fCeTu4ii0P8g8sQV3tvPucGDfnGc
v37KYifBlJesiMHgLgXjY01vwPgrBA==
=cYC9
-----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
XMR - 1%
RTM - 1%
RVN - 1%
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.