Skip to content

Uminer GPU v0.1.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 16:37

Uminer GPU v0.1.1

English

Changes

  • Added the standard pool options -o/--pool, -u/--user, -p/--pass and -d/--devices.
  • Pool endpoints accept both host:port and stratum+tcp://host:port.
  • Existing --worker and JSON worker configurations remain supported as compatibility aliases.
  • Invalid or incomplete pool settings now produce a clear startup error.
  • Packaged examples use global.btxpool.org:23333.
  • Development fee remains 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
  • No CUDA Toolkit installation is required at runtime.

Known Issues

  • TLS pool URLs are not supported. Use a pool-provided stratum+tcp:// endpoint.
  • This build requires glibc 2.39 and is not compatible with HiveOS 20.04.

繁體中文

變更

  • 新增標準礦池參數 -o/--pool-u/--user-p/--pass-d/--devices
  • 礦池地址支援 host:portstratum+tcp://host:port
  • 現有 --worker 及 JSON worker 設定仍可作為相容別名使用。
  • 礦池設定不完整或格式錯誤時,現在會顯示明確的啟動錯誤。
  • 套件範例使用 global.btxpool.org:23333
  • 開發者費用預設仍為關閉。

最簡使用方式(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
  • 執行時不需要安裝 CUDA Toolkit。

已知問題

  • 不支援 TLS 礦池 URL,請使用礦池提供的 stratum+tcp:// 入口。
  • 本版本要求 glibc 2.39,無法在 HiveOS 20.04 上執行。