Skip to content

CRYPTO MINING BLOG

Your guide to cryptocurrency mining

Primary Menu
  • CRYPTOCURRENCY
    • NEWS
    • WALLETS
    • INVESTING
    • TRADING
  • MINING
    • CRYPTO MINERS (SOFT)
    • ASIC MINING
    • GPU MINING
      • AMD GPU MINING
      • NVIDIA GPU MINING
    • CPU MINING
    • FPGA MINING
  • SOFTWARE
    • CRYPTOCURRENCY WALLETS
    • CRYPTOCURRENCY MINERS
    • TOOLS & UTILITIES
    • TRADING BOTS
    • FLASHING GPU
    • DRIVERS
    • SOFTWARE & FIRMWARE ASIC (ANTMINER)
    • NEW RELEASES
  • REVIEWS
  • GUIDES
  • NEWS

XMRig v5.10.0: Download AMD GPU Miner With Support AstroBWT mining

  • CRYPTO MINING BLOG
  • Mar 31, 2020
  • 5 Comments So far
  • AstroBWT, AstroBWT, Download XMRig, Download XMRig, Xmrig, Xmrig, XMRig v5.10.0, XMRig v5.10.0
  • Cryptocurrency Miners | Cryptocurrency Mining | Software
XMRig v5.10.0: Download AMD GPU Miner With Support AstroBWT mining
XMRig v5.10.0: Download AMD GPU Miner With Support AstroBWT mining

GitHub: DOWNLOAD XMRig v5.10.0

The latest release of XMRig 5.10.0 comes with support for the AstroBWT algorithm on AMD GPUs, in addition to the already available support for processor mining, as well as some optimizations for the algorithm used by DERO, which is used in the DERO project, since the plug switched the algorithm earlier this month. Another important change in the miner is that the cn / gpu algorithm is now disabled by default and will be removed in the next major release (v6.x.x), as well as in the main update of the Transport Layer Security (TLS) subsystem. Regarding the performance of AMD GPUs according to the AstroBWT algorithm compared to processor mining, the AMD Radeon RX 580 8 GB seems to create hashing speed slower than that of mid-range processors. A high-performance processor such as the AMD Ryzen 3900X can be 4 times faster than the RX 580 GPU, so mining AMD GPUs may not be as attractive to AstroBWT.

Full list of available versions XMRig: XMRig Realases

Notes

  • Configuration wizard
  • Management panel for miners
  • For NVIDIA CUDA mining support, use version with cuda10_1 suffix or any regular version with CUDA plugin.

v5.10.0

  • Added AMD GPUs support for AstroBWT algorithm.
  • MSR mod automatically deactivated after switching from RandomX algorithms.
  • Added AVX2 optimized code for AstroBWT algorithm.
    • Added new config option astrobwt-avx2 in cpu object and command line option --astrobwt-avx2.
  • Major TLS (Transport Layer Security) subsystem update.
    • Added new TLS options, please check xmrig-proxy documentation for details.
  • cn/gpu algorithm now disabled by default and will be removed in next major (v6.x.x) release, no ETA for it right now.
  • Added command line option --data-dir.

Key Features XMRig

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 ++

  • 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

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. But for completeness, we will consider all the keys of the program in the “Advanced Settings” section.

An example of a batch file for processors:

: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 

Recommendations:

To achieve maximum performance of the XMRig miner, we recommend that you pay attention to the following utilities and software:

  • AMD / ATI Pixel Clock 1.4.7 Atikmdag Patcher: Download from Windows
  • OOverdriveNTool: how to overclock AMD GPU (step by step instructions)
  • AAMD Memory Tweak XL: AMD GPU VRAM Performance Optimization
  • AMD Blockchain Driver – driver for AMD Radeon GPUs (Download)
  • Polaris Bios Editor v1.7.21.6.7 (BIOS editor)

Read more:

XMRig v5.6.0 CPU/GPU: Download miner Monero for Windows/Linux XMRig 5.3.0 (CPU GPU OpenCL CUDA miner) Download and ConfigureXMRig v6.2.2: CPU/GPU miner RandomX, KawPow, CryptoNight, AstroBWT and Argon2 Xmrig 2.14.5 (AMD & Nvidia GPU Miner)Xmrig 2.14.5 AMD & Nvidia GPU Miner (Download and Configure) XMRig 5.3.0 (CPU GPU OpenCL CUDA miner) Download and ConfigureXMRig v5.3.0 – CPU & AMD & Nvidia GPU miner (Download and Configure) XMRig 5.3.0 (CPU GPU OpenCL CUDA miner) Download and ConfigureXMRig 5.5.0 (AMD/Nvidia+CPU): Download for Windows & Linux. XMRIG 5.11.1: RandomX Performance Improvement for AMD GPUs XMRig v5.2.0 (Download and Configure) Miner - RandomX, CryptoNight and Argon2XMRig v5.9.0 (GPU/CPU): Download With Supported RandomKEVA Mining. XMRig 5.3.0 (CPU GPU OpenCL CUDA miner) Download and ConfigureXMRig v5.4.0 (AMD/Nvidia+CPU): Download for Windows & Linux. XMRig v5.2.0 (Download and Configure) Miner - RandomX, CryptoNight and Argon2XMRig v5.2.0 (Download and Configure) – CPU/GPU miner RandomX, CryptoNight and Argon2 XMRIG v6.3.1: Download CPU/GPU miner for Windows/Linux
CRYPTO MINING BLOG
Founder & CEO

Previous post

WildRig Multi v0.20.5.3 (AMD GPU miner): Download for Windows & Linux.

Next post

Binance enters the South Korean market and launches woncoin stablecoin

5 Comments So far

Please Post Your Comments & Reviews
Cancel reply

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

  • USD
  • EUR
  • GPB
  • AUD
  • JPY
  • bitcoinBitcoin(BTC)
    $104,852.010.89%
  • ethereumEthereum(ETH)
    $2,542.340.72%
  • shih-shih-tzuShih Tzu(SHIH)
    $0.000246-0.01%
  • tetherTether(USDT)
    $1.000.03%
  • rippleXRP(XRP)
    $2.191.99%
  • vnm-venom-ethVenom(VNM)
    $2.110.00%
  • binancecoinBNB(BNB)
    $660.070.71%
  • oxy-oxycoinOxycoin(OXY)
    $101.250.00%
  • solanaSolana(SOL)
    $157.460.39%
  • usd-coinUSDC(USDC)
    $1.000.02%

  • TeamRedMiner v0.6.1: Download AMD GPU miner Ethash, MTP, CryptoNight
    26.8k views
  • ATIKMDAG PATCHER v1.4.14: Download AMD/ATI Pixel Clock for Windows
    14.9k views
  • Nvidia Mining Driver v470.05 GeForce RTX 3060 – Unlock Mining Ethereum
    7.2k views
  • OverdriveNTool 0.2.7: Download and Configure AMD GPU Overclocking Software
    5.6k views
  • PolarisBiosEditor 3 PRO: Modify AMD GPU BIOS (Download PBE Crack)
    5.5k views
  • Setting up AMD Radeon VEGA 56/64 for cryptocurrency mining
    5.3k views
  • NiceHash Miner v3.0.0.7: Download NHM for Windows/Linux/MacOS
    5.2k views
  • Nvidia GeForce RTX 3080 Ti: Unlock Mining Hashrate Driver for Windows
    4.7k views
  • SRBPolaris v3.5: Download BIOS Editor AMD GPUs for Windows
    3.9k views
  • NVIDIA NVFlash v5.590.0 (Windows/Linux) – How to flash the BIOS of GPUs NVIDIA?
    2.9k views
  • OhGodAnETHlargementPill: How to increase hashrate in mining on NVIDIA
    2.7k views
  • AMD Blockchain Driver: Radeon Software Crimson ReLive Edition Beta for Blockchain Compute
    2.6k views
  • CPUMINER-OPT v3.8.4: Download Fast CPU Miner for Windows
    2.6k views
  • ATIFlash & AMD VBFlash 2.93: Download BIOS Flashing Tool for AMD GPUs
    2.5k views
  • XMRig v5.6.0 CPU/GPU: Download miner Monero for Windows/Linux
    2.2k views
All Rights Reserved. CRYPTO-MINING.BLOG.
  • English
  • Russian