Gpu矿机使用

(文章测试使用的是AMD 580显卡,Ethminer0.17.0)

先执行 ethminer -G --list-devices 查看Gpu数量,我的机器是8Gpu,执行命令后

1 首先启动geth节点Ethminer挖矿软件使用教程
    geth --port 33333 --rpc --rpcapi eth --rpcaddr 192.168.10.176 --rpcport 8888 console
2 启动ethminer(挖矿软件)
    ethminer -G -P http://127.0.0.1:1234 --opencl-device 0 --opencl-platform 1

注意:只需要执行以上两步操作,不要添加其他参数或者启动后执行miner.start()操作

-G:启动GPU挖矿(通过opencl调用GPU挖矿)
-P:geth地址

--opencl-device x :x代表启动的Gpu数量,默认全部启动


注意:启动GPU挖矿需要geth节点设置为挖矿节点才可以启动挖矿,并且geth的disk IO速度应该足够快,否则数据同步速度不能跟上主网区块产生速度,也无法挖矿.

相关文章:

  • 2022-01-11
  • 2021-10-13
  • 2021-06-18
  • 2021-08-08
  • 2021-10-04
  • 2021-12-22
  • 2021-07-05
  • 2021-12-31
猜你喜欢
  • 2021-07-22
  • 2021-11-02
  • 2021-05-26
  • 2021-07-22
  • 2022-01-09
  • 2021-04-02
  • 2021-09-01
相关资源
相似解决方案