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
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...Run your own pool (Linux server)
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...C:\HacashMiner)SETUP.bat (full) or SETUP-MINER.bat (miner only)miner-panel.exe , then Settings, enter your wallet, then StartLinux
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...).
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.
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.
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.
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.
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.
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)
Install on most phones (arm64). On GrapheneOS: download in browser, then Files, tap the APK, and allow the install if prompted.
Loading...Desktop (Windows)
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)
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