Bitcoin Forum
May 04, 2024, 02:49:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Promblem when try to send ETH coin from EtherWall (geth) to Poloniex  (Read 1054 times)
Burazengija (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
February 27, 2016, 03:31:09 PM
Last edit: February 28, 2016, 12:51:11 AM by Burazengija
 #1

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 (<anonymous>:-81662:-96)
    at send (<anonymous>:-156322:-96)
    at sendTransaction (<anonymous>:-133322:-96)
    at <anonymous>: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.
1714834198
Hero Member
*
Offline Offline

Posts: 1714834198

View Profile Personal Message (Offline)

Ignore
1714834198
Reply with quote  #2

1714834198
Report to moderator
1714834198
Hero Member
*
Offline Offline

Posts: 1714834198

View Profile Personal Message (Offline)

Ignore
1714834198
Reply with quote  #2

1714834198
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714834198
Hero Member
*
Offline Offline

Posts: 1714834198

View Profile Personal Message (Offline)

Ignore
1714834198
Reply with quote  #2

1714834198
Report to moderator
VirosaGITS
Legendary
*
Offline Offline

Activity: 1302
Merit: 1068



View Profile
February 27, 2016, 04:10:01 PM
 #2

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 (<anonymous>:-81662:-96)
    at send (<anonymous>:-156322:-96)
    at sendTransaction (<anonymous>:-133322:-96)
    at <anonymous>: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.


                      ▄▄█████▄▄
                    ▐████████████▄
                   ▄█▀▀▀▀▀▀▀██████▌
             █▄  ▄█▀           ▀▀█
              ▀▀▀███▄▄▄▄▄▄▄▄▄▄   █▄   ▄

               ▄▀▀         ▀▀▀▀▀▀▀██▀▀▀
         ▄▄▄▄▄█▄▄ ▄▀▀▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄█▄▄▄▄
         ████▒▒███    ████▒▒████▌
    ▀█▄ ▀
███████▄ ███▒▒███      ██▒▒█████       ▀█▄
 ███████ ▀█▒▒████     ▄█▒▒█████▀         ▀█ ▄  ▄▄
  ██████  ▌▀▀█████▄▄▄███████▀▀            ███▄███▌
 █████████  █████▀▀█▀▀██████▌             ██████▀
 ▀█████████ ███▄  ███   ▐███▌ ▄██       ▄█████▀
     ▀▀    ▀▀███████████████▄▄████▄▄▄▄█▀▀▀▀▀
               ▀▀▀███▀▀▀      ██████▄
                               ▀▀▀▀▀

▄█████████████████████████████▄
███████████████████████████████
███████████████████████████████
███████████████████████████████
█████████▀▀█████████▀▀█████████
███████ ▄▀▀         ▀▀▄ ███████
██████                   ██████
█████▌     ▄▄     ▄▄     ▐█████
█████     ████   ████     █████
█████      ▀▀     ▀▀      █████
█████▄   ▀▄▄▄     ▄▄▄▀   ▄█████
████████▄▄▄█████████▄▄▄████████
███████████████████████████████
███████████████████████████████
███████████████████████████████
 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█ █
█ █
█ █
█ █
█ █
CCV.IO
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
February 28, 2016, 11:22:13 PM
 #3

https://bitcointalk.org/index.php?topic=1380700.msg14042644#msg14042644
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!