New patch release covering the macOS build target added in the previous
commit. Updates APP_VERSION, APP_VER_PATCH, package.json, and adds a
CHANGELOG section.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Switch fork versioning from 6.25.1-drg2 to a clean 6.25.2 patch version
(APP_VERSION, APP_VER_PATCH, package.json, CHANGELOG heading).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The bundled config had a portless pool URL (pool.dragonx.is), so xmrig
fell back to its default port 3333, which is firewalled on the pool host
-> repeating 'connect error: operation canceled'. The pool's stratum is
plain TCP on 3433 and requires a shielded zs-address worker name.
- src/config.example.json: url -> pool.dragonx.is:3433, algo -> rx/dragonx,
user placeholder -> YOUR_DRGX_ZS_ADDRESS
- scripts/pool_mine_example.cmd: point at the DragonX pool with rx/dragonx
- scripts/build_windows.sh: fetch OpenSSL 1.1.1w from GitHub release mirror
- bump APP_VERSION to 6.25.1-drg2
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Add DragonX coin and rx/hush algorithm support
- Update branding to XMRig-HAC / dragonx.is
- Update repository URLs to git.hush.is
- Replace example wallet addresses with placeholders
- Update .gitignore for build directories
- Document fork changes in README and CHANGELOG