Downloads
Pre-built binaries for the HashRelay client and server, plus the web admin UI bundle, across all supported platforms.
Legal & Compliance Notice
HashRelay is a general-purpose network infrastructure tool. You are solely responsible for ensuring that your use of cryptocurrency mining and this software complies with the laws and regulations of your country or jurisdiction. Mining and related activities are restricted or prohibited in some regions — please review and follow your local rules before downloading or deploying.
Client 0.2.2
Released 2026-06-18- •- Add version and platform to client nodes
Linux
Windows
Config Template & Quick Run
Download the annotated config template, save it as client.toml, edit the values, and pass it to the binary.
Then start the binary with the config file:
# Linux / macOS
./hr-client --config client.toml
# Windows (PowerShell)
.\hr-client.exe --config client.tomlOne-line install
Prefer an automated setup? Run the installer script to download, configure, and register the service in one step.
curl -fsSL https://hashrelay.net/releases/scripts/install-client.sh | shRequires root (or sudo). Supports systemd and OpenWrt/procd init systems.
Uninstall
Run the uninstaller to stop the service, remove the binary, and optionally delete config and data.
curl -fsSL https://hashrelay.net/releases/scripts/uninstall-client.sh | sudo shRequires root (or sudo). Prompts before deleting config/data; pass --yes for non-interactive removal.