Unduh

Binary siap pakai buat client & server HashRelay, plus bundle Web UI admin — Linux & Windows.

Pemberitahuan Hukum

HashRelay adalah tool infrastruktur jaringan general-purpose. Kamu bertanggung jawab penuh memastikan aktivitas mining cryptocurrency sesuai hukum di negaramu. Di beberapa wilayah, mining dibatasi atau dilarang — cek regulasi lokal sebelum download atau deploy.

Server 0.2.4

Rilis 2026-09-08
Release Notes
  • Stream client upgrade packages over the preferred control plane with checksum abort
  • Retry interrupted upgrade downloads and ignore stale chunks after reconnect
  • Treat upgrade traffic as session liveness so large transfers do not look like timeouts
  • Keep heartbeats from being buried behind large upgrade write batches
  • Return full release history from the upgrade check API
  • Add linux-armv7-musl and linux-riscv64-musl client release platforms
  • Fall back to a musl server package when the gnu asset needs a newer glibc than this host
  • Select in-app client upgrades with the same gnu-vs-musl rule as the install scripts
  • Push musl packages to older clients that reported linux-amd64 but cannot run gnu builds
  • Refresh client node platform on handshake and after a completed upgrade
  • Verify the new binary can exec before install/update scripts replace the running process
  • Search workers by MAC address as well as name and IP

Instal satu baris

Mau praktis? Jalankan script instal — download, config, dan daftar service sekaligus.

bash
curl -fsSL https://downloads.hashrelay.net/hashrelay/scripts/install-server.sh | sudo sh

File config ditulis ke /etc/hash-relay/server.toml.

Butuh root (sudo). Support systemd dan OpenWrt/procd.

Web Admin Panel

  • Setelah instal, buka http://YOUR_SERVER:8080 di browser.
  • Password default: hash — wajib diganti saat login pertama.

Linux

Linux x86_64 (glibc)
hr-server-linux-amd64 · 21.5 MB
Unduh
1df8482712f340d1
Linux x86_64 (musl)
hr-server-linux-amd64-musl · 20.2 MB
Unduh
b63ce95a46b3c3f1
Linux ARM64 (glibc)
hr-server-linux-arm64 · 17.8 MB
Unduh
1ad2dd5c871a2ee5
Linux ARM64 (musl)
hr-server-linux-arm64-musl · 17.0 MB
Unduh
f087297133c27ef6
Linux ARMv7
hr-server-linux-armv7 · 17.2 MB
Unduh
6175800b8ad11e09
linux-armv7-musl
hr-server-linux-armv7-musl · 16.9 MB
Unduh
4a823f8a8f5774f1
Linux RISC-V 64
hr-server-linux-riscv64 · 16.2 MB
Unduh
cf448c36ac646ac4
linux-riscv64-musl
hr-server-linux-riscv64-musl · 16.3 MB
Unduh
eb8366dcea59c7b7

Template Config & Quick Run

Download template config, simpan sebagai server.toml, edit valuenya, lalu jalankan binary dengan file tersebut.

Lalu jalankan binary dengan file config:

bash
# Linux / macOS
./hr-server --config server.toml

# Windows (PowerShell)
.\hr-server.exe --config server.toml

Uninstall

Jalankan uninstaller buat stop service, hapus binary, dan opsional hapus config & data.

bash
curl -fsSL https://downloads.hashrelay.net/hashrelay/scripts/uninstall-server.sh | sudo sh

Butuh root (sudo). Konfirmasi sebelum hapus config/data; pakai --yes buat non-interaktif.