https://pub-0509dd39c2df4aeda4e82ff320667d97.r2.dev/<version.tgz>
is updated weekly to minimize required sync times.
Navigate to Geth Data Directory
geth
data directory where the blockchain data is stored:Download the Snapshot
wget
:aria2c
:aria2c
aria2c
is a lightweight command-line download utility that can significantly speed up large file downloads by splitting the file into multiple segments and downloading them concurrently.Here’s what the options example above do:--file-allocation=none
: Disables file pre-allocation, allowing the download to start immediately.-c
: Resumes an incomplete download.-x 10
: Sets the maximum number of connections per server to 10.-s 10
: Splits the file into 10 segments, downloading them simultaneously.-o geth.tgz
: Renames the output file which may otherwise vary based on the latest version.Extract the Snapshot