Replies: 2 comments
-
Maybe listening to the pending transactions and try to increase transaction gas based on the gas from top priority pending transactions. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you manage to fix this? I'm facing the same problem with a bot I'm developing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @yuichiroaoki !
I've coded my own flashloan bot, and I can find a lot of opportunities, but I'm struggling to make the transactions into the next block, so I often miss them (could only complete 3 in ~300 transactions).
Is there anything I can make to increase the change my transactions is included into the next block?
Maybe use ethers FallbackProvider or something else that send my transaction to different nodes?
I tried increasing gas price, also I'm using
maxFeePerGas
andmaxPriorityFeePerGas
. But my transactions takes 2 or 3 blocks to complete.Does running a rpc node help with this? Since this looks more like gas auction management.
Any help welcome.
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions