目前无论N卡或A卡,都可以使用原版claymore's软件进行挖矿,推荐使用原版claymore's软件防止安全性问题。
下载地址:点击下载 Claymore's 原版
挖矿地址:eth.pool.zhizhu.top:3867
Windows
配置
打开挖矿软件文件夹,找到start.bat,点击鼠标右键,选择“编辑”
只需修改钱包地址和矿工名:
子帐户形式
EthDcrMiner64.exe -epool eth.pool.zhizhu.top:3867 -ewal wallet_address -eworker worker_name -epsw x -allpools 1 -mode 1
钱包地址形式
EthDcrMiner64.exe -epool eth.pool.zhizhu.top:3867 -ewal wallet_address -eworker worker_name -epsw x -mode 1
参数详解:
-epool -填写蜘蛛矿池ETH地址:eth.pool.zhizhu.top:3867
-ewal -填写ETH钱包地址
-eworker -填写矿工号,小写英文字母或数字的组合
运行
运行start.bat文件并开始挖矿
Linux
配置
打开挖矿软件文件夹,找到start.bash,点击鼠标右键,选择“打开方式” 点击文本打开
只需修改钱包地址和矿工名:
子帐户形式
./ethdcrminer64 -epool eth.pool.zhizhu.top:3867 -ewal wallet_address -eworker worker_name -epsw x -allpools 1 -mode 1
钱包地址形式
./ethdcrminer64 -epool eth.pool.zhizhu.top:3867 -ewal wallet_address -eworker worker_name -epsw x -mode 1
参数详解:
-epool -填写蜘蛛矿池ETH地址:eth.pool.zhizhu.top:3867
-ewal -填写ETH钱包地址
-eworker -填写矿工号,小写英文字母或数字的组合
运行
运行start.bat文件并开始挖矿