測試說明
網路 | 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命令列執行。
相關資料庫: