Skip to content

Uminer GPU v0.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 15:54

Uminer GPU v0.1.0

English

Highlights

  • First public BTX release using the unified uminer --coin btx executable.
  • Supports multi-GPU mining, pool failover, watchdog, local monitoring API and automatic scan sizing.
  • Development fee is disabled by default.

Minimal Usage (BTX)

Replace <BTX_ADDRESS> with a complete BTX address:

./uminer --coin btx -o stratum+tcp://global.btxpool.org:23333 -u <BTX_ADDRESS>.rig01 -p x

Compatibility

  • Linux x86_64
  • NVIDIA driver 580 or newer
  • glibc 2.39 or newer
  • Included CUDA architectures: sm_80, sm_86, sm_89, sm_90, sm_120
  • Release-qualified GPUs: RTX 3080 and RTX 4090
  • No CUDA Toolkit installation is required at runtime.

Known Issues

  • This build requires glibc 2.39 and does not run on HiveOS 20.04 or other systems with an older glibc.

繁體中文

版本重點

  • 首個公開 BTX 版本,使用統一執行檔 uminer --coin btx
  • 支援多 GPU、礦池故障切換、watchdog、本機監控 API 與自動掃描量調整。
  • 開發者費用預設為關閉。

最簡使用方式(BTX)

請將 <BTX_ADDRESS> 替換為完整 BTX 地址:

./uminer --coin btx -o stratum+tcp://global.btxpool.org:23333 -u <BTX_ADDRESS>.rig01 -p x

相容性

  • Linux x86_64
  • NVIDIA 驅動 580 或更新版本
  • glibc 2.39 或更新版本
  • 內含 CUDA 架構:sm_80sm_86sm_89sm_90sm_120
  • 已完成發佈驗證的 GPU:RTX 3080 與 RTX 4090
  • 執行時不需要安裝 CUDA Toolkit。

已知問題

  • 本版本要求 glibc 2.39,無法在 HiveOS 20.04 或其他使用較舊 glibc 的系統上執行。