[Ethereum] “Failed to submit hashrate” error

hashrateminingmining-pools

I'm currently using geth and ethminer to mine, I'm using version 1.2.2 of Ethereum. I'm trying to mine on pool Ethereumpool, using these instructions. So my command is ethminer -G -F http://ethereumpool.co/?miner=20@0xe425AFC9cC425E88f911Ba9d4E77Eef763bCef22

I get spammed by the error "Failed to submit hashrate". Does anyone have a solution?

Best Answer

First

Update Ethereum to 1.3.5

“Failed to submit hashrate” error

The function eth_submitHashrate is only implemented from certain version of theethminer. And the reason could be multiple.

Workaround

Install a miner proxy like eth-stratum-mining-proxy

Related Topic