• 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
  • DanS released this 2026-06-06 23:24:49 -05:00 | 2 commits to master since this release

    DRG-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/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.2

    • Fixed default pool config: url now includes the stratum port
      pool.dragonx.is:3433 (was portless, falling back to the firewalled default
      3333, which caused repeating connect error: "operation canceled"), and
      algo defaults to rx/dragonx.
    • Clarified that the pool requires a shielded zs-address as the worker name
      (config/example placeholders updated to YOUR_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.zip 3.9 MiB
    Windows x86_64 drg-xmrig-6.25.2-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

    c19da36ac761e472b66892422a914570d47c8db89f66b6a57bceb61609c5dc32  drg-xmrig-6.25.2-linux-x64.zip
    6f293f2146a719a79ca577d76e582f45032fc4703c6245e46b57ca7a5c49f6a0  drg-xmrig-6.25.2-win-x64.zip
    

    Binaries (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 SHA256
    
    Downloads