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.1.0: CPU/GPU miner RandomX, CryptoNight и Argon2

  • CRYPTO MINING BLOG
  • Dec 1, 2019
  • 4 Comments So far
  • Download XMRig, Download XMRig, RandomX, RandomX, Xmrig, Xmrig, XMRig v5.1.0, XMRig v5.1.0
  • Cryptocurrency Miners | Cryptocurrency Mining | Mining on AMD GPU | Mining on CPU | Mining on NVIDIA GPU | Software
Download XMRig v5.1.0 RandomX (Monero XMR)
XMRig v5.3.0

DOWNLOAD
XMRIG 5.1.0

XMRig v5.1.0 RandomX (Mining Monero XMR)

XMRig v5.1.0 — High-performance cross-platform miner RandomX, CryptoNight and Argon2 CPU / GPU open source, with official support for Windows.

November 30, Monero (XMR) will be working hard on block 1978433 for transition to a new algorithm. Upcoming fork will change the current algorithm CryptoNight R for mining on the new Random X PoW algorithm, in fact, transferring mining coins to the CPU.

There are already several miners mining coins using the RandomX algorithm, one of which is XMRig v5.1.0, which you can download from the links below: https://github.com/xmrig/xmrig/releases

Download XMRig v5.1.0 RandomX (Monero XMR)

Changelog:

Changes v5.1.0

  • Fixed mining resume after donation round for pools with self-select feature.
  • Added option "mode" (or --randomx-mode) for RandomX.
    • Added memory information on miner startup.
    • Added resources field to summary API with memory information and load average.
  • Fixed compatibility with some AMD GPUs.
  • Fixed build without RandomX.
  • Added command line options --cuda-bfactor-hint and --cuda-bsleep-hint.
  • Fixed 32-bit ARM compilation.

Changes v5.0.0

This version is first stable unified 3 in 1 GPU+CPU release, OpenCL support built in in miner and not require additional external dependencies on compile time, NVIDIA CUDA available as external CUDA plugin, for convenient, 3 in 1 downloads with recent CUDA version also provided.

This release based on 4.x.x series and include all features from v4.6.2-beta, changelog below include only the most important changes, full changelog available separately.

  • Optimized hashrate calculation.
  • Added new option dataset_host for NVIDIA GPUs with less than 4 GB memory (RandomX only).
  • Added support for self-select stratum protocol extension.
  • Added new algorithm rx/arq, RandomX variant for upcoming ArQmA fork.
  • Added experimental support for persistent memory for CPU mining threads.
  • Improved RandomX dataset memory usage and initialization speed for NUMA machines.
  • Fixed support for systems where total count of NUMA nodes not equal usable nodes count.
  • Added config option cpu/max-threads-hint and command line option --cpu-max-threads-hint.
  • Added JIT compiler for RandomX on ARMv8.
  • Improved API endpoint GET /2/backends and added support for this endpoint to workers.xmrig.info.
  • Added command line option --no-cpu to disable CPU backend.
  • Added OpenCL specific command line options: --opencl, --opencl-devices, --opencl-platform, --opencl-loader and --opencl-no-cache.
  • Added CUDA specific command line options: --cuda, --cuda-loader and --no-nvml.
  • Removed command line option --http-enabled, HTTP API enabled automatically if any other --http-* option provided.
  • Added OpenCL mining backend.
    • Added RandomX support for OpenCL, thanks @SChernykh.
  • Algorithm cn/wow removed, as no longer alive.

Config XMRig

The preferred way to configure the miner is to file JSON configuration, as it is more flexible and user friendly. The command line interface does not cover all functions, such as profiles   mining for various algorithms. Important parameters are subject to change.    at runtime without rebooting the miner by editing configuration file or making API calls.

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

Command line options

Network:
  -o, --url=URL                 URL of mining server
  -a, --algo=ALGO               mining algorithm https://xmrig.com/docs/algorithms
      --coin=COIN               specify coin instead of algorithm
  -u, --user=USERNAME           username for mining server
  -p, --pass=PASSWORD           password for mining server
  -O, --userpass=U:P            username:password pair for mining server
  -k, --keepalive               send keepalived packet for prevent timeout (needs pool support)
      --nicehash                enable nicehash.com support
      --rig-id=ID               rig identifier for pool-side statistics (needs pool support)
      --tls                     enable SSL/TLS support (needs pool support)
      --tls-fingerprint=HEX     pool TLS certificate fingerprint for strict certificate pinning
      --daemon                  use daemon RPC instead of pool for solo mining
      --daemon-poll-interval=N  daemon poll interval in milliseconds (default: 1000)
  -r, --retries=N               number of times to retry before switch to backup server (default: 5)
  -R, --retry-pause=N           time to pause between retries (default: 5)
      --user-agent              set custom user-agent string for pool
      --donate-level=N          donate level, default 5%% (5 minutes in 100 minutes)
      --donate-over-proxy=N     control donate over xmrig-proxy feature

CPU backend:
      --no-cpu                  disable CPU mining backend
  -t, --threads=N               number of CPU threads
  -v, --av=N                    algorithm variation, 0 auto select
      --cpu-affinity            set process affinity to CPU core(s), mask 0x3 for cores 0 and 1
      --cpu-priority            set process priority (0 idle, 2 normal to 5 highest)
      --cpu-max-threads-hint=N  maximum CPU threads count (in percentage) hint for autoconfig
      --cpu-memory-pool=N       number of 2 MB pages for persistent memory pool, -1 (auto), 0 (disable)
      --no-huge-pages           disable huge pages support
      --asm=ASM                 ASM optimizations, possible values: auto, none, intel, ryzen, bulldozer
      --randomx-init=N          threads count to initialize RandomX dataset
      --randomx-no-numa         disable NUMA support for RandomX

API:
      --api-worker-id=ID        custom worker-id for API
      --api-id=ID               custom instance ID for API
      --http-host=HOST          bind host for HTTP API (default: 127.0.0.1)
      --http-port=N             bind port for HTTP API
      --http-access-token=T     access token for HTTP API
      --http-no-restricted      enable full remote access to HTTP API (only if access token set)

OpenCL backend:
      --opencl                  enable OpenCL mining backend
      --opencl-devices=N        comma separated list of OpenCL devices to use
      --opencl-platform=N       OpenCL platform index or name
      --opencl-loader=PATH      path to OpenCL-ICD-Loader (OpenCL.dll or libOpenCL.so)
      --opencl-no-cache         disable OpenCL cache
      --print-platforms         print available OpenCL platforms and exit

CUDA backend:
      --cuda                    enable CUDA mining backend
      --cuda-loader=PATH        path to CUDA plugin (xmrig-cuda.dll or libxmrig-cuda.so)
      --cuda-devices=N          comma separated list of CUDA devices to use
      --cuda-bfactor-hint=N     bfactor hint for autoconfig (0-12)
      --cuda-bsleep-hint=N      bsleep hint for autoconfig
      --no-nvml                 disable NVML (NVIDIA Management Library) support

Logging:
  -S, --syslog                  use system log for output messages
  -l, --log-file=FILE           log all output to a file
      --print-time=N            print hashrate report every N seconds
      --health-print-time=N     print health report every N seconds
      --no-color                disable colored output

Misc:
  -c, --config=FILE             load a JSON-format configuration file
  -B, --background              run the miner in the background
  -V, --version                 output version information and exit
  -h, --help                    display this help and exit
      --dry-run                 test configuration and exit
      --export-topology         export hwloc topology to a XML file and exit
  • What awaits Bitcoin after the 2024 halving?

    What awaits Bitcoin after the 2024 halving?

  • How to create, use Kaspa Wallet

    How to create, use Kaspa Wallet

  • BTCTools v1.3.1: Download, ip-scanner, overclocking for Windows

    BTCTools v1.3.1: Download, ip-scanner, overclocking for Windows

Recommended Related Articles:

  • How to mine Monero (XMR) on RandomX algorithm
  • Configuring AMD Radeon VEGA 56/64 for mining
  • XMR-STAK-RX v1.0.1 — RandomX (Moner XMR)
  • AMD Blockchain Driver – driver for AMD Radeon GPUs
  • NoDevFee (NoFee) – How to disable commission in the miner

If you like to read such articles and want to support the author, then you can subscribe to our telegram channel and recommend us to your friends, this will help a lot to support our project! Telegram: CRYPTO WIKIES | Bitcoin & Altcoins Mining

Be the first to know all the news, read more about cryptocurrencies and mining at CRYPTO-MINING.BLOG.

Read more:

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 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 5.3.0 (CPU GPU OpenCL CUDA miner) Download and ConfigureXMRig v5.3.0 – CPU & AMD & Nvidia GPU miner (Download and Configure) XMRig v5.2.0 (Download and Configure) Miner - RandomX, CryptoNight and Argon2XMRig v5.9.0 (GPU/CPU): Download With Supported RandomKEVA Mining. SRBMiner-MULTI 0.2.0 - miner for CPU and GPUs AMD / Nvidia (Download and Configure)SRBMiner-Multi 0.2.0 CPU/GPU: Download RandomX, autolykos2, Cryptonight Miner XMRIG 5.11.1: RandomX Performance Improvement for AMD GPUs XMRig v5.6.0 CPU/GPU: Download miner Monero for Windows/Linux
CRYPTO MINING BLOG
Founder & CEO

Previous post

Download GMiner v1.82 (AMD/Nvidia GPUs)

Next post

Download XMR-STAK-RX v1.0.1 — AMD GPU & CPU miner RandomX

4 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)
    $103,789.15-1.59%
  • ethereumEthereum(ETH)
    $2,530.35-3.12%
  • shih-shih-tzuShih Tzu(SHIH)
    $0.000246-0.01%
  • tetherTether(USDT)
    $1.000.01%
  • rippleXRP(XRP)
    $2.14-2.33%
  • vnm-venom-ethVenom(VNM)
    $2.110.00%
  • oxy-oxycoinOxycoin(OXY)
    $101.250.00%
  • binancecoinBNB(BNB)
    $654.72-2.21%
  • solanaSolana(SOL)
    $154.91-4.85%
  • usd-coinUSDC(USDC)
    $1.000.00%

  • 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