HAC Miner Panel

By Mosky

Latest release: loading...

Download the Windows miner in one click, or build from source on Linux. No GitHub account needed for Windows ZIPs.

RX 9070 XT (RDNA4): select RX 9070 XT in miner-panel → Save → Start. HAC + HACD supported.

Windows

Recommended

Full package

Fresh PC: includes fullnode, miners, and the setup app. Everything you need to start solo mining.

Loading...

Miner only

You already run hacash.exe: workers and panel only (smaller download).

Loading...

After download (Windows)

  1. Extract the ZIP to a folder (e.g. C:\HacashMiner)
  2. Double click SETUP.bat (full) or SETUP-MINER.bat (miner only)
  3. Open miner-panel.exe → Settings → enter wallet → Start

Linux

Build from source

Linux (AMD OpenCL)

Same miners as Windows: poworker, diaworker, hacash, optional miner-panel GUI. Requires Rust + OpenCL dev packages + ROCm or AMDGPU-PRO.

RX 9070 XT: ROCm 6.4+ recommended. Panel preset auto-sets work_groups=64.

sudo apt update sudo apt install -y build-essential ocl-icd-opencl-dev pkg-config git clone https://github.com/Moskyera/fullnodedev.git cd fullnodedev chmod +x scripts/mining-amd/*.sh ./scripts/mining-amd/build-amd-miner.sh ./scripts/mining-amd/install-configs.sh ./scripts/mining-amd/list-opencl-devices.sh cp hacash.config.ini target/release/ cd target/release ./hacash && sleep 35 && ./poworker

HACD diamonds: enable [diamondminer] in hacash.config.ini, then run ./diaworker. Reward must be legacy PRIVAKEY (1...).

Full Linux guide (MINING-LINUX.md)

Hacash Wallet

Latest releases: loading...

Official wallet for HAC, HACD, BTC, L2 Fast Pay, and Quantum (Type 4). One-click download, always the latest build from GitHub.

Mobile (Android)

arm64 · GrapheneOS OK

Android APK

Install on most phones (arm64). On GrapheneOS: download in browser → Files → tap APK → allow install if prompted.

Loading...

Desktop (Windows)

Recommended

Windows x64 installer

Full desktop wallet with installer. Includes HAC/HACD/BTC send, Fast Pay, quantum txs, Windows Hello.

Loading... Loading... Loading...

Desktop (Linux)

x64

Linux builds

AppImage runs on most distros. .deb for Debian/Ubuntu. Portable binary needs no install.

Loading... Loading... Loading... # AppImage chmod +x hacash-wallet-desktop-*-x64.AppImage ./hacash-wallet-desktop-*-x64.AppImage # Debian/Ubuntu sudo dpkg -i hacash-wallet-desktop-*-x64.deb