Hello,
I have some issue with EtherWall when i whant to send some of the Eth coin witch are mined on my GETH wallet, constanly what ever i do with the "GAS PRICE" it giving me same error:
"Exceeds block gas limit"
Then i was try to send it from C:\geth.exe console with command:
eth.sendTransaction({from:eth.accounts[0], to:eth.accounts[1], value: web3.toWei(10, "ether")})
still same issue but with more details.
"
Account is now unlocked for this session.
Exceeds block gas limit
at InvalidResponse (:-81662:-96)
at send (:-156322:-96)
at sendTransaction (:-133322:-96)
at :1:1
"
Can someone tell me what is trick with GAS price and how to know witch price i need to set for transactions. I was found something on internet about GAS thing but there is too litle information about that topic"
Sorry about my bad english.
Thanks in advance.