16257/web3-ethereum-miner-start-not-implemented
I am getting a "miner_start method not implemented" error when I try to start miner. How to solve this error?
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.
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"
It appears you are using web3.js v1.0. ...READ MORE
All you need to do is enter ...READ MORE
I can see that the nonce you ...READ MORE
Hey, Change this line: await crowdsale.sendTransaction({value, from: buyer, gas: ...READ MORE
yes all are over TCP/IP connections secured ...READ MORE
This was a bug. They've fixed it. ...READ MORE
Summary: Both should provide similar reliability of ...READ MORE
Try compiling and migrating the contract: $ truffle ...READ MORE
There is no java sdk for your ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.