ดาวน์โหลด

binary สำเร็จรูปสำหรับ client และ server HashRelay รวมถึง web admin UI bundle บนทุกแพลตฟอร์มที่รองรับ

ประกาศทางกฎหมายและการปฏิบัติตาม

HashRelay เป็นเครื่องมือโครงสร้างพื้นฐานเครือข่ายทั่วไป คุณมีหน้าที่รับผิดชอบแต่เพียงผู้เดียวในการให้การใช้งานการขุด cryptocurrency และซอฟต์แวร์นี้เป็นไปตามกฎหมายและข้อบังคับของประเทศหรือเขตอำนาจศาลของคุณ การขุดและกิจกรรมที่เกี่ยวข้องถูกจำกัดหรือห้ามในบางภูมิภาค — โปรดตรวจสอบและปฏิบัติตามกฎท้องถิ่นก่อนดาวน์โหลดหรือติดตั้ง

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 init systems

Web Admin Panel

  • หลังติดตั้ง เปิด http://YOUR_SERVER:8080 ในเบราว์เซอร์
  • รหัสผ่านเริ่มต้น: hash — ต้องเปลี่ยนเมื่อ login ครั้งแรก

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 แก้ค่า แล้วส่งให้ binary

จากนั้นเริ่ม binary ด้วยไฟล์คอนฟิก:

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

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

ถอนการติดตั้ง

รันตัวถอนการติดตั้งเพื่อหยุดบริการ ลบ binary และลบคอนฟิก/ข้อมูลตามต้องการ

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

ต้องใช้ root (หรือ sudo) ถามก่อนลบ config/data ใช้ --yes สำหรับการลบแบบ non-interactive