Skip to content

Instantly share code, notes, and snippets.

@2075
Created August 5, 2021 13:36
Show Gist options
  • Save 2075/a3350c64f163bd8bd63c18b58b0e4a59 to your computer and use it in GitHub Desktop.
Save 2075/a3350c64f163bd8bd63c18b58b0e4a59 to your computer and use it in GitHub Desktop.
download a zero network snapshot to feed into your validator
curl https://ipfs.io/ipfs/QmUF87tsWpG1HgwuuqKdBMB8hHjk57Ag5wVnPptL7uKmTN?filename=db.partaa && \
curl https://ipfs.io/ipfs/QmYHuEehCETAat3GV8MbxrmZ7DzjtoV1pabfSSmvSkNyyn?filename=db.partab && \
curl https://ipfs.io/ipfs/QmRHom4VZHzAiJcBe8F3hJBWecr8NWfzDcHSeqt6ZwNZ9L?filename=db.partac && \
curl https://ipfs.io/ipfs/QmZLBdDWMo9or8JqfwRqniFAaGm2UvoBcpj4nho4W8Lrqi?filename=db.partad && \
curl https://ipfs.io/ipfs/QmNzMHAbRrBYEb7TSzpwrB1sMHwTMngW2LLJtiH65Xhfsi?filename=db.partae && \
curl https://ipfs.io/ipfs/QmavxbmSzpcEA5KzR4LoLYJUVCAwceVJMEtbyuQwyLrwTR?filename=db.partaf && \
cat db.part* > db.tar.gz

~ roughly 30GB ~ 2100000 blocks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment