I have accomplish to add a parity node to the private network with the help of this valuable guide: https://ethereum.stackexchange.com/a/13035/4575
Now I would like to attach ethminer to my parity node, in order to do mining. Please note that my parity node successfully run on the background, as connected to my private chain. Also did rm -rf .ethash/.
[$] cpp-ethereum/build/ethminer/ethminer -F http://localhost:8545
Error:
miner 13:13:13.230| Getting work package...
✘ 13:13:13.231| Failed to submit hashrate.
✘ 13:13:13.231| Dynamic exception type: jsonrpc::JsonRpcException
std::exception::what: Exception -32601 : METHOD_NOT_FOUND: The method being requested is not available on this server: Method not found
[Q] How could I fix the error I am facing?
=> Also when I attach geth to parity, it does not see miner.start() command.
Note: The way I installed ethminer:
[$] git clone --recursive https://github.com/ethereum/cpp-ethereum.git
[$] cd cpp-ethereum
Build:
[$] cmake -H. -Bbuild
[$] cmake --build build
[$]ethminer --version
ethminer version 1.3.0 | Build: ETH_BUILD_PLATFORM/ETH_BUILD_TYPE
Please note that similar question asked but has not been covered well. ethminer Failed to submit hashrate Thank you for your valuable time and help.
ethminer -S 127.0.0.1:8008it gives following error:Invalid argument: -S@5chdn – alper Mar 29 '17 at 10:41-Fparameter, but it gave the similiar error:Exception -32003 : Client connector error: libcurl error: 28 -> Operation timed out.-> Could not connect to http://127.0.0.1:8008 @5chdn – alper Mar 29 '17 at 11:01-S. – q9f Mar 29 '17 at 11:46cmake -H. -Bbuild && cmake --build buildbut it gave some errors. https://github.com/Genoil/cpp-ethereum/issues/143 @5chdn – alper Mar 29 '17 at 11:57