ダウンロード

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。