• DanS released this 2026-06-07 09:22:27 -05:00 | 0 commits to master since this release

    DRG-XMRig 6.25.3 — Release Notes

    Release date: 2026-06-07
    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.
    rx/dragonx is the primary algorithm name (with rx/hush retained as an alias).

    Changes in 6.25.3

    • Added a macOS release build target: ./build.sh --macos-release produces a
      portable host-arch binary (Intel x86_64 or Apple Silicon arm64) with
      libuv/hwloc/OpenSSL linked statically from Homebrew, so it runs on stock
      macOS without Homebrew at runtime.

    (6.25.2 carried the pool-config fix: url includes the stratum port
    pool.dragonx.is:3433, algo defaults to rx/dragonx, and the worker name
    must be a shielded zs-address.)

    Artifacts

    Platform File Size
    Linux x86_64 drg-xmrig-6.25.3-linux-x64.zip 3.8 MiB
    Windows x86_64 drg-xmrig-6.25.3-win-x64.zip 2.7 MiB
    macOS x86_64 drg-xmrig-6.25.3-macos-x86_64.zip 3.2 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

    All binaries are statically linked release builds (CMAKE_BUILD_TYPE=Release)
    with GPU backends disabled (CPU-only): WITH_OPENCL=OFF, WITH_CUDA=OFF.

    • Linux: built with GCC 11.4.0; -DBUILD_STATIC=ON; WITH_HWLOC=ON
    • Windows: cross-compiled with MinGW-w64; -DBUILD_STATIC=ON; WITH_HWLOC=OFF
    • macOS: built for the host arch (x86_64); WITH_HWLOC=ON; libuv/hwloc/OpenSSL
      statically linked from Homebrew (openssl@3), so no Homebrew is needed at runtime

    Bundled dependencies:

    Dependency Linux Windows macOS
    libuv 1.51.0 1.51.0 Homebrew
    OpenSSL 3.0.16 1.1.1w 3.x (Homebrew openssl@3)
    hwloc 2.12.1 — (disabled) Homebrew

    Checksums (SHA-256)

    Release archives

    7dfcb2ab27fe6836995d52522e666c35d7d5797aa5aa977342dadc855b3dfb0c  drg-xmrig-6.25.3-linux-x64.zip
    00ae3c1652eafb10c2c0210e4aa33f924360bcc4b953eb5a37b5c6ba32c943ef  drg-xmrig-6.25.3-win-x64.zip
    af6bf9f2a97a651f0ce8a88a8e63c9a0084f5017f2167ccd15b43cc58b2d481d  drg-xmrig-6.25.3-macos-x86_64.zip
    

    Binaries (inside the archives)

    f93c199b41064973556388fed1188f42e4ce2b749c68ae396a95040a2540b88c  xmrig         (linux-x64)
    33d336b1a91898eae0cf70813964a6d3cc80d6e729b4e02fc297b4eedd667d1d  xmrig.exe     (win-x64)
    d57be5328c2ff98d0078e8675d99ff551a8631a8f7b220717a634a3a856c884e  xmrig         (macos-x86_64)
    

    Verify

    # Linux / macOS
    sha256sum -c <<'EOF'
    7dfcb2ab27fe6836995d52522e666c35d7d5797aa5aa977342dadc855b3dfb0c  drg-xmrig-6.25.3-linux-x64.zip
    00ae3c1652eafb10c2c0210e4aa33f924360bcc4b953eb5a37b5c6ba32c943ef  drg-xmrig-6.25.3-win-x64.zip
    af6bf9f2a97a651f0ce8a88a8e63c9a0084f5017f2167ccd15b43cc58b2d481d  drg-xmrig-6.25.3-macos-x86_64.zip
    EOF
    
    # Windows (PowerShell)
    Get-FileHash .\drg-xmrig-6.25.3-win-x64.zip -Algorithm SHA256
    
    Downloads