Skip to content

💥 Daily snapshots of tezos mainnet ⛓️ and a list of public peers, see releases.

License

Notifications You must be signed in to change notification settings

stake-capital/tezos-snapshots

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

🎉 Automatic tezos blockchain snapshot releases

  • Updated daily 🔁
  • Snapshots in rolling and full mode
  • Highly compressed with xz, use xz-utils to decompress
  • File name shows block number and level

Public list of peers 🤝

  • Updated daily 🔁
  • One peer per line, format is ready for tezos trust address and tezos connect address commands

Scripting 📃

Get latest release

Rolling

curl -s https://api.github.com/repos/Phlogi/tezos-snapshots/releases/latest | jq -r ".assets[] | select(.name) | .browser_download_url" | grep roll | xargs wget -q --show-progress

Full

curl -s https://api.github.com/repos/Phlogi/tezos-snapshots/releases/latest | jq -r ".assets[] | select(.name) | .browser_download_url" | grep full | xargs wget -q --show-progress

Block hash (for import)

curl -s https://api.github.com/repos/Phlogi/tezos-snapshots/releases/latest | jq -r ".assets[] | select(.name) | .name" | grep roll | tail -c 61 | head -c 51

Happy scripting 💪

About

💥 Daily snapshots of tezos mainnet ⛓️ and a list of public peers, see releases.

Resources

License

Stars

Watchers

Forks

Packages

No packages published