XMRig v5.11.0: Download with support mining AstroBWT CUDA for Windows


XMRig – it is a high-performance miner for the Monero cryptocurrency (XMR) on the GPU and CPU with support for both Linux and Windows. It was originally based on cpuminer-multi, with a large number of various modifications and improvements, as well as the removal of a large amount of legacy code. Starting with version 1.0.0. – completely rewritten from scratch in C ++

Key features of XMRig:

  • High performance
  • Windows Support
  • Small executable file with no dependencies
  • Support for both 32-bit and 64-bit processors
  • Spare pool support (in case primary becomes unavailable)
  • Setting options for the miner via the command line
  • Support for the CryptoNight algorithm, as well as CryptoNight-Lite – for mining AEON cryptocurrency
  • Automatic configuration of settings at miner startup
  • Nicehash Support
  • Open source

v5.11.0

The new version of the XMRig miner v5.11.0 miner with added support for the AstroBWT CUDA mining is available for download at the links below.

  • Added AstroBWT CUDA support (CUDA plugin v3.0.0 or newer required).
  • Fixed AstroBWT OpenCL for NVIDIA GPUs.
  • Added pooled memory allocation of RandomX VMs (+0.5% speedup on Zen2).
  • RandomX JIT refactoring, smaller memory footprint and a bit faster overall.
  • Fixed build on CentOS 7.

Configure and Run XMRig

To get coins, we need to create or edit a finished batch file for the coin you need. These are the basic settings that are enough for mining.

Configuring the xmrig batch file for mining Monero Xmrig 2.14.5 (AMD & Nvidia GPU Miner) Download and Configure
  1. xmrig-amd – this key will indicate which program will be launched. Leave as is. For Nvidia, specify xmrig-nvidia
  2. -a cryptonight – specify the algorithm. For Monero, leave this one. For coins on the cryptonight-lite algorithm, specify it
  3. -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 reviews
  4. 8050 – after the pool address through a colon, indicate the port of the pool. dwarfpool has 8050
  5. -u “4ALcw***NroSAZ” – after the key -u we indicate the address of your digital wallet “.5c01d3d *** ba44f3e8” after the address through the point we indicate Payment ID. Some coins do not have it
  6. –donate-level=1 – set up the commission of the miner. By default, it is 5%. level = 1 means 1%
  7. .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 name
  8. pause – 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

It is important to add the “pause” key at the very bottom of the batch file, so that in the event of a program error or incorrect .bat file syntax, the program would not immediately close, but would display an error code and description on the screen

On this, the basic configuration of the miner can be completed and the program launched.

Example batch file for CPU:

:start
xmrig -a randomx -o pool.supportxmr.com:5555 -u 44tLjmXrQNrWJ5NBsEj2R77ZBEgDa3fEe9GLpSf2FRmhexPvfYDUAB7EXX1Hdb3aMQ9FLqdJ56yaAhiXoRsceGJCRS3Jxkn.5d3c802ee0f8e12e4eb9792722b7816a42178aa29ef7477c138ddb940c55648d.rig1 -p x --donate-level=1
goto start

Example batch file for AMD:

:start xmrig -a randomx -o pool.supportxmr.com:5555 -u 44tLjmXrQNrWJ5NBsEj2R77ZBEgDa3fEe9GLpSf2FRmhexPvfYDUAB7EXX1Hdb3aMQ9FLqdJ56yaAhiXoRsceGJCRS3Jxkn.5d3c802ee0f8e12e4eb9792722b7816a42178aa29ef7477c138ddb940c55648d.rig1 -p x --donate-level=1 --opencl
goto start

An example of a batch file for Nvidia:

:start xmrig -a randomx -o pool.supportxmr.com:5555 -u 44tLjmXrQNrWJ5NBsEj2R77ZBEgDa3fEe9GLpSf2FRmhexPvfYDUAB7EXX1Hdb3aMQ9FLqdJ56yaAhiXoRsceGJCRS3Jxkn.5d3c802ee0f8e12e4eb9792722b7816a42178aa29ef7477c138ddb940c55648d.rig1 -p x --donate-level=1 --cuda goto start 

Recommended New Articles:

NiceHash Miner v3.0.0.8: Download CPU & GPU (NvidiaAMD) miner for Windows

GMiner v1.33: Download CUDA Equihash Miner for Windows

GMINER 2.06: Download with stability improvements for Qitmeer

SRBMiner-MULTI 0.4.2: Download CPU & GPU Miner for Windows

NBMiner 29.0: Download With Support for The New KAWPOW PoW Algorithm

Leave a Reply

Your email address will not be published. Required fields are marked *