35846/setetherbase-not-working-in-geth
I am not able to make setEtherbase() work. This is what I am doing:
> setEtherbase(eth.accounts[0]) true > miner.etherBase undefined
Even though it shows true when I set Ether base it still shows undefined.
setEtherbase() is not a method of the personal object, it's a method of the miner object and that's why setting ether base won't work. You would rather try using the address directly, like this:
miner.setEtherbase('0x7...')
npm install adcpm/steem#dev Just build it from develop ...READ MORE
Setup actual boot node, don't treat base ...READ MORE
The default port for geth is 30303. ...READ MORE
Looks like the account you are trying ...READ MORE
I have been working with Interacting a ...READ MORE
This was a bug. They've fixed it. ...READ MORE
Summary: Both should provide similar reliability of ...READ MORE
When transactions are put in a loop, ...READ MORE
Hope this helps: contract mortal { /* ...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.