RandomX, KawPow, CryptoNight, AstroBWT and GhostRider unified CPU/GPU miner and RandomX benchmark
Go to file
XMRig 4ab9329dda
v6.21.2
2024-03-23 13:38:42 +07:00
.github/ISSUE_TEMPLATE Update bug_report.md 2024-02-29 08:31:16 +01:00
bin/WinRing0 Added WinRing0 driver binary. 2019-12-15 01:48:48 +07:00
cmake Added new CMake options ARM_V8 and ARM_V7. 2023-06-04 20:32:05 +07:00
doc chore: remove repetitive words 2024-03-19 23:19:36 +08:00
res Special handle for favicon.ico 2019-04-01 11:50:28 +07:00
scripts Fix scripts for systems without bash. 2024-03-21 02:13:01 +07:00
src v6.21.2 2024-03-23 13:38:42 +07:00
.gitignore Added scripts/{build, deps} into .gitignore 2020-12-25 20:05:18 +03:00
CHANGELOG.md Update CHANGELOG.md 2024-03-23 00:46:15 +07:00
CMakeLists.txt Update hwloc for MSVC builds. 2024-03-22 18:14:39 +07:00
LICENSE Initial import. 2017-04-15 09:02:08 +03:00
README.md Merge branch 'readme' of https://github.com/benthetechguy/xmrig into benthetechguy-readme 2023-06-07 00:52:03 +07:00
package.json Use external script to prepare OpenCL source. 2019-08-28 00:33:49 +07:00

README.md

XMRig

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 GhostRider unified CPU/GPU miner and RandomX benchmark. Official binaries are available for Windows, Linux, macOS and FreeBSD.

Mining backends

  • CPU (x86/x64/ARMv7/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