Automated, multi-platform builds of XMRig with the minimum developer donation set to 0%.
- Upstream source: xmrig/xmrig — built from the latest official tagged release
- Platforms: Windows x64, Linux (static/Alpine, Ubuntu 22.04 Jammy, Ubuntu 24.04 Noble), macOS (x64 and arm64)
- Automatic builds: Checks for a new upstream release daily and publishes a matching release here
- License: GPL-3.0 — Copyright (C) 2016-2025 xmrig.com
In the official XMRig binaries, even if you set donate-level to 0 in the config, a hardcoded minimum of 1% in the source (kMinimumDonateLevel) overrides it and the miner still donates.
In this version, two patches are applied before building:
src/donate.h— bothkDefaultDonateLevelandkMinimumDonateLevelare set to0src/config.json—donate-levelanddonate-over-proxyare set to0
The result is that setting donate-level: 0 in your config is fully respected.
See Releases for pre-built binaries and SHA256SUMS.
To verify your download:
sha256sum -c SHA256SUMSThis checks that the file you downloaded matches the hash generated at build time. Note: unlike the official XMRig releases, SHA256SUMS here is not GPG-signed — but the hashes themselves are computed in the open on GitHub Actions runners, and the full build log is publicly auditable.
If you use this build, please consider donating to the XMRig developers:
- XMR:
48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD
- Fetches the latest upstream XMRig release tag from xmrig/xmrig
- Applies the 0% donation patch to
src/donate.handsrc/config.json - Builds natively on each platform (Windows MSVC, Alpine static, Ubuntu 22.04, Ubuntu 24.04, macOS x64, macOS arm64)
- Packages each binary with
config.jsonand platform extras (Windows includesWinRing0x64.sysand example scripts) - Generates a
SHA256SUMSfile and publishes everything to a GitHub Release
Each release description includes the exact upstream tag and patch details.
This repository builds xmrig/xmrig unmodified except for the donation patch described above.
XMRig is licensed under the GNU General Public License v3.0.
This repository's LICENSE is the same GPL-3.0 as the upstream project.
Not affiliated with the official XMRig team.
Happy mining! ⛏️