下载中心
适用于所有受支持平台的 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
配置模板与快速运行
下载带详细注释的配置模板,保存为 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 可非交互卸载。