Tải xuống

Binary dựng sẵn cho client và server HashRelay, cùng gói Web UI quản trị, trên mọi nền tảng được hỗ trợ.

Thông báo pháp lý và tuân thủ

HashRelay là công cụ hạ tầng mạng đa mục đích. Bạn hoàn toàn chịu trách nhiệm đảm bảo việc khai thác tiền mã hóa và sử dụng phần mềm này tuân thủ luật pháp quốc gia hoặc khu vực pháp lý của bạn. Khai thác và hoạt động liên quan bị hạn chế hoặc cấm ở một số khu vực — vui lòng xem và tuân thủ quy định địa phương trước khi tải hoặc triển khai.

Server 0.2.4

Phát hành 2026-09-08
Ghi chú phát hành
  • 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

Cài đặt một dòng

Muốn thiết lập tự động? Chạy script cài để tải, cấu hình và đăng ký dịch vụ trong một bước.

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

File cấu hình được ghi vào /etc/hash-relay/server.toml.

Cần root (hoặc sudo). Hỗ trợ systemd và OpenWrt/procd init.

Panel quản trị Web

  • Sau cài đặt, mở http://YOUR_SERVER:8080 trong trình duyệt.
  • Mật khẩu mặc định: hash — phải đổi khi đăng nhập lần đầu.

Linux

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

Mẫu cấu hình và chạy nhanh

Tải mẫu cấu hình có chú thích, lưu thành server.toml, sửa giá trị và truyền cho binary.

Sau đó khởi chạy binary với file cấu hình:

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

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

Gỡ cài đặt

Chạy trình gỡ để dừng dịch vụ, xóa binary và tùy chọn xóa cấu hình cùng dữ liệu.

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

Cần root (hoặc sudo). Hỏi trước khi xóa cấu hình/dữ liệu; dùng --yes để gỡ không tương tác.