• DRG-XMRig v6.25.1

    DanS released this 2026-06-06 18:01:18 -05:00 | 4 commits to master since this release

    DRG-XMRig 6.25.1-drg1 — Release Notes

    Release date: 2026-06-06
    Source commit: 8f711d7c
    Base: XMRig 6.25.1 (drg fork — unified pow-hash share model, DragonX/rx/dragonx primary algo)

    About this build

    DRG-XMRig is a fork of xmrig-hac with a unified pow-hash share model. This
    release makes rx/dragonx the primary algorithm name (with rx/hush retained
    as an alias).

    Artifacts

    Platform File Size
    Linux x86_64 drg-xmrig-6.25.1-drg1-linux-x64.zip 3.9 MiB
    Windows x86_64 drg-xmrig-6.25.1-drg1-win-x64.zip 2.7 MiB

    Each archive contains the miner binary, a starter config.json, and README.md.
    The Windows archive additionally includes WinRing0x64.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

    c121a078ee46943584aa6148cac26583409c832d28668cf38ba908e10214c9a6  drg-xmrig-6.25.1-drg1-linux-x64.zip
    225bd33f5d40af706800fe8e2242222beead65aed14126ed776c32e82119fa1e  drg-xmrig-6.25.1-drg1-win-x64.zip
    

    Binaries (inside the archives)

    37c178f743c269c1d9e18302cead0ed117ded2b5fe30910e836896b4abc20e57  xmrig         (linux-x64)
    01223711eddea347eee394c4b6d265b9a3e5c13fe93204bc041c4399c9c758f8  xmrig.exe     (win-x64)
    

    Verify

    # Linux
    sha256sum -c <<'EOF'
    c121a078ee46943584aa6148cac26583409c832d28668cf38ba908e10214c9a6  drg-xmrig-6.25.1-drg1-linux-x64.zip
    225bd33f5d40af706800fe8e2242222beead65aed14126ed776c32e82119fa1e  drg-xmrig-6.25.1-drg1-win-x64.zip
    EOF
    
    # Windows (PowerShell)
    Get-FileHash .\drg-xmrig-6.25.1-drg1-win-x64.zip -Algorithm SHA256
    
    Downloads