cd /var/solana/data/ledger
wget --trust-server-names http://entrypoint3.mainnet-beta.solana.com/snapshot.tar.bz2
wget --trust-server-names http://entrypoint3.mainnet-beta.solana.com/incremental-snapshot.tar.bz2
sed -i "s/--log -/--no-snapshot-fetch --log -/g" /home/solana/bin/validator.sh
cd -
Community Note
What is the outcome that you are trying to reach?
Reducing time to download snapshot
Downloading snapshot from known validator can take hours to finish since the speed is low.
Describe the solution you would like
Describe alternatives you have considered
Additional context