2017-02-26 5 views
4

gethとethminerがインストールされました。最初の裁判で、私はこのエラーを受けました。何か案が?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... 

私は1.5.9、エチマー1.2.9を持っています。

答えて

2

-Fフラグでリンクしているプールがもう存在しないようです。

0 ✓ [email protected] ~ $ curl -s -I yolo.ethclassic.faith | head -1 
HTTP/1.1 403 Forbidden 
0 ✓ [email protected] ~ $ curl -s -I ethclassic.faith | head -1 
HTTP/1.1 403 Forbidden 

あなたはイーサリアムクラシックのための次のプールのいずれかを試みることができる:

+0

は、両方のプールをしようとしました。ダイナミック例外タイプ:JSONRPC :: JsonRpcException のstd ::例外::何:例外-32603:INTERNAL_ERROR: 404は が見つかりません

404ないエラーを得ました発見


nginxの/ 1.10.0(Ubuntuの)
horaceT

+0

マイコマンド:ethminer -G -F http://www.ethteam.com/0x --farm、再確認200 – horaceT

関連する問題