Web3 ethereum miner start not implemented

0 votes

I am getting a "miner_start method not implemented" error when I try to start miner. How to solve this error?

Aug 24, 2018 in Blockchain by slayer
• 29,350 points
1,429 views

1 answer to this question.

0 votes

You have to first enable "miner" API with --rpcapi option and then start miner. To enable this API, use:

$ geth --rpc --rpcapi "eth,miner,net,web3"

Now you won't get this error.

answered Aug 24, 2018 by digger
• 26,740 points

I am not able to add peer using addPeer command. Even after using the command you told. Let me know what I can do

This is because addPeer is a function that comes under admin option of rpcapi. To use it, you will have to use the following command:

$ geth --rpc --rpcapi "eth,miner,net,web3,admin"

Related Questions In Blockchain

0 votes
1 answer
+1 vote
1 answer
0 votes
1 answer

Ethereum wallet not able to make transaction

I can see that the nonce you ...READ MORE

answered Aug 9, 2018 in Blockchain by slayer
• 29,350 points
466 views
0 votes
1 answer

Not able to send Ethereum transaction

Hey, Change this line: await crowdsale.sendTransaction({value, from: buyer, gas: ...READ MORE

answered Sep 24, 2018 in Blockchain by slayer
• 29,350 points
481 views
+1 vote
1 answer

Protocols used in a distributed/dlt system for the nodes to establish communication

yes all are over TCP/IP connections secured ...READ MORE

answered Aug 6, 2018 in Blockchain by aryya
• 7,450 points
1,129 views
0 votes
1 answer

Truffle tests not running after truffle init

This was a bug. They've fixed it. ...READ MORE

answered Sep 11, 2018 in Blockchain by Christine
• 15,790 points
1,663 views
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,215 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP