- 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
36 lines
1.5 KiB
Markdown
36 lines
1.5 KiB
Markdown
# XMRig-HAC
|
|
|
|
XMRig-HAC is a fork of [XMRig](https://github.com/xmrig/xmrig) with added support for **DragonX** coin mining using the **rx/hush** (RandomX-HUSH) algorithm.
|
|
|
|
**Repository:** [git.hush.is/dragonx/xmrig-hac](https://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](https://github.com/xmrig/xmrig-cuda).
|
|
|
|
## Download
|
|
* **[Binary releases](https://git.hush.is/dragonx/xmrig-hac/releases)**
|
|
* **[Build from source](https://xmrig.com/docs/miner/build)**
|
|
|
|
## Usage
|
|
The preferred way to configure the miner is the [JSON config file](https://xmrig.com/docs/miner/config) as it is more flexible and human friendly. The [command line interface](https://xmrig.com/docs/miner/command-line-options) 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](https://xmrig.com/docs/miner/api) calls.
|
|
|
|
* **[Wizard](https://xmrig.com/wizard)** helps you create initial configuration for the miner.
|
|
* **[Workers](http://workers.xmrig.info)** helps manage your miners via HTTP API.
|
|
|
|
## Credits
|
|
|
|
This fork is based on [XMRig](https://github.com/xmrig/xmrig) by:
|
|
* **[xmrig](https://github.com/xmrig)**
|
|
* **[sech1](https://github.com/SChernykh)**
|