-
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
BSC synchronization issues #338
Comments
I updated to latest binary 1.1.1-beta. |
Generated snapshot successfully:
Then stucked at 12_965_001 block and getting
|
For your fist command, I cannot for the life of me get it to run. Running just the first section, dropping the for/do, it runs fine, but after adding it back I get: The second commands works flawlessly as well. Ideas @jbriaux? Edit: The issue is the damned "`" (shift-tilde) marks before the first echo, and after the uniq. Thanks, GitHub! >_<
|
same issue, sync too slow |
AWS doesn’t perform well
Verstuurd vanaf mijn iPhone
… Op 5 dec. 2021 om 14:20 heeft guiltylelouch ***@***.***> het volgende geschreven:
same issue, sync too slow
infra: AWS
instance type: c5.4xlarge
config: geth --config ./config.toml --datadir ./ --cache 18000 --rpc.allow-unprotected-txs --snapshot=false --ws --ws.addr 0.0.0.0 --ws.port 3334 --ws.api eth,net,web3 --txlookuplimit 0 --diffsync
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
what is your advice or recommendation? |
For those who need to make heavy http jsonrpc requests, from my experience should consider at least |
what disks do you have in this instance and what is the disk configuration? |
We could have a 7.5TB nvme instance store there , xfs would work well |
how did you directly connect nvme to |
My recommendation is to rent a dedicated server from Hetzner. 128gb, 24 core ryzen with two 2tb NVMe disks.
… Op 5 dec. 2021 om 18:43 heeft TehnobitSystems ***@***.***> het volgende geschreven:
AWS doesn’t perform well Verstuurd vanaf mijn iPhone
…
what is your advice or recommendation?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
I am using Amazon Cloud, 32 core, 128GB ram, 2T solid state, but BSC nodes are often slow to keep up with synchronization, does anyone have a good suggestion?instance type is c5 |
@yaoyf888 afaik c5 don't have NVME right ? i think you need to change i3 instances and make use of that nvme for proper sync |
I often can't keep up with the synchronization, and then the synchronization is very slow. Is it ok to change it to I3 Instances? |
My current setup is i3en.3xlarge and 1.1.5 version of the client. Experimented with few other instance types but this is by far the best. I have trouble syncing from scratch but no problems to keep up while in sync, and its fast enough to catch up from the bsc_snapshots that are posted daily. |
I did have a lots of problem to stay in sync with the network on various setup in the past, but things seem to be much better now. I guess it is because of the recent market cool down, or because of the recent v1.1.7 release. |
I have same issue as #649, I dont konw how to solve it. |
Can't sync here, running with v1.1.7, windows, decent and latest hardware (i7 12700k, 2T NVMe bsc exclusive, 100Mb/s), tried all sync methods from genesis + snapshot |
Please provide the snapshot for testnet. |
Hi team. My bsc full node cannot find other nodes to sync data. How should I deal with it please? Thanks |
i do this why all my peers gone lol, or maybe i do something wrong? |
Description
In the 24 hours of July 28, Binance Smart Chain (BSC) processed 12.9 million transactions. This number and the below numbers are all from the great BSC network explorer bscscan.com powered by the Etherscan team.
This means 150 transactions per second (TPS) processed on the mainnet, not in isolated environment tests or white paper. If we zoom in, we will also notice that these were not light transactions as BNB or BEP20 transfers, but heavy transactions, as many users were "fighting" each other in the “Play and Earn”, which is majorly contributed by GameFi dApps from MVBII.
The total gas used on July 28 was 2,052,084 million. If all these were for a simple BEP20 transaction that typically cost 50k gas, it could cover 41 millions transactions, and stand for 470 TPS.
On the other hand, with the flood of volume, the network experienced congestion on July 28 for about 4 hours, and many low spec or old version nodes could not catch up with processing blocks in time.
Updates
A new version of beta client is released which has better performance in order to handle the high volume. Please feel free to upgrade and raise bug reports if you encounter any. Please note this is just a beta version, some known bug fix is on the way. Click here to download the beta client.
To improve the performance of nodes and achieve faster block times, we recommend the following specifications.
250MB/S throughput
,read latency <1ms
.125MB/S throughput
,read latency <1ms
. (if start with snap/fast sync, it will needNVMe SSD
)If you don’t need an archive node, choose the latest snapshot and rerun from scratch from there.
Problems
Suggestions
Reference PRs
We will update this board, If there are any updates.
If you have a suggestion or want to propose some improvements, please visit our Github.
If you encounter any synchronization issues, please report them here.
The text was updated successfully, but these errors were encountered: