-
DRG-XMRig v6.25.2 Stable
released this
2026-06-06 23:24:49 -05:00 | 2 commits to master since this releaseDRG-XMRig 6.25.2 — Release Notes
Release date: 2026-06-06
Base: XMRig 6.25.1 (drg fork — unified pow-hash share model, DragonX/rx/dragonxprimary algo)About this build
DRG-XMRig is a fork of xmrig-hac with a unified pow-hash share model.
rx/dragonxis the primary algorithm name (withrx/hushretained as an alias).Changes in 6.25.2
- Fixed default pool config:
urlnow includes the stratum port
pool.dragonx.is:3433(was portless, falling back to the firewalled default
3333, which caused repeatingconnect error: "operation canceled"), and
algodefaults torx/dragonx. - Clarified that the pool requires a shielded
zs-addressas the worker name
(config/example placeholders updated toYOUR_DRGX_ZS_ADDRESS). build_windows.sh: fetch OpenSSL 1.1.1w from the GitHub release mirror
(the old openssl.org URL is gone).
Artifacts
Platform File Size Linux x86_64 drg-xmrig-6.25.2-linux-x64.zip3.9 MiB Windows x86_64 drg-xmrig-6.25.2-win-x64.zip2.7 MiB Each archive contains the miner binary, a starter
config.json, andREADME.md.
The Windows archive additionally includesWinRing0x64.sys(MSR driver required
for MSR mods and large-page tweaks).Build configuration
Both binaries are statically linked release builds (
-DBUILD_STATIC=ON,
CMAKE_BUILD_TYPE=Release) with GPU backends disabled (CPU-only):WITH_OPENCL=OFF,WITH_CUDA=OFF- Linux: built with GCC 11.4.0;
WITH_HWLOC=ON - Windows: cross-compiled with MinGW-w64;
WITH_HWLOC=OFF
Bundled dependencies:
Dependency Linux Windows libuv 1.51.0 1.51.0 OpenSSL 3.0.16 1.1.1w hwloc 2.12.1 — (disabled) Checksums (SHA-256)
Release archives
c19da36ac761e472b66892422a914570d47c8db89f66b6a57bceb61609c5dc32 drg-xmrig-6.25.2-linux-x64.zip 6f293f2146a719a79ca577d76e582f45032fc4703c6245e46b57ca7a5c49f6a0 drg-xmrig-6.25.2-win-x64.zipBinaries (inside the archives)
d8f089eef9b832ca23091935e3856132148dcbab3e764aaff0aa5d546ab7d985 xmrig (linux-x64) 7df8ca5aebda5e5c4cb7279156cae44b397b91cc9b95880756de0a26865f6b93 xmrig.exe (win-x64)Verify
# Linux sha256sum -c <<'EOF' c19da36ac761e472b66892422a914570d47c8db89f66b6a57bceb61609c5dc32 drg-xmrig-6.25.2-linux-x64.zip 6f293f2146a719a79ca577d76e582f45032fc4703c6245e46b57ca7a5c49f6a0 drg-xmrig-6.25.2-win-x64.zip EOF# Windows (PowerShell) Get-FileHash .\drg-xmrig-6.25.2-win-x64.zip -Algorithm SHA256Downloads
- Fixed default pool config: