Ethminer未能提交哈希拉特



刚刚安装了Geth和Ethminer。在第一次试用期间,我遇到了这个错误。有什么想法吗?

ethminer -G -F http://yolo.ethclassic.faith:9999/0x<my-wallet> --farm-recheck 200
[OPENCL]:Found suitable OpenCL device [GeForce GTX 980 Ti] with 6440894464 bytes of GPU memory
miner  13:41:58.403|ethminer  Getting work package...
  ✘  13:42:08.408|ethminer  Failed to submit hashrate.
  ✘  13:42:08.408|ethminer  Dynamic exception type:        jsonrpc::JsonRpcException
std::exception::what: Exception -32003 : Client connector error: libcurl error: 28 -> Operation timed out
JSON-RPC problem. Probably couldn't connect. Retrying in 1... 

我有Geth 1.5.9,Ethminer 1.2.9。

您要与-F标志链接的池似乎不再存在。

 0 ✓ user@ursae ~ $ curl -s -I yolo.ethclassic.faith | head -1
HTTP/1.1 403 Forbidden
 0 ✓ user@ursae ~ $ curl -s -I ethclassic.faith | head -1
HTTP/1.1 403 Forbidden

您可以尝试以下以太坊经典池之一:

  • http://www.ethteam.com/
  • https://www.epool.io/

最新更新