-
Notifications
You must be signed in to change notification settings - Fork 716
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
Synching speed is too slow #873
Comments
What sort of machine are using, how many peers do you have, do all your peers have the nessecary blocks? |
Im using an C5.xlarge from aws with 500gb io1 disk (its a 4core, 8gb ram with iops optimized disk). I have set this option in |
This is the case for the current network state. The only way to reach tip is to download a recent snapshot from https://cosmos.quicksync.io/. |
afaict this sync rate has no relationship to peers, hardware, or network bandwidth; it's just the current block execution mechanism |
If your peers don't have the blocks, then you won't be able to sync fast. Fast sync downloads blocks from multiple peers in parallel, if only one peer has block 1-500 then you are only downloading one block at a time, hence slow syncing times. Unfortunately, Tendermint does not have service discovery, so for the time being we have to put up with this. |
So, either I download a snapshot or this is the current sync speed? |
How many peers do you have? |
Sorry, I dont know how to check that :( Can I check it thought some rpc endpoint? |
Also I have another question.
According to https://cosmos.bigdipper.live the last block is |
OK so here's my machine spec: CPU: 32 core threadripper I can confirm this report. I am not quite at 1 block per second, but it is very slow. Gaia is notably slower than other Cosmos-SDK chains. I may try to state sync via the public RPC's but I hear that is hit and miss too. |
closes cosmos#873 by hopefully fixing state sync
Summary of Bug
Im trying to sync a node but its taking three+ weeks. Sync speed is now 1block/s. Height is ~6106327. The configuration files Im using can be found here: https://github.com/heliaxdev/ibc-setup/tree/master/stargate. The machine shouldn't the bottleneck.
Version
gaiad version
-> v4.2.1Steps to Reproduce
You can follow the README.md here: https://github.com/heliaxdev/ibc-setup
For Admin Use
The text was updated successfully, but these errors were encountered: