It looks like you're new here. If you want to get involved, click one of these buttons!
eth.sendTransaction({from:eth.coinbase, to:"***", value: 1})
Exceeds block gas limit
at InvalidResponse (:-60926:-100)
at send (:-124886:-100)
at sendTransaction (:-113803:-100)
at :1:1
Comments
BTW min transaction size is 21K gas.
Thanks!
https://blog.ethereum.org/2015/08/04/ethereum-protocol-update-1/
The way I understand it, they just discovered a flaw that would allow people to take control of such accounts and steal the ether they contain, and what you're supposed to do is to generate a new address using geth 1.0.1 (or later), and transfer all your ether from the old address to the new one.
That is what I have been trying to do all evening, but I am hitting the "Gas price too low for acceptance" error each time.
"If you have created keys PRIOR to Go 1.0 rc or C++ 0.9.36, then somehow continued using them into Frontier, OR are expecting an Olympic reward, then you should regenerate them. If neither of these two factors apply to you, then there's nothing to do."