ดาวน์โหลด
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
ติดตั้งบรรทัดเดียว
ต้องการตั้งค่าอัตโนมัติ? รันสคริปต์ติดตั้งเพื่อดาวน์โหลด ตั้งค่า และลงทะเบียนบริการในขั้นตอนเดียว
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
เทมเพลตคอนฟิกและรันเร็ว
ดาวน์โหลดเทมเพลตคอนฟิกที่มีคำอธิบาย บันทึกเป็น server.toml แก้ค่า แล้วส่งให้ binary
จากนั้นเริ่ม binary ด้วยไฟล์คอนฟิก:
# Linux / macOS
./hr-server --config server.toml
# Windows (PowerShell)
.\hr-server.exe --config server.tomlถอนการติดตั้ง
รันตัวถอนการติดตั้งเพื่อหยุดบริการ ลบ binary และลบคอนฟิก/ข้อมูลตามต้องการ
curl -fsSL https://downloads.hashrelay.net/hashrelay/scripts/uninstall-server.sh | sudo shต้องใช้ root (หรือ sudo) ถามก่อนลบ config/data ใช้ --yes สำหรับการลบแบบ non-interactive