-
Notifications
You must be signed in to change notification settings - Fork 43
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
Why the node cannot keep up with head of the Binance chain? #407
Comments
Actually my local dev is aways with head of bsc. It's the problem about p2p network. Please show you start command. |
Currently it is like this @blxdyx
|
remove those flag:
|
@blxdyx My nodes are also lagging 5-10 blocks and the logs indicates another story:
The disk I'm using is raid0 of TLC ssds and going well with mainnet clients (erigon, reth etc). It also works well with previous bsc-erigon versions. The |
What's the log before? |
@blxdyx I've tried that as you suggested but without any help. I still got these "staircases" (syncing in batches). It's also interesting (second screenshot) that lag is really lower during the weekends. Probably it has something to do with "transaction per block" and network activity. Can you share your local dev setup, or do you monitor your peer number over time? |
It's my start command. Use a nvme device. |
Ok, it definitely comes down that the reason is not using NVME. Unfortunately when using GCP persistent disks, it's not possible. Thanks for the help anyway! |
@Aracki Working on integrate erigon3, it can solve this problem maybe. |
We've followed the guide from #41, but apparently several times a day one of our nodes is lagging ~1-2k blocks behind the tip of the chain.
We've tried to tweak
--bodies.cache
&--batchSize
several times but without help. It always sync in batches which mean constant lag behind the geth binance nodes. We haven't even noticed any difference between syncing when using smaller or larger values for these two flags.Anyone managed to run node-real erigon nodes which are always in sync with the Binance chain?
The text was updated successfully, but these errors were encountered: