下载中心

适用于所有受支持平台的 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 可非交互卸载。