Skip to content

Starknet full node snapshots maintained by the zkLend team

Notifications You must be signed in to change notification settings

zkLend/starknet-snapshots

Repository files navigation

starknet-snapshots

Starknet full node snapshots maintained by the zkLend team

Downloading the snapshots

There are several ways to download the snapshots. You're recommended to use S3-compatible clients (e.g. rclone). It's also possible to just use a plain curl command, but it seems to be prone to failures based on reports from users.

Rclone

Download and install Rclone. Then, add this section to your config file, typically located at $HOME/.config/rclone/rclone.conf (you may need to create the file on a fresh install):

[zklend-pathfinder-backup]
type = s3
provider = Cloudflare
region = auto
endpoint = https://pathfinder-backup.zklend.com/

Then, download a snapshot to the current directory with:

rclone copy -P zklend-pathfinder-backup:mainnet/mainnet-v0.9.4-376563.tar.xz .

curl

Downloading with curl is not recommended but possible:

curl -OL "https://pathfinder-backup.zklend.com/mainnet/mainnet-v0.9.4-376563.tar.xz"

Using the snapshots

Simply decompress and extract the file downloaded with tar:

tar Jxvf ./mainnet-v0.9.4-376563.tar.xz

pathfinder

mainnet

Network Version Block Download Link
mainnet v0.9.4 376563 https://pathfinder-backup.zklend.com/mainnet/mainnet-v0.9.4-376563.tar.xz
mainnet v0.8.1 213169 https://pathfinder-backup.zklend.com/mainnet/mainnet-v0.8.1-213169.tar.xz
mainnet v0.7.0 141083 https://pathfinder-backup.zklend.com/mainnet/mainnet-v0.7.0-141083.tar.xz

goerli-1

Network Version Block Download Link
goerli-1 v0.9.4 897425 https://pathfinder-backup.zklend.com/goerli-1/goerli-1-v0.9.4-897425.tar.xz
goerli-1 v0.8.1 860674 https://pathfinder-backup.zklend.com/goerli-1/goerli-1-v0.8.1-860674.tar.xz
goerli-1 v0.7.0 841817 https://pathfinder-backup.zklend.com/goerli-1/goerli-1-v0.7.0-841817.tar.xz

goerli-2

Network Version Block Download Link
goerli-2 v0.9.4 149760 https://pathfinder-backup.zklend.com/goerli-2/goerli-2-v0.9.4-149760.tar.xz
goerli-2 v0.8.1 141801 https://pathfinder-backup.zklend.com/goerli-2/goerli-2-v0.8.1-141801.tar.xz
goerli-2 v0.7.0 136651 https://pathfinder-backup.zklend.com/goerli-2/goerli-2-v0.7.0-136651.tar.xz

About

Starknet full node snapshots maintained by the zkLend team

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages