最新锄头性能参考

锄头版本 2.11.1 · 全网算力 155 MH/s
服务端更新 2026-08-01 17:33 CST

CMP 50HX

全版本设备 10263 · 最新锄头样本 5254
功耗区间平均功耗平均算力样本
50-100 W92.5 W4.36 KH/s192
100-150 W128 W5.29 KH/s4038
150-200 W165 W5.94 KH/s888
BTXPOOL收益领先的 BTX 矿池

BTXPOOL - 收益领先的 BTX 矿池

BTXPOOL 是收益领先的 BTX 矿池,采用 PPLNS 结算,单地址待支付满 0.1 BTX 后每小时自动支付,开发费 5%,矿工费 0%,并提供实时算力面板、全球 Stratum 接入 global.btxpool.org:23333,以及 pearlfortune 合作专属接入 btx.pearlfortune.org:23333。

BTX 挖矿教程

钱包地址注意事项

  • 挖矿前必须确认 payout 钱包地址通过校验;地址未通过校验时,矿池可能无法正确累计或支付余额。
  • 只支持 BTX 透明地址 btx1z...;不支持 0x...、btxs1...、交易所错误网络地址或其他链地址。
  • 请先在下方校验通过,再复制到 HiveOS / Linux 的 payout 配置里。

加载中...

HiveOS

Wallet 填你的 BTX 钱包地址,worker 使用矿机名或显卡标识。

{
  "isFavorite": false,
  "items": [
    {
      "coin": "BTX",
      "pool_ssl": false,
      "dpool_ssl": false,
      "miner": "custom",
      "miner_alt": "btx",
      "miner_config": {
        "url": "btx.pearlfortune.org:23333",
        "miner": "btx",
        "template": "%WAL%",
        "install_url": "https://github.com/pearlfortune/btx-miner/releases/download/v2.3/btx-v2.3.tar.gz"
      },
      "pool_geo": []
    }
  ]
}

Linux

把 payout 替换成你自己的 BTX 钱包地址;按本机 CUDA 版本选择 cu12 或 cu13。

rm -f btx-v2.3.tar.gz
wget -c https://github.com/pearlfortune/btx-miner/releases/download/v2.3/btx-v2.3.tar.gz
tar vxzf btx-v2.3.tar.gz

cd btx
# CUDA 12
./btx-miner-cu12 \
  -mode stratum \
  -backend cuda \
  -gpu-devices all \
  -payout your-btx-wallet-address \
  -worker "$(hostname)" \
  -pool btx.pearlfortune.org:23333

# CUDA 13
./btx-miner-cu13 \
  -mode stratum \
  -backend cuda \
  -gpu-devices all \
  -payout your-btx-wallet-address \
  -worker "$(hostname)" \
  -pool btx.pearlfortune.org:23333

确认挖矿成功

首页搜索完整钱包地址,打开个人主页。
Online Workers 出现 worker,即表示已连接并提交 share。
短时间算力会波动,以较长时间平均值为准。

收益与支付

  • PPLNS 10000 share 窗口,按最近 10000 个有效 share 分配收益。
  • 单地址待支付满 0.1 BTX 后,每小时自动支付。
  • Pool Fee 5%,Miner Fee 0%。
  • 孤块不计入可支付收益。

版本更新

2026-07-04BTX 2.3
优化
  • 支持 Dashboard 显示锄头上报算力、功耗和多卡详情
  • 全局算力性能提升约 2%
查看往期更新
2026-07-02BTX 1.18
优化
  • 算力提升 6%~8%
2026-07-01BTX 1.16
新增
  • 新增 NVIDIA A100 显卡支持
  • Web 管理页面新增矿机上报算力展示
优化
  • 新增 CORE_CUDA_BLOCKING_SYNC=1 参数,可在 LA(Load Average)偏高时降低系统负载,但可能带来少量算力损失
  • CORE_STRATUM_BATCH_SIZE 支持配置为 256、512、768 或 4096,建议根据不同设备测试,以获得最佳性能
2026-06-30BTX 1.13
  • 降低 CPU 使用率,长时间挖矿更稳定
  • 提供静态编译版本,兼容 Ubuntu 20.04 系统

公告栏

发布时间:2026-07-21 17:28 (UTC+8)
📢 BTX 矿池现已支持 SRBMiner

@everyone

BTX 矿池现已正式支持使用 SRBMiner 接入挖矿。

HiveOS 飞行表配置教程:

https://github.com/pearlfortune/btx-miner/blob/main/README.md#srb-miner

Published: 2026-07-21 17:28 (UTC+8)
📢 BTX Pool Now Supports SRBMiner

@everyone

The BTX mining pool now officially supports mining with SRBMiner.

HiveOS flight sheet configuration guide:

https://github.com/pearlfortune/btx-miner/blob/main/README.md#srb-miner

发布时间:2026-07-13 21:45 (UTC+8)
BTX miner 2.11.1 发布

🚀 v2.11.1 更新说明

✨ 优化内容

  • ⚡ 优化核心计算流程
  • 📈 全系列显卡算力提升约 0.5–2%
  • 🚀 提升矿工整体运行效率
  • 🔧 优化稳定性与运行表现

📌 说明

  • 建议升级至 v2.11.1,以获得更好的性能表现和优化后的计算效率。
  • 所有支持的 GPU 型号均可受益于本次更新。

📌 兼容性说明

  • btx-miner-cu12-u20 专为较老 Linux 系统设计,用于解决较低 glibc 版本导致的兼容性问题。
  • 如果默认版本启动失败,例如:

GLIBC_x.xx not found

请尝试使用:

btx-miner-cu12-u20

  • 较新的 Linux 系统环境继续使用:

btx-miner-cu12

btx-miner-cu13

Published: 2026-07-13 21:45 (UTC+8)
BTX miner 2.11.1 released

🚀 v2.11.1 Release Notes

✨ Improvements

  • ⚡ Optimized mining computation pipeline
  • 📈 Improved overall mining performance
  • 🚀 Hashrate increased by approximately 0.5–2% across supported GPU models
  • 🔧 Improved overall miner efficiency and stability

📌 Notes

  • Recommended to upgrade to v2.11.1 for better performance and optimized computation.
  • All supported GPU models can benefit from this update.

📌 Compatibility Notes

  • btx-miner-cu12-u20 is designed for older Linux systems with lower glibc versions.
  • If the default miner binary fails to start due to system library compatibility issues (for example: GLIBC_x.xx not found), please use:
  • btx-miner-cu12-u20
  • Newer Linux systems should continue using:
  • btx-miner-cu12
  • btx-miner-cu13
历史公告
发布时间:2026-07-12 14:54 (UTC+8)
BTX miner 2.10.3 发布

🚀 v2.10.3 更新说明

✨ 修复与优化

  • 🛠️ 修复不同型号显卡混插时可能出现的 OOM(显存不足)问题
  • ⚡ 优化多显卡混合环境兼容性与稳定性
  • 🚀 提升矿工整体运行稳定性
  • 🆕 新增独立二进制文件 btx-miner-cu12-u20,用于兼容较老 Linux 系统

📌 兼容性说明

  • btx-miner-cu12-u20 专为较老 Linux 系统设计,用于解决较低 glibc 版本导致的兼容性问题。
  • 如果默认版本启动失败,例如:

GLIBC_x.xx not found

请尝试使用:

btx-miner-cu12-u20

  • 较新的 Linux 系统环境继续使用:

btx-miner-cu12

btx-miner-cu13

  • 建议升级至 v2.10.3,以获得更好的稳定性、兼容性和运行体验。
Published: 2026-07-12 14:54 (UTC+8)
BTX miner 2.10.3 released

🚀 v2.10.3 Release Notes

✨ Fixes & Improvements

  • 🛠️ Fixed OOM (Out Of Memory) issues when running mixed GPU models in the same mining rig
  • ⚡ Improved multi-GPU compatibility and stability
  • 🚀 Enhanced overall miner reliability for mixed GPU configurations
  • 🆕 Added btx-miner-cu12-u20 standalone binary for older Linux systems with lower glibc versions

📌 Compatibility Notes

  • btx-miner-cu12-u20 is designed for older Linux systems with lower glibc versions.
  • If the default miner binary fails to start due to system library compatibility issues (for example: GLIBC_x.xx not found), please use:
  • btx-miner-cu12-u20
  • Newer Linux systems should continue using:
  • btx-miner-cu12
  • btx-miner-cu13
  • Recommended to upgrade to v2.10.3 for better stability and compatibility.
发布时间:2026-07-12 00:43 (UTC+8)
BTX miner 2.10.1 发布

🚀 v2.10.1 更新说明

✨ 优化内容

  • ⚡ 优化全系 GPU 性能表现
  • 📈 全系列显卡算力提升约 1–2%
  • 🚀 部分显卡型号算力提升 5–15%

📌 说明

  • 建议升级至 v2.10.1,以获得更好的算力表现和稳定性。
  • 使用受益显卡型号的用户建议及时升级,以获得额外性能提升。
Published: 2026-07-12 00:43 (UTC+8)
BTX miner 2.10.1 released

🚀 v2.10.1 Release Notes

✨ Improvements

  • ⚡ Optimized overall GPU performance
  • 📈 Overall hashrate improved by approximately 1–2%
  • 🚀 Performance improvements of 5–15% on selected GPU models

📌 Notes

  • Recommended to upgrade to v2.10.1 for better performance and stability.
  • Users with supported GPU models are encouraged to upgrade to take advantage of the additional performance improvements.
发布时间:2026-07-11 02:15 (UTC+8)
📢 Share 难度调整

为了优化矿工体验,特别是提升小算力设备的挖矿稳定性,矿池已将 Share 难度降低至原来的 1/5

调整后:

  • ⚡ Share 提交频率预计提升约 5 倍
  • 📈 小算力矿工可以更频繁地获得有效 Share
  • 📊 更多 Share 数据将使收益统计更加平滑稳定
  • ✅ 收益计算方式保持不变

本次调整已立即生效,感谢大家的持续支持!🚀

Published: 2026-07-11 02:15 (UTC+8)
📢 Share Difficulty Adjustment

To improve the mining experience, especially for smaller hashrate miners, the pool has reduced the Share Difficulty to 1/5 of the previous value.

After this adjustment:

  • ⚡ Share submission frequency will increase by approximately 5x
  • 📈 Small hashrate miners can receive valid shares more frequently
  • 📊 More shares help make reward statistics smoother and more stable
  • ✅ Reward calculation remains unchanged

The adjustment is now active. Thank you for your continued support! 🙏

发布时间:2026-07-10 21:58 (UTC+8)
BTX miner 2.9.3 发布

🚀 v2.9.3 更新说明

✨ 优化内容

  • ⚡ 优化 NVIDIA CMP 30HX/40HX 性能
  • 📈 CMP 30HX/40HX 算力提升约 10–15%

📌 说明

  • 建议升级至 v2.9.3,以获得更好的性能表现,尤其推荐 CMP 30HX/40HX 用户升级。
  • ⚠️ V100 用户请注意: 请使用 btx-miner-cu12不要根据本机安装的 CUDA 版本选择程序(即使安装的是 CUDA 13,也请使用 btx-miner-cu12)。
Published: 2026-07-10 21:58 (UTC+8)
BTX miner 2.9.3 released

🚀 v2.9.3 Release Notes

✨ Improvements

  • ⚡ Optimized NVIDIA CMP 30HX/40HX performance
  • 📈 CMP 30HX/40HX hashrate improved by approximately 10–15%

📌 Notes

  • Recommended to upgrade to v2.9.3 for better performance, especially for CMP 30HX/40HX users.
  • ⚠️ V100 users: Please use btx-miner-cu12. Do not choose the miner based on your installed CUDA version. Even if CUDA 13 is installed, you should still use btx-miner-cu12.
发布时间:2026-07-04 16:30 (UTC+8)
BTXPOOL x pearlfortune 合作公告

BTXPOOL 与 pearlfortune.org(leading Pearl Mining Pool)开启合作活动,期间开发费率临时降低至 5%。合作期间推荐使用专属 Stratum:btx.pearlfortune.org:23333;全球接入仍可使用 global.btxpool.org:23333

Published: 2026-07-04 16:30 (UTC+8)
BTXPOOL x pearlfortune partnership

BTXPOOL is partnering with pearlfortune.org, a leading Pearl Mining Pool, temporarily reducing the dev fee to 5%. The recommended Stratum endpoint is btx.pearlfortune.org:23333; the global endpoint remains available at global.btxpool.org:23333.

发布时间:2026-07-10 15:17 (UTC+8)
BTX miner 2.9.2 发布

🚀 v2.9.2 更新说明

✨ 优化内容

  • ⚡ 优化 NVIDIA CMP 50HX 性能
  • 📈 CMP 50HX 算力提升约 10–15%
  • ⚡ 优化 NVIDIA RTX 4090 性能
  • 📈 RTX 4090 算力提升约 5%
  • 📌 已新增 AMD 显卡支持,目前暂时仅支持 Radeon RX 7900 系列

🍎 macOS 挖矿支持

  • 新增 macOS 原生挖矿支持
  • 支持通过 Metal 后端在 Apple Silicon 设备上运行
  • M3 Ultra 算力约为 2K

Mac 用户现在可以直接在支持的 Apple Silicon 设备上运行矿工。

📌 说明

  • 建议升级至 v2.9.2,以获得更好的性能表现,尤其推荐 CMP 50HX 用户升级。
  • 如果你正在使用 CMP 50HX,建议尽快升级以获得最新优化效果。
  • ⚠️ V100 用户请注意: 请使用 btx-miner-cu12不要根据本机安装的 CUDA 版本选择程序(即使安装的是 CUDA 13,也请使用 btx-miner-cu12)。
Published: 2026-07-10 15:17 (UTC+8)
BTX miner 2.9.2 released

🚀 v2.9.2 Release Notes

✨ Improvements

  • ⚡ Optimized NVIDIA CMP 50HX performance
  • 📈 CMP 50HX hashrate improved by approximately 10–15%
  • ⚡ Optimized NVIDIA RTX 4090 performance
  • 📈 RTX 4090 hashrate improved by approximately 5%
  • 📌 Added AMD GPU support. Currently, only the Radeon RX 7900 series is supported.

🍎 macOS Mining Support

  • Added native mining support for macOS
  • Supports Apple Silicon devices through the Metal backend
  • M3 Ultra achieves approximately 2K hashrate

Mac users can now mine directly on supported Apple Silicon devices.

📌 Notes

  • Recommended to upgrade to v2.9.2 for better performance, especially for CMP 50HX users.
  • If you are using CMP 50HX, please upgrade as soon as possible to get the latest optimization.
  • ⚠️ V100 users: Please use btx-miner-cu12. Do not choose the miner based on your installed CUDA version. Even if CUDA 13 is installed, you should still use btx-miner-cu12.
发布时间:2026-07-06 22:51 (UTC+8)
BTX miner 2.7.0 发布

✨ 优化内容

  • 🧠 降低挖矿过程中的 CPU 使用率
  • ⚡ 全局算力性能提升约 2%
  • 新增支持 NVIDIA V100 显卡

📌 说明

  • 建议升级至 v2.7.0 以获得最佳性能。
  • ⚠️ V100 用户请注意: 请使用 btx-miner-cu12不要根据本机安装的 CUDA 版本选择程序(即使安装的是 CUDA 13,也请使用 btx-miner-cu12)。
Published: 2026-07-06 22:51 (UTC+8)
BTX miner 2.7.0 released

🚀 v2.7.0 Release Notes

✨ Improvements

  • 🧠 Reduced CPU usage during mining
  • ⚡ ~2% overall performance improvement
  • 🎉 Added support for NVIDIA V100 GPUs

📌 Notes

  • Recommended to upgrade to v2.7.0 for the best performance.
  • ⚠️ V100 users: Please use btx-miner-cu12. Do not choose the miner based on your installed CUDA version (even if CUDA 13 is installed, you should still use btx-miner-cu12).
发布时间:2026-07-04 21:27 (UTC+8)
BTX miner 2.3 发布

🚀 v2.3 更新说明

✨ 优化内容

  • 📊 优化单卡算力展示(本地与 Web 端统一显示)
  • ⚡ 全局算力性能提升约 2%

📌 说明

  • 建议升级至 v2.3 以获得最佳性能
  • RTX 50 系列建议使用 CUDA 13(cu13)以获得稳定性与最佳性能
  • 🧩 v2.3.1 已修复 glibc 兼容性问题(增强对低版本 Linux 系统支持)
Published: 2026-07-04 21:27 (UTC+8)
BTX miner 2.3 released

🚀 v2.3 Release Notes

✨ Improvements

  • 📊 Optimized GPU hashrate display (local & web unified view)
  • ⚡ ~2% overall performance improvement

📌 Notes

  • Recommended to upgrade to v2.3 for best performance
  • RTX 50 series: CUDA 13 (cu13) recommended for stability and best performance
  • 🧩 glibc compatibility issue fixed in v2.3 (improved support for lower-version Linux systems)
发布时间:2026-07-02 19:00 (UTC+8)
Stratum 新端口切换通知

为提升跨区域连接稳定性,推荐所有矿工尽快切换到新的 Stratum 地址:global.btxpool.org:23333。旧端口将在两天后停止服务,请提前更新矿机配置,避免挖矿中断。

Published: 2026-07-02 19:00 (UTC+8)
New Stratum endpoint migration

For better global connectivity, miners are strongly recommended to switch to global.btxpool.org:23333. The legacy endpoint will be disabled in two days. Update the miner configuration in advance to avoid interruption.

旧端口关闭倒计时--
发布时间:2026-07-02 14:00 (UTC+8)
矿池将降低 Share 难度

我们计划降低矿池 Share 难度。调整完成后的短时间内,基于 Share 反推的算力显示可能出现波动或不准确,收益结算不受影响。请以较长时间窗口的平均算力作为参考。

Published: 2026-07-02 14:00 (UTC+8)
Pool share difficulty will be reduced

We plan to reduce the pool Share difficulty. For a short period after the adjustment, hashrate estimated from submitted shares may fluctuate or appear inaccurate. Payout accounting is not affected. Use longer-window average hashrate as the reference.

收益计算器

输入 BTX 币价和新增机器算力,按当前全网算力估算加入矿池后的预期收益。

-
每小时收益
-
-
每日收益
-
-
每月收益
-
-
稀释后占比 - ·
有效产出
230895.38568424
11981 blocks / 1539715 rows
成熟余额
230230.37805278
mature, non-orphan
待支付
103.10
未支付
已支付
payment ledger

实时算力

全网孤块率
6.19%
7d · 443 orphans · 6710 active blocks
池子孤块率
95/2387 pool blocks · 7d
池子占比
40.45%
pool / network
当前 Effort
76.02%
22.17 shares/s
在线连接
2361
height 176691
池子算力
69.9 MH/s
PPLNS 50000/50000 shares
全网算力
173 MH/s
networkhashps
矿池趋势
池子算力全网算力已支付待支付未成熟

最近支付

Batch时间状态金额Tx确认
加载中...

最近区块

高度金额已扣 fee状态确认EffortBlock
加载中...

排行榜 ()

Payout成熟余额待支付余额已支付Shares最后高度主页
加载中...