LogoLogo
HomeGet TezBuild on Tezos
English
English
  • Getting Started
  • Quick Start
    • Where To Get Tez (XTZ)
      • Exchanges & Swaps
        • Safety Tips
      • Faucets
    • How To Choose A Baker
    • How To Setup A Wallet
    • How To Stake Your Tez
    • FAQ
      • How To Check Baking Rewards
      • How To Check Transactions
  • Learn
    • What is Tezos?
      • Proof -of-Stake
      • Governance
    • Documentation
    • Courses
      • Nomadic Labs
      • Blockmatics
    • Community
    • Network History
      • Alphanet
      • Genesis (Betanet)
      • Mainnet
      • Athens Amendment
      • Babylonet
      • Babylon Amendment
      • Carthagenet
      • Carthage 2.0 Amendment
      • Dalphanet
      • Test network
  • Built on Tezos
    • Digital Assets
    • Gaming
    • Infrastructure
    • Issuance Platforms
    • Securities
    • Use Cases
  • Resources
    • For Users
      • CLI Wallet Basics
    • For Bakers
      • By Operating System
      • Baking FAQ
      • Snapshots
      • Node Building: Kiln GUI
        • Kiln Node: Upgrade to Full Mode from Snapshot
      • Node Building: Docker
      • Node Building: GitLab Source
      • Build Nodes Fast with TezTool
    • For Developers
      • By Language
      • By Library
      • Development Environment
      • Developer Tools
      • Tutorials
  • Resource Groups
    • Analytics
    • Bots
    • Core Teams
    • Explorers
    • Media
    • Profiles
    • Research
    • Wallets
  • About
    • Tezos Agora
Powered by GitBook
On this page
  • Importing Snapshots
  • From Scratch
  • Running Node

Was this helpful?

Export as PDF
  1. Resources
  2. For Bakers

Snapshots

PreviousBaking FAQNextNode Building: Kiln GUI

Last updated 5 years ago

Was this helpful?

Importing Snapshots

From Scratch

Step 1: Set up a Node; following Step by Step Guide.

Step 2: Download the Full or rolling mode Snapshot File

Step 3: Copy the file into /tezos folder

Step 4: “./tezos-node snapshot import *Blockhash*.full”

Step 5: Delete the *Blockhash*.full file after succesful import.

Step 6: Start the Node “./tezos-node run –rpc addr 127.0.0.1:8732″

Running Node

  • Download the Full or rolling mode Snapshot File.

  1. Copy the file into the /tezos folder

  2. Update your Tezos Node with

git checkout mainnet && git pull && make build-deps && eval $(opam env) && make

Step 4: If your node is running, stop the Node with Ctrl-c

Step 5: Backup your current ./tezos-node folder

(Especially the identity.json and peers.json)

Step 6: Delete your ./tezos-node Folder

Step 7: “./tezos-node snapshot import *Blockhash*.full”

Step 8: Delete the *Blockhash*.full file after succesful import

Step 9: Copy the backuped identity.json and peers.json into the ./tezos-node folder

Step 10: Start the Node “./tezos-node run –rpc addr 127.0.0.1:8732”

this