-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Impossible to get transaction mined on same block in which it was broadcasted #107
Comments
Hi, @stephanesanchez it is not about gas price. Usually, the validator is protected by a sentry node, the transactions need at least two hoops to validators. It is expected behaviors. |
@guagualvcha what's meanings of two hoops? under this circumstances, some frontrun tx will failed? |
Co-authored-by: Owen <[email protected]>
Hi there,
I'm broadcasting transactions on BSC but it seems that there is a 2-3 blocks latency between the broadcast and the validation. As an example if I broadcast a transaction on block X it will never be mined before block X+2. I tried very high amount of gas (more than 500gwei) but that doesn't help.
I allocate 32GB of RAM to GETH and my internet connection is very fast.
Is that normal behaviour of BSC or am I missing something?
System information
Geth version: 1.0.6
OS & Version: OSX
The text was updated successfully, but these errors were encountered: