-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Local transactions rejected due to low fee that work elsewhere #8679
Comments
I'm having exact same issue after upgrading from v1.9.4 to 1.11.1:
Even if I increase the gas price to double the suggested gas price it still gives this error.
This transaction has a gas price of 0x560de0700 |
I'm having same issue, getting this response over RPC:
also, some transactions reported as mined, but in fact they were never included in the block and thus any new outgoing transactions are stuck because the nonce should be incremented from the last mined tx. |
Are all transactions originating from the same sender? Could you please try to increase Default value for this is 1% of the entire pool size, so a pool of 65k can support up to 600 transactions from a single sender.
I agree. We are investigating possible solutions. |
@tomusdrw I don't believe they are all from the same sender.. my tx queue is showing 8192 transactions, with varying senders and gas prices. I have just set Edit: Wow, this guy is really spamming the network https://etherscan.io/address/0xceceaa8edc0830c7cec497e33bb3a3c28dd55a32 |
@tomusdrw, in my case - most transactions are going from the same sender or to the same sender. But it doesn't matter, with I've also set |
Can confirm setting |
@andrewheadricke I never submit any transactions with gasPrice below 20 Gwei. The node is only used by me so I can't see how this is relevant in my case.. I'll try though your suggestion. Thanks. |
@andrewheadricke I've submitted a fix for a local transaction policy in case the pool is full. Indeed local transactions should be accepted even if they are below configured min gas price. @gituser Your issue seems a bit different if you are running with 65k pool size. I don't think it should ever be completely filled. Would you be able to provide logs for running with |
Do you know if it's possible to set this from the config file instead of passing as flag? |
@AdvancedStyle yes, it's:
|
Did anyone solve? |
yes, it was solved in #8691 and it was released in |
When submitting a transaction to the node, either via local wallet OR some externally signed tx it returns an error saying gas price is too low and tx queue is too long, therefore its dropped.
However my fee is always above the suggested average at ethgasstation, and when I send my tx via another provider it goes through immediately and is confirmed usually within 30-60 seconds.
There needs to be a way to forcefully allow local transactions over external ones.
The text was updated successfully, but these errors were encountered: