How to mine Zephyr (ZEPH) with CPU (RandomX)
Zephyr 使用 RandomX 的 proof-of-work 算法,更适合 CPU 挖矿。 本指南展示如何连接 NushyPool 并在 PPS 或 Solo 上挖 ZEPH。
你需要
- 一个 ZEPH 钱包地址(ZEPH 地址以 ZEPHYR).
- 支持 RandomX 的 CPU 矿工。
- 一个 worker 名称(将作为
[address].[worker]).
推荐挖矿软件
以下是 Zephyr 池中 stratum 挖矿支持的软件。
| 矿工 | 来源 | 硬件 | 操作系统 | 下载 |
|---|---|---|---|---|
| XMRig 推荐 | 开源 | CPU | Windows/Linux | XMRig |
| XMRig-MO | 开源 | CPU | Windows/Linux | XMRig-MO |
| XMRigCC | 开源 | CPU | Windows/Linux | XMRigCC |
| SRBMiner-Multi | 闭源 | CPU | Windows/Linux | SRBMiner |
| XMR-Stak | Open source (archived) | CPU | Windows/Linux | XMR-Stak |
连接到矿池
矿池 URL
| 矿池 | 算法 | 矿池 URL | 位置 |
|---|---|---|---|
| PPS | RandomX | nushypool.com:40009 | 全球 |
| Solo | RandomX | nushypool.com:45009 | 全球 |
| PPS | RandomX | as.nushypool.com:40009 | 亚洲 |
| Solo | RandomX | as.nushypool.com:45009 | 亚洲 |
开始挖矿
1. 下载并解压矿工
如果 Windows 警告矿工是“可能不需要的软件”,你可能需要在 Windows 安全中明确允许它。
2. 测试与矿池的连接
$ ping nushypool.com
3. 运行矿工
使用 [address].[worker] 作为用户名,以便矿池将份额归属到你的 worker。
XMRig example (PPS):
$ ./xmrig -a rx/0 -o nushypool.com:40009 -u [address].[worker]
SRBMiner 示例(PPS):
$ ./SRBMiner-MULTI --algorithm randomx --pool nushypool.com:40009 --wallet [address].[worker]
你可以在我们的 ZEPH 矿池页面 快速配置命令,并点击 "Start Mining" 按钮。
祝你好运!
此致 NushyPool
开发者,矿工