下載中心

適用於所有受支持平臺的 HashRelay 客戶端與服務端預編譯二進制文件,以及 Web 管理界面程序包。

合規使用提示

HashRelay 是一款通用的網絡基礎設施工具。請確保您對加密貨幣挖礦及本軟件的使用符合您所在國家或地區的法律法規,相關責任由使用者自行承擔。部分地區可能限制或禁止挖礦及相關活動,下載或部署前請先了解並遵守當地規定。

Server 0.2.4

發佈於 2026-09-08
更新說明
  • 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

一鍵安裝

更喜歡自動化部署?運行安裝腳本,一步完成下載、配置與服務註冊。

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

配置文件路徑:/etc/hash-relay/server.toml。

需要 root(或 sudo)權限。支持 systemd 與 OpenWrt/procd 初始化系統。

Web 管理後臺

  • 安裝完成後,在瀏覽器打開 http://你的服務器:8080。
  • 默認密碼:hash,首次登錄必須修改密碼。

Linux

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

配置模板與快速運行

下載帶詳細註釋的配置模板,保存為 server.toml,按需修改後傳入二進制程序。

然後攜帶配置文件啟動程序:

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

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

卸載

運行卸載腳本,停止服務、移除二進制程序,並可選擇是否刪除配置與數據。

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

需要 root(或 sudo)權限。刪除配置/數據前會提示確認;傳入 --yes 可非交互卸載。