DanS 95d3ff2c4a Fixing miner issues
- Switch from full-block to header-only (140-byte) RandomX input
- Add 32-byte SoloNonce system for solo mining mode
- Compute proper difficulty target from compact bits field
- Add SHA256D dual-hash PoW check in CpuWorker for solo mining
- Raise RandomX dataset/scratchpad limits to 4GB/4MB
- Use standard RandomX share filtering in pool (stratum) mode
2026-03-05 06:00:55 -06:00
2019-04-01 11:50:28 +07:00
2026-03-05 06:00:55 -06:00
2026-02-28 00:33:09 -06:00
2026-03-05 06:00:55 -06:00
2017-04-15 09:02:08 +03:00

XMRig-HAC

XMRig-HAC is a fork of XMRig with added support for DragonX coin mining using the rx/hush (RandomX-HUSH) algorithm.

Repository: git.hush.is/dragonx/xmrig-hac

Fork Changes

This fork adds:

  • DragonX coin support
  • rx/hush algorithm (RandomX-HUSH variant)
  • Customized RandomX configuration for HUSH/DragonX

Based on XMRig v6.25.0.

Mining backends

  • CPU (x86/x64/ARMv7/ARMv8/RISC-V)
  • OpenCL for AMD GPUs.
  • CUDA for NVIDIA GPUs via external CUDA plugin.

Download

Usage

The preferred way to configure the miner is the JSON config file as it is more flexible and human friendly. The command line interface does not cover all features, such as mining profiles for different algorithms. Important options can be changed during runtime without miner restart by editing the config file or executing API calls.

  • Wizard helps you create initial configuration for the miner.
  • Workers helps manage your miners via HTTP API.

Credits

This fork is based on XMRig by:

Description
No description provided
Readme GPL-3.0 8.2 MiB
Languages
C 53.1%
C++ 41%
Assembly 5%
CMake 0.7%