-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gas price and amount of gas 0. Transactions stuck #5867
Comments
@Forestgump999 Have you tried creating a new transaction with a higher gas price and setting the nonce to match the nonce of your first pending transaction? You can't revoke a transaction once you emit it to the network. However, you can override it by creating a transaction with a higher gas price. This should get processed and invalidate your first transaction and then the rest of your transactions should go through (assuming they are still valid). |
I can't see nonce of the first transaction as it says "Transaction has not been found" so how can I know nonce of the first transaction? But in MetaMask history all of them have "Pending" status. |
Try viewing your public address on etherscan and clicking on your latest valid transaction. You should see a nonce. |
Here is address on etherscan https://etherscan.io/address/0xa8b3dce898717f34ab13728bffa7378a8f07a2cd |
@Forestgump999 A nonce of 1 should do it. |
So how can a create transaction with a nonce of 1? As I know I can only enter gas limit, gas price, address to and amount. |
Forgot that I was on the Metamask github repo for a bit. It looks like Metamask doesn't support it yet - #1410 It looks like you will have to use the offline feature of MEW or another wallet to do this. Look into MyEtherWallet > Send Offline. I've never used this feature so you're on your own here. Good luck! This might help - https://www.reddit.com/r/EtherDelta/comments/72tctz/guide_how_to_cancel_a_pending_transaction/ |
What do you think, will “Reset account” button help in this situation? Will I loose wallets and any ETH in my account by doing this? |
I got exactly this problem. After some hours if you check your very first transaction in the metamask stuck list (the one the caused the queue) just next the word "Details" it appears a button "speed up" click that botton then edit and then set a gas price different than zero. This unlock all the list. If you can t' see that button wait tomorrow or more. Soon or later it will appear. Cheers. |
Same problem here, but also the cancel transaction (and the next speed up transaction) got stuck. Now i cannot speed up the transaction. There's something i can do to resolve this? |
You should be able to "speed up" the transaction again, and supply a higher gas price. You can go to settings --> reset account, which will clear your transaction history. @Forestgump999 you will not lose your wallets or ETH, but as a reminder you should ALWAYS have your seed phrase backed up somewhere safe. |
@Forestgump999 I am facing the same problem with zero gas price, have you solved it? Is resetting the account the solution? |
Sending a transactions with 0 gas price can be done, but gives not incentive for miners to mine the transaction, which means that it will have submitted to the network but be in a perpetual state of We've also have implement the Speed Up button for transactions which allow to speed up the transactions gas price with the same method I mentioned above. |
Hi there,
Got a problem with a stuck transactions on MetaMask.
I have tried to send zero (0 ETH) transaction with zero gas price and zero gas limit and it looks like it stuck.
After that, I've tried to make any other transactions even with a good price and gas limit but all of them have "Pending" status. Looks like any of them won't start before first one will be executed.
But the interesting thing is, no any of that transactions have their TxHash, so its just says "Transaction has not found".
What can I do in this situation? I still have some ethereum on that account I want to transfer to another account.
I tried to send zero transaction to my own account. I have also tried to send the same transaction with big gas price and good enough gas limit, but it just put that transaction in queue as well.
So status says "Pending" but the transaction has "Unknown function" name or "Cancel Attempt".
This is the first transaction I got a problem with https://etherscan.io/tx/0xaab687175efc23cc6e16da043bab0b12321b5606e574992bf28dd6f8fd254140
The text was updated successfully, but these errors were encountered: