共计 1577 个字符,预计需要花费 4 分钟才能阅读完成。
测试阐明
网络 | Conflux Tethys |
版本 | v1.1.7 |
显卡类型 | NVIDIA GPU |
显存最低要求 | 8G |
装置 NVIDIA 驱动 | 下载 |
v1.1.7 降级的内容
v1.1.7 降级内容详见:https://github.com/Conflux-Chain/conflux-rust/releases
重要阐明:Trace 数据与 v1.1.1 或更早版本不兼容,并且旧数据可能不正确。如果您应用来运行节点 executive_trace=true,请革除数据并从新同步链。
Windows 测试阐明
测试须知
- 倡议敞开杀毒软件
- win 10 版本 1903 以上
运行文件
- cfxmine.win.zip: 挖矿程序 :Conflux PoW 挖矿算法参见
- conflux_v1.1.7.zip:Fullnode 程序 :fullnode 程序参见
运行 conflux 筹备
- 创立目录:conflux
- 别离将下载包解压至目录
⚠ 目录构造为
conflux
└── run
└── conflux.exe
└── tethys.toml
└── cfxmine.exe
配置阐明
v1.1.7 之后的版本 run/tethys.toml
文件中
mining_author="集体钱包地址"
阐明: 钱包地址配置须要移除前缀:
#
填写新旧格局的地址均可
运行 GPU 挖矿程序
Conflux GPU 挖矿程序 cfxmine 须要和 Conflux 节点程序一起运行,依照以下步骤来启动:
- 在
cmd
中关上 run 可执行文件的目录下,启动 fullnode:
cd conflux\run
conflux --config tethys.toml --full 2>stderr.txt
即可开始挖矿
- 在
cmd
中关上 cfxmine 可执行文件的目录下,启动 Conflux GPU 挖矿程序:
cd conflux
cfxmine --gpu 1
注:fullnode 同步结束后,GPU 命令行执行。
Linux 测试阐明
运行文件
- cfxmine.linux.gz: 挖矿程序 Conflux PoW 挖矿算法参见
- conflux_linux_v1.1.7:Fullnode 程序 fullnode 程序参见
运行 conflux 筹备
- 创立目录:conflux
- 别离将下载包解压至目录
⚠ 目录构造为
conflux
└── run
└── conflux
└── tethys.toml
└── cfxmine
配置阐明
v1.1.7 之后的版本 run/tethys.toml
文件中
mining_author="集体钱包地址"
阐明: 钱包地址配置须要移除前缀:
#
填写新旧格局的地址都能够
运行 GPU 挖矿程序
Conflux GPU 挖矿程序 cfxmine 须要和 Conflux 节点程序一起运行,依照以下步骤来启动:
- 在
bash
(或者任意 POSIX 兼容 Shell)中,启动 fullnode:
cd conflux/run
./conflux --config tethys.toml --full 2>stderr.txt
即可开始挖矿
- 在 在
bash
(或者任意 POSIX 兼容 Shell)中关上 cfxmine 可执行文件的目录下,启动 Conflux GPU 挖矿程序:
cd conflux
./cfxmine --gpu 1
注:fullnode 同步结束 GPU 命令行执行。
Tips:
如果 Conflux 节点程序和 cfxmine 不在同一个机器,能够在启动 cfxmine 时指定近程 Conflux 节点程序的 IP 地址和端口号(默认为 32525)
./cfxmine --gpu --addr A.B.C.D
或者
./cfxmine --gpu --addr A.B.C.D --port xxxx
如果要指定近程的节点的话,须要在节点的配置里改成 stratum_listen_address=“0.0.0.0”,而后去掉 #
注:fullnode 同步结束 GPU 命令行执行。
相干资料库:
- Conflux 开发材料包
- conflux-chain github
- conflux-fans github
正文完