刚安装了盖斯和种族矿工。第一次试验时,我发现了这个错误。有什么想法吗?
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... 我有1.5.9,民族1.2.9。
发布于 2017-02-27 20:06:16
与-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您可以尝试使用下面的一个池来进行:
https://stackoverflow.com/questions/42474635
复制相似问题