다운로드

지원되는 모든 플랫폼용 HashRelay 클라이언트·서버 사전 빌드 바이너리 및 Web 관리 UI 번들.

법적 고지 및 준수 안내

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 init 시스템 지원.

Web 관리 패널

  • 설치 후 브라우저에서 http://YOUR_SERVER:8080 열기.
  • 기본 비밀번호: hash — 첫 로그인 시 반드시 변경.

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로 저장, 값을 편집하고 바이너리에 전달.

그런 다음 설정 파일과 함께 바이너리 시작:

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 전달.