Monero (RandomX) Miner - With 0% Donation Patch (mirrored: https://github.com/danger89/xmrig) https://xmrig.com
Go to file
Melroy van den Berg d46ee8c7e6
Update README.md
2021-11-17 23:42:36 +01:00
.github Update build.yaml 2021-11-17 23:35:00 +01:00
bin/WinRing0 Added WinRing0 driver binary. 2019-12-15 01:48:48 +07:00
cmake Fixed clang build. 2021-08-29 18:52:11 +07:00
doc Merge pull request #2161 from coolhaircut/patch-1 2021-03-08 04:01:15 +07:00
res Special handle for favicon.ico 2019-04-01 11:50:28 +07:00
scripts #2555 Update deps. 2021-08-28 13:10:48 +07:00
src Update donate.h 2021-11-17 22:13:18 +01:00
.gitignore Added scripts/{build, deps} into .gitignore 2020-12-25 20:05:18 +03:00
CHANGELOG.md Update CHANGELOG.md 2021-11-01 12:27:10 +07:00
CMakeLists.txt Adjust API version logic 2021-10-11 04:17:01 -06:00
LICENSE Initial import. 2017-04-15 09:02:08 +03:00
README.md Update README.md 2021-11-17 23:42:36 +01:00
package.json Use external script to prepare OpenCL source. 2019-08-28 00:33:49 +07:00

README.md

XMRig - 0% Donation

Github All Releases GitHub release GitHub Release Date GitHub license GitHub stars GitHub forks

XMRig is a high performance, open source, cross platform RandomX, KawPow, CryptoNight and AstroBWT unified CPU/GPU miner and RandomX benchmark. Official binaries are available for Windows, Linux, macOS and FreeBSD.

Mining backends

  • CPU (x64/ARMv8)
  • OpenCL for AMD GPUs.
  • CUDA for NVIDIA GPUs via external CUDA plugin.

Download

Usage

The preferred way to configure the miner is the JSON config file as it is more flexible and human friendly. The command line interface does not cover all features, such as mining profiles for different algorithms. Important options can be changed during runtime without miner restart by editing the config file or executing API calls.

  • Wizard helps you create initial configuration for the miner.
  • Workers helps manage your miners via HTTP API.

Donations

  • Default donation 1% (1 minute in 100 minutes) can be increased via option donate-level or disabled in source code.
  • XMR: 48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD

Developers

Contacts