# CFX挖矿教程

By [ETEE](https://paragraph.com/@etee) · 2023-02-21

---

挖矿软件：轻松矿工v3.9.8-r2

挖矿内核：NBMiner v33.1

挖矿矿池：附录Conflux Fullnode 节点设置教程                  

电脑系统：所有64位Windows操作系统

显卡要求：NVIDIA 暂不支持AMD 6G显存以上

显卡驱动链接：[https://www.nvidia.cn/Download/index.aspx?lang=cn](https://www.nvidia.cn/Download/index.aspx?lang=cn)

\*\*安装轻松矿工软件 \*\*

![](https://storage.googleapis.com/papyrus_images/8478b728fc4321763aed86c8b5b53f7991b6e758f2f5ea044b26e2efaf5a15a5.png)

选择轻松矿工，下一步

![](https://storage.googleapis.com/papyrus_images/7e6bed85dd20aa36a16e9296b4bbbd0bba1c468c90f28f2d0f74cb8776306b02.png)

长期挖矿建议全部设置为禁用，下一步

![](https://storage.googleapis.com/papyrus_images/d521c66f240bc089c63c821280e0916b19d03d14368fdeaf8ad14859748f3c8c.png)

矿工名（可不填写或随便写）

币种 选择CFX

钱包 填写自己的conflux地址，非以太坊地址，没有钱包地址可参见该网站进行创建[https://portal.conflux-chain.org/](https://portal.conflux-chain.org/)

矿池 点击矿池管理-添加

![](https://storage.googleapis.com/papyrus_images/c718e3d30f90bb72a8868e00690b19e8ab01c7454974ae0ad88ea0abb0f0f24b.png)

stratum+tcp://ip:端口号

![](https://storage.googleapis.com/papyrus_images/43c5457e60d0b141506f352b9edc6b412064babc4fef09090f04c9eda1f0222a.png)

GPU矿机与节点机在同一局域网内填写内网IP即可，如不处于同一局域网内可填写远程公网IP或动态域名DDNS（需要节点机所在网络路由进行端口映射等设置）

配置好后返回，点击开始挖矿按钮，软件会自动下载内核，等待内核下载好后就开始挖矿了。

附录：Conflux Fullnode 节点设置教程
==========================

![](https://storage.googleapis.com/papyrus_images/fb1f1c6ab10db2af267138aa54f76edf02ee1d0ac9360874665ec84ac2b2e708.png)

### 节点程序下载链接：[https://github.com/Conflux-Chain/conflux-rust/releases/download/v1.0.0/conflux\_win10\_x64\_v1.0.0.zip](https://github.com/Conflux-Chain/conflux-rust/releases/download/v1.0.0/conflux_win10_x64_v1.0.0.zip)

### 运行 conflux 准备

*   创建目录：conflux
    
*   分别将下载包解压至目录
    

目录结构为

    conflux
    └── run
        └── conflux.exe
        └── tethys.toml    └── start.bat1.配置说明
    

用文本编辑器打开 run/tethys.toml 文件，配置挖矿相关参数：

mining\_author="个人钱包地址（不带0x前缀）"

移除mining\_author前面的#

移除mining\_type,stratum\_listen\_address,stratum\_port前面的#

mining\_type = "stratum"

stratum\_listen\_address = "0.0.0.0"

stratum\_port = 32525

保存以上编辑结果。

![](https://storage.googleapis.com/papyrus_images/5e2d5a6d3cb15cef44d74441fc091da3fd4abcbc7bc340d8f958a46ad8c88b3a.png)

![](https://storage.googleapis.com/papyrus_images/a71c154aa4e63864dec32356e6360ffcb858f425b9d7cef119e588055f3d4bed.png)

---

*Originally published on [ETEE](https://paragraph.com/@etee/cfx)*
