我的目标是在Windows 10 PC上使用2 Radeon RX590进行GPU挖掘.
geth版本是
1.9.9-stable-01744997
cmd呼叫启动:
geth --rpc --syncmode "fast" --cache 4096 --etherbase [ADR] --datadir "[MyDataDir]" --mine --minerthreads 0区块链是最新的,一切看起来都很好。
二手Miner是
Claymore的双GPU Miner - v15.0
cmd启动矿商:
EthDcrMiner64.exe -epool http://127.0.0.1:8545 -mode 1 -tt 75现在,矿工开始并似乎开始采矿。GPU的节目他们正在做大量的工作。一旦矿工启动,它只会永久地输出类似这样的内容(再加上一些GPU信息):
ETH: 12/21/19-15:46:33 - New job from 127.0.0.1:8545
ETH - Total Speed: 21.345 Mh/s, Total Shares: 0, Rejected: 0, Time: 45:52
ETH: GPU0 10.665 Mh/s, GPU1 10.680 Mh/s所以这个看起来不错。
在geth控制台中,我得到了以下输出:
INFO [12-21|15:46:35.446] Imported new chain segment blocks=1 txs=74 mgas=9.921 elapsed=159.999ms mgasps=62.007 number=9141165 hash=05972d…032349 dirty=1019.58MiB
INFO [12-21|15:46:35.459] Commit new mining work number=9141166 sealhash=35129c…59de27 uncles=0 txs=0 gas=0 fees=0 elapsed=999.3µs
INFO [12-21|15:46:35.720] Commit new mining work number=9141166 sealhash=3788e2…df83fc uncles=0 txs=39 gas=9922304 fees=0.0347883012 elapsed=261.998ms
WARN [12-21|15:46:36.032] Served eth_submitHashrate conn=127.0.0.1:54083 reqid=6 t=0s err="the method eth_submitHashrate does not exist/is not available"
INFO [12-21|15:46:38.548] Commit new mining work number=9141166 sealhash=7451f4…69a431 uncles=0 txs=72 gas=9911680 fees=0.04369322037 elapsed=89.942ms
WARN [12-21|15:46:41.120] Served eth_submitHashrate conn=127.0.0.1:54083 reqid=6 t=0s err="the method eth_submitHashrate does not exist/is not available"有这样的警告/错误消息:
err=“方法eth_submitHashrate不存在/不可用”
而且它还声明“提交新的采矿工作”。
我现在很不确定。我是我的,还是我只是浪费电力,因为工作从来没有完成?
发布于 2019-12-24 14:55:47
发布于 2020-06-15 00:28:06
使用PhoenixMiner 5e和-rate 2命令。它将停止显示此错误。
https://stackoverflow.com/questions/59437291
复制相似问题