HTN Miner Downloads

Official release page for hoo_gpu GPU and hoo_cpu CPU miners.
Download, instructions, and release history.

hoo_gpu GPU

High-performance CUDA GPU miner for HTN (Hoohash V110).
Supports NVIDIA GPUs (CUDA).
Dynamically linked. Built on Ubuntu 20.04.
Requires CUDA 12
Recommended for all modern NVIDIA cards.

Download hoo_gpu (Latest)
v1.1.19 | v1.1.18 | v1.1.17 | v1.1.16 | v1.1.15 | v1.1.14 | v1.1.13

hoo_cpu CPU

Optimized x64 CPU miner for HTN (Hoohash V110).
Requires AVX2. Fully statically linked.
Fastest CPU miner currently available for x64.

Download hoo_cpu (Latest)
v1.1.17 | v1.1.16 | v1.1.15 | v1.1.14 | v1.1.13

hoo_cpu_mac macOS

Optimized aarch64 CPU miner for HTN (Hoohash V110).
Apple Silicon (M1 or newer).
Only CPU miner currently available for Apple Silicon.

Download hoo_cpu_mac (Latest)

hoo_cpu_arm ARM64

Optimized aarch64 CPU miner for HTN (Hoohash V110).
Linux on aarch64 (ARMv8). Statically linked.
Only CPU miner currently available for ARM64.

Download hoo_cpu_arm (Latest)

Getting Started

1. Download the appropriate miner for your hardware.
2. Extract the archive:
tar -xzf hoo_gpu.tar.gz or tar -xzf hoo_cpu.tar.gz

3. Run the miner with your pool and wallet info:
./hoo_gpu/hoo_gpu -o stratum+tcp://your.pool:port -u hoosat:yourwallet -p x --same-stratum [-O stratum+tcp://backup.pool:port]
./hoo_cpu/hoo_cpu -o stratum+tcp://your.pool:port -u hoosat:yourwallet -p x --same-stratum [-O stratum+tcp://backup.pool:port]

FAQ

Release History

v1.1.19 (September 15th 2025 hoo_gpu only)
  • Same as v1.1.18 - but will no longer crash on rigs with pre AVX2 CPUs
v1.1.18 (September 14th 2025 hoo_gpu only)
  • GPU solutions are now validated on the CPU unless --no-cpu-validate is specified
  • Per GPU stats now tracks GPU miscalculations of hash
  • --slow-cpu now actually works (use when on an old CPU with many GPUs, and CPU load is problematic, will reduce hashrate slightly)
v1.1.17 (September 13th 2025)
  • Fix race condition in stratum flip back to primary
  • hoo_gpu only: Hashrate bump, typically 2-7%
v1.1.16 (September 12th 2025)
  • Automatically fail back to primary stratum when it becomes available again. Checks every 2 minutes (not configurable)
  • Provide visual cues in the console output that the backup stratum is active (if it is!)
v1.1.15 (September 12th 2025)
  • Changed default stratum timeout to 15 seconds
  • Can be over-ridden with --timeout
v1.1.14 (September 10th 2025)
  • Added -O, --backup-stratum URL flag
  • If the miner detects an issue with the primary supplied stratum it will flip to using the stratum specified with this flag, including if the ratio of accepted to rejected shares falls below 90%. Same username and password are used for both primary and backup strata. The miner will only flip back to the primary if an issue is detected with the backup stratum. Best used in conjunction with --same-stratum
v1.1.13 (September 8th 2025)
  • Added --same-stratum flag
Previous Versions (2025)
  • See HTN Discord for release notes prior to 1.1.13