Author

Topic: Promblem when try to send ETH coin from EtherWall (geth) to Poloniex (Read 1057 times)

legendary
Activity: 1302
Merit: 1068
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.

This is the Bitcoin Section, this belong in Altcoin section.

Anyways;
Send Eth to Poloniex;
eth.sendTransaction({from: '0x860ddd95d1612bd01edec7f22c2028c03350958b', to: '0x5a9fc9284b91a22780d796ff385cde69666c5d85', value: web3.toWei(5.6, "ether")})
Eth request balance;
web3.fromWei(eth.getBalance(eth.coinbase), "ether")
"0xe22bd0ffc4a4f56d56c21f807fbda393f86b0a8f78f665b6015f1eaa93a75f73"

These works for me.
newbie
Activity: 14
Merit: 0
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.
Jump to: