- Cryptocurrency Miners | Cryptocurrency Mining | Guide | Mining on AMD GPU | Mining on CPU | Mining on NVIDIA GPU | Review | Software
GitHub:
Xmrig 2.14.5 (AMD & Nvidia GPU Miner) – In the new version of the cryptocurrency miner Xmrig 2.14.5, compatibility with the latest AMD drivers has been fixed.
Xmrig – A program for mining coins based on CryptoNight algorithms. Suitable for both AMD graphics cards and Nvidia. There is also a version for the central processing unit (CPU), but this article discusses mining on video cards and a version for them. The program has a commission to the developer in the form of 1-5% (DEV Fee).
Features of the Xmrig miner:
- Open source
- High performance
- Official Windows Support
- CryptoNight-Lite Support
- Nicehash Support
Xmrig supports the following algorithms:
Cryptonight R, Cryptonight GPU, Cryptonight Heavy, Cryptonight HeavyX, Cryptonight Lite V7, CryptoNight Reverse Waltz, Cryptonight V8, CryptoNight Zelerius, CryptoNightTurtle.
Quick start Xmrig
In order to get coins you need:
- Download the Xmrig program
- Unzip to any convenient place
- Edit the .bat file with the desired coin (change the wallet to your own)
Configure xmrig for mining Monero
To mine coins using the CryptoNight R algorithm, we need to create or edit a finished batch file for the coin you need. These are the basic settings, which are enough for mining. Secondary settings will be considered later.
Decoding the contents of the batch file
xmrig-amd
this key will indicate which program will be launched. Leave as is. For Nvidia, specify xmrig-nvidia-a cryptonight
specify the algorithm. For Monero, leave this one. For coins on the cryptonight-lite algorithm, specify it-o xmr-eu.dwarfpool.com
specify the address of your pool. In this example, we have dwarfpool, because at the time of writing, he received the most positive reviewsafter the pool address through a colon, indicate the port of the pool. dwarfpool has 8050
-u 4ALcw9nTAStZSshoWVUJakZ6tLwTDhixhQUQNJkCn4t3fG3MMK19WZM44HnQRvjqmz4LkkA8t565v7iBwQXx2r34HNroSAZ
after the -u switch we indicate the address of your digital wallet.5c01d3dd96ac8e1e4de53c736fd42a5f793d6ede4fb776f2a186a84dba44f3e8
after the address through the point we indicate Payment ID. Some coins do not have it--donate-level=1
set up the commission of the miner. By default, it is 5%. level = 1 means 1%.rig1
put a dot and indicate the name of the farm. You can specify any. This is only necessary for tracking statistics on the pool. You will see exactly that namepause
specify the pause argument so that in case of any error the program does not close, but displays the code and description of the error that has occurred
Important add the key “pause” at the very bottom of the batch file, so that in case of an error program or incorrect .bat file syntax, the program does not immediately closed and displayed on the screen a code and description of the error
On this, the basic configuration of the miner can be completed and the program launched. But for completeness, we will consider all the keys of the program in the “Advanced Settings” section.
5 Comments So far