Conflux GPU 挖礦教程文件(v1.1.7)

Conflux中文社群發表於2021-12-31

測試說明

網路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 測試說明

測試須知

  1. 建議關閉防毒軟體
  2. win 10 版本1903以上

執行檔案

執行 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 測試說明

執行檔案

執行 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命令列執行。


相關資料庫:

相關文章