下載中心
適用於所有受支持平臺的 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 可非交互卸載。