Skip to content

Releases: UminerDev/UminerGpu

Uminer GPU v0.1.8

Choose a tag to compare

@github-actions github-actions released this 11 Jul 09:31

Uminer GPU v0.1.8

English

Highlights

  • Adds CSD to the unified uminer --coin <coin> executable and restores CSD startup compatibility across NVIDIA Turing/CMP, Ampere, Ada and Blackwell GPUs.

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

Minimal Usage (CSD)

Replace the endpoint and <CSD_ADDRESS> with values supplied by your CSD pool:

./uminer --coin csd -o stratum+tcp://<CSD_POOL_HOST>:<PORT> -u <CSD_ADDRESS>.rig01 -p x -d 0

Fixes

  • Fixed CSD startup failures on CMP 40HX and CMP 50HX with NVIDIA driver 535.
  • Fixed CSD fallback compatibility when the installed driver cannot JIT newer PTX.
  • CSD is now selected through the same uminer executable as BTX; no separate CSD binary is required.

Compatibility

  • Linux x86_64
  • glibc 2.30 or newer
  • NVIDIA driver 535 or newer for Turing, Ampere and Ada
  • NVIDIA driver 580.95 or newer for Blackwell
  • CSD GPU validation: CMP 40HX, CMP 50HX, RTX 3080, RTX 4090 and RTX 5090
  • No CUDA Toolkit installation is required at runtime

Upgrade Notes

  • Existing BTX commands remain unchanged.
  • Start CSD with --coin csd and the standard -o, -u, -p and -d options.
  • Development fee remains disabled by default.

Known Issues

  • CSD user-pool connections do not yet support native TLS URLs.
  • CSD currently runs one GPU per process and does not yet provide automatic pool failover/reconnect. Use a distinct worker name for each process.
  • This release provides a Linux asset only.

繁體中文

版本重點

  • 將 CSD 加入統一 uminer --coin <coin> 執行檔,並恢復 CSD 在 NVIDIA Turing/CMP、Ampere、Ada 與 Blackwell GPU 上的啟動相容性。

最簡使用方式(BTX)

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

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

最簡使用方式(CSD)

請使用 CSD 礦池提供的節點,並將 <CSD_ADDRESS> 替換為完整地址:

./uminer --coin csd -o stratum+tcp://<CSD_POOL_HOST>:<PORT> -u <CSD_ADDRESS>.rig01 -p x -d 0

修正

  • 修正 CSD 在 NVIDIA 535 驅動下於 CMP 40HX 與 CMP 50HX 無法啟動的問題。
  • 修正安裝的驅動無法 JIT 較新 PTX 時的 CSD 備援相容性。
  • CSD 現在與 BTX 使用同一個 uminer 執行檔,不需另外的 CSD 二進位檔。

相容性

  • Linux x86_64
  • glibc 2.30 或更新版本
  • Turing、Ampere 與 Ada 需 NVIDIA 535 或更新驅動
  • Blackwell 需 NVIDIA 580.95 或更新驅動
  • CSD GPU 驗證:CMP 40HX、CMP 50HX、RTX 3080、RTX 4090 與 RTX 5090
  • 執行時不需安裝 CUDA Toolkit

升級說明

  • 現有 BTX 命令不需變更。
  • 請使用 --coin csd 與標準 -o-u-p-d 參數啟動 CSD。
  • 開發者費用預設仍為關閉。

已知問題

  • CSD 使用者礦池連線尚不支援原生 TLS URL。
  • CSD 目前每個進程使用一張 GPU,尚未提供自動礦池切換/重連。每個進程請使用不同的 worker 名稱。
  • 本版本僅提供 Linux 資產。

Uminer GPU v0.1.3

Choose a tag to compare

@github-actions github-actions released this 11 Jul 03:38

Uminer GPU v0.1.3

English

Performance

  • BTX performance on RTX 4090 improves by approximately 0.3-0.5% compared with v0.1.2 under the same 450 W power limit, Ubuntu 24.04, NVIDIA driver 580 and default miner settings.
  • Ampere and other generic GPU paths are unchanged in this release.

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

Reliability

  • Validated BTX share generation and multiple-share handling on RTX 4090.
  • Retains the pool-assigned nonce range fix introduced in v0.1.2.

Upgrade Notes

  • No command-line or configuration changes are required.
  • Development fee remains disabled by default.

Compatibility

  • Linux x86_64
  • NVIDIA driver 580 or newer
  • glibc 2.39 or newer
  • Release-qualified GPUs: RTX 3080 and RTX 4090

Known Issues

  • TLS pool URLs are not supported.
  • This build requires glibc 2.39 and is not compatible with HiveOS 20.04.

繁體中文

效能

  • 在相同 450 W 功耗上限、Ubuntu 24.04、NVIDIA 驅動 580 與預設礦機設定下,RTX 4090 的 BTX 效能相較 v0.1.2 提升約 0.3-0.5%。
  • 本版本未變更 Ampere 與其他通用 GPU 路徑。

最簡使用方式(BTX)

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

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

可靠性

  • 已在 RTX 4090 驗證 BTX share 產生與多 share 處理。
  • 保留 v0.1.2 加入的礦池 nonce 範圍修正。

升級說明

  • 不需要變更命令列或設定檔。
  • 開發者費用預設仍為關閉。

相容性

  • Linux x86_64
  • NVIDIA 驅動 580 或更新版本
  • glibc 2.39 或更新版本
  • 已完成發佈驗證的 GPU:RTX 3080 與 RTX 4090

已知問題

  • 不支援 TLS 礦池 URL。
  • 本版本要求 glibc 2.39,無法在 HiveOS 20.04 上執行。

Uminer GPU v0.1.2

Choose a tag to compare

@github-actions github-actions released this 11 Jul 00:56

Uminer GPU v0.1.2

English

Fixes

  • Fixed BTX pool-assigned nonce range handling, which could prevent valid shares from being accepted on affected pools.
  • Increased the default idle connection timeout to avoid unnecessary reconnects on low-message-frequency BTX pools.

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

Upgrade Notes

  • Upgrading is recommended for all BTX pool users running v0.1.0 or v0.1.1.
  • Existing pool commands and configuration files remain compatible.
  • Development fee remains disabled by default.

Compatibility

  • Linux x86_64
  • NVIDIA driver 580 or newer
  • glibc 2.39 or newer
  • Release-qualified GPUs: RTX 3080 and RTX 4090

Known Issues

  • TLS pool URLs are not supported.
  • This build requires glibc 2.39 and is not compatible with HiveOS 20.04.

繁體中文

修正

  • 修正 BTX 礦池分配 nonce 範圍的處理;此問題可能導致有效 share 無法被受影響的礦池接受。
  • 延長預設閒置連線逾時,避免在低訊息頻率的 BTX 礦池上發生不必要的重新連線。

最簡使用方式(BTX)

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

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

升級說明

  • 建議所有仍使用 v0.1.0 或 v0.1.1 的 BTX 礦池使用者升級。
  • 現有礦池命令與設定檔維持相容。
  • 開發者費用預設仍為關閉。

相容性

  • Linux x86_64
  • NVIDIA 驅動 580 或更新版本
  • glibc 2.39 或更新版本
  • 已完成發佈驗證的 GPU:RTX 3080 與 RTX 4090

已知問題

  • 不支援 TLS 礦池 URL。
  • 本版本要求 glibc 2.39,無法在 HiveOS 20.04 上執行。

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 上執行。

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 的系統上執行。