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, then Save, then Start. HAC + HACD supported.

Windows

Recommended

Full package

Fresh PC: includes fullnode, miners, and the setup app. Solo mining needs the node to download the chain first, which takes minutes to hours; the panel waits for it and shows the progress.

Loading...

Miner only

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

Loading...

Run your own pool (Linux server)

HBIT pool

Runs beside your own full node on a VPS or mini PC and pays miners with PPLNS. The package includes the fullnode, the pool, systemd units and a setup script that checks the machine before anything starts.

Latest release: loading...

Loading...

Install guide

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 , then Settings, enter your wallet, then Start

Linux

Build from source

Linux (AMD OpenCL)

Prebuilt Linux x86_64 archives are on the releases page and are signed, so building is optional. To build anyway, the 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 # Wait for the node to finish syncing. It is done when the log says # "all blocks sync finished" and the height stops climbing. This takes # minutes to hours on a fresh machine. Do NOT start the miner before it. ./poworker

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

Full Linux guide (MINING-LINUX.md)

HPAY-compatible Hacash Full Node

Latest release: loading...

Run a Hacash full node for HPAY Fast Pay or an L2 hub without installing mining software. This build uses the existing Istanbul/HVM runtime and does not change Hacash consensus.

Node operators

Standalone full node

CPU-only node for Windows or Linux x86_64. Mining is disabled and the HTTP API binds to 127.0.0.1:8080 in the included example configuration.

Download Full Node for Windows Download Full Node for Linux

HPAY Fast Pay Hub

Latest release: loading...

Run a standalone Fast Pay Hub on Windows, Linux or a VPS. It works independently from Miner Full, connects to a trusted Hacash full node and never needs users' wallet private keys.

One-click VPS Hub

Fast Pay network service

Use this when you want to provide Fast Pay connections without enabling the Hub inside Miner Full. The Linux one-click installer asks only for your domain, a Hub name and whether it should install the full node too. It configures HTTPS automatically.

The full-node API stays private on 127.0.0.1:8080. On a new VPS, choose to install the full node and wait for it to synchronize before using Fast Pay.

Loading... Loading... Simple VPS setup guide

This is a technical preview. A Hub confirmation is coordinated L2 state, not automatic L1 finality, and HPAY mainnet readiness remains fail-closed until every documented gate passes.


Hacash Wallet

Latest releases: loading...

Self-custody wallet for HAC, HACD, the Hacash BTC one-way-transfer asset, and L2 Fast Pay. Quantum Lab is experimental and not for mainnet use. 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, then Files, tap the APK, and allow the install if prompted.

Loading...

Desktop (Windows)

Recommended

Windows x64 installer

Full desktop wallet with installer. Includes HAC/HACD and Hacash BTC asset transfers, Fast Pay, Windows Hello, and Quantum Lab (experimental, not for mainnet).

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