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 xMinimal 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 0Fixes
- 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
uminerexecutable 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 csdand the standard-o,-u,-pand-doptions. - 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 資產。