Skip to content

D=DEV v0.5.5

Choose a tag to compare

@github-actions github-actions released this 29 Jul 12:14
· 3 commits to main since this release

HAC Miner - Windows and Linux x86_64 - By Mosky

Choose the package that matches the operating system:

Download Use when
hacash-miner-full-windows-x64*.zip New Windows PC
hacash-miner-only-windows-x64*.zip Windows fullnode already exists
hacash-miner-full-linux-x86_64*.tar.gz New Ubuntu/Debian PC
hacash-miner-only-linux-x86_64*.tar.gz Linux fullnode already exists

Windows: extract and run SETUP.bat or SETUP-MINER.bat.
Linux: extract and run ./SETUP-LINUX.sh (or bash SETUP-LINUX.sh).

Check the download before you run it

These binaries can hold mining rewards and wallet keys, so verify the
build provenance first. This is the only check that detects tampering,
because the signature is produced by GitHub and not by whoever serves
the file:

gh attestation verify <file> --repo Moskyera/fullnodedev

(gh is the GitHub CLI, available for Windows and Linux.)

The .sha256 files detect a truncated or corrupted download only.
They are NOT tamper protection: they are published from the same place
as the archives, so anyone able to replace an archive can replace its
checksum too. Do not treat a matching checksum as proof the file is
genuine.

Corruption check, Windows: Get-FileHash .\<file>.zip -Algorithm SHA256
and compare with <file>.zip.sha256.
Corruption check, Linux: sha256sum -c <file>.tar.gz.sha256.

HAC uses OpenCL GPU mining and supports automatic GPU detection/Auto Tune.
Auto Tune supports one selected GPU per poworker config; use separate instances/configs for heterogeneous GPUs.
HACD is CPU/fullnode mining and does not use OpenCL.
Miner Fleet combines multiple LAN Windows/Linux panels in one dashboard.

Linux still requires the GPU vendor's OpenCL driver. For AMD Radeon,
follow the current ROCm Linux compatibility and installation guides.

Full Changelog: v0.5.4...v0.5.5