Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Basic funds move gets "Insufficient funds for gas * price + value” #866

Closed
mowliv opened this issue Jun 20, 2016 · 16 comments
Closed

Basic funds move gets "Insufficient funds for gas * price + value” #866

mowliv opened this issue Jun 20, 2016 · 16 comments

Comments

@mowliv
Copy link

mowliv commented Jun 20, 2016

Node type: geth 1.3.6
OS: osx
Network type: main
Mist version: 0.7.4

Playing with mac version. Tried sending funds from base wallet to simple contract wallet. Worked fine. But then tried sending funds back to base wallet, and get error "Insufficient funds for gas * price + value”.

Not sure what I'm missing here, or if there's a bug. I am checking the "send all funds" and leaving the fee slider alone.

Console window:

/Applications/Ethereum-Wallet.app/Contents/Resources/app.asar/modules/preloader/console-log-capture…:17 Providing gas: 54447 + 100000
/Applications/Ethereum-Wallet.app/Contents/Resources/app.asar/modules/preloader/console-log-capture…:17 Finally choosen gas 154447
/Applications/Ethereum-Wallet.app/Contents/Resources/app.asar/modules/preloader/console-log-capture…:17 Send Ether
/Applications/Ethereum-Wallet.app/Contents/Resources/app.asar/modules/preloader/console-log-capture…:17 Error: Insufficient funds for gas * price + value(…) undefined

@luclu
Copy link
Contributor

luclu commented Jun 21, 2016

Please have a look at #664. This happens when your coinbase balance - the account you pay for contract execution from - is too low.
I will close this as a duplicate. Feel free to subscribe to the other issue to get updates.

@luclu luclu closed this as completed Jun 21, 2016
@mowliv
Copy link
Author

mowliv commented Jun 23, 2016

@luclu Shouldn't the app prevent someone from doing what I just did? I transferred all funds into the contract wallet I just created, thinking that was where I would do all transactions from. I used the "transfer everything" checkbox. Sure would be nice if it warned me to leave a little behind. Silly jackpot I'm in now. How much do I need in the main wallet (I think that's same thing as coinbase balance) to be able to spend small amounts out of contract wallet?

@luclu
Copy link
Contributor

luclu commented Jun 23, 2016

You are right. I added this to the other issue:

Additionally there should be a warning if a transaction should deplete the etherbase account to a balance that would not allow to execute transfers from contract wallets.

@mowliv
Copy link
Author

mowliv commented Jun 23, 2016

Cool, thanks!

On Thu, Jun 23, 2016 at 2:10 AM, Luca Zeug notifications@github.com wrote:

You are right. I added this to the other issue:

Additionally there should be a warning if a transaction should deplete the
etherbase account to a balance that would not allow to execute transfers
from contract wallets.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#866 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AEY7zVeQQCj7HixRo7v8JGh6GW2A8NvCks5qOk2HgaJpZM4I6Ld5
.

@crypt61
Copy link

crypt61 commented Dec 5, 2017

I am getting the error "Insufficient funds for gas * price + value”. However, I have a balance of 0.090948
ETH, and the "max total" of the transaction is 0.076000. That seems to be plenty of funds to complete the transaction. What am I missing? Thank you for your help.

@tlossen
Copy link

tlossen commented Dec 5, 2017

@crypt61 same here

@OpakAlex
Copy link

OpakAlex commented Dec 5, 2017

same issue. (Пишите нормальный софт заебали пидары)

@kolinko
Copy link

kolinko commented Dec 5, 2017

Same issue, and I have >1Eth on the account.

Trying to send a tx (trade order to etherDelta), and even with a high gasprice set absurdly high, I get the error. I guess this is related to high network load due to CryptoKittens...

screen shot 2017-12-05 at 12 28 46

^ this doesn't go through

@Spiv13
Copy link

Spiv13 commented Dec 5, 2017

Had same error.
Thrying to send 0.05 ETH from an account with 2.10 ETH.
Must be a glitch???

@nitso
Copy link

nitso commented Dec 5, 2017

Same here. Let me buy those kitties!
Transactions occasionally pass, can't find any regularity.

@M00d5
Copy link

M00d5 commented Dec 5, 2017

Got the same problem. Cannot send any transaction and I have the available funds

@crypt61
Copy link

crypt61 commented Dec 5, 2017

Here is the response from MetaMask...

Hello,

There is currently a combination of both a backlog in pending transactions on the network as well as rising competition for gas prices with CryptoKitties. Unfortunately this is causing some transactions with lower gas prices to take longer to process or even fail. Unfortunately there is little to be done about this besides waiting for any pending transactions to go through or show as failed/rejected. This waiting period can take up to 24 hours during congested network times such as this.

For your refernece in using gas with Dapps such as CryptoKitties, Ether Delta and others: https://support.metamask.io/kb/article/25-transaction-submission-best-practices-on-etherdelta-and-dapps/

@StarNeit
Copy link

same error.

insufficient funds for gas * price + value

any solution yet?

@Spiv13
Copy link

Spiv13 commented Feb 10, 2018

@StarNeit
In my case, it just solved itself.
I guess there was just some congestion at the time as it was suggested by others.

@shikai2013
Copy link

same error,
I use goland call smartcontract,got this error "insufficient funds for gas * price + value",but the account that I use to call contract has enough eth (100eth)。

@SirPhemmiey
Copy link

Any solution for this please?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests