LogoLogo
HomeGet TezBuild on Tezos
French
French
  • Pour commencer
  • Introduction
    • Qu'est-ce que Tezos?
    • Gouvernance
  • Démarrage rapide
    • Les Bases
      • Comment obtenir des Tez (XTZ)
        • Échanges & Swaps
          • Conseils de sécurité
        • Robinet
      • Comment choisir un Baker
      • Comment créer un portefeuille
        • Web
          • Kukai
        • Bureau
          • Galleon
        • Mobile
          • Cortez
        • Hardware
          • Ledger
      • Comment Déléguer
      • FAQ
      • Dépannage
    • Explorer les données
      • Comment vérifier les paiements d'un baker
      • Comment vérifier une transaction
  • Ecosystème Tezos
  • Médias éducatifs
    • Coinbase Earn
  • Développer sur Tezos
  • Infrastructure
  • Guides
    • Guide Utilisateur (A TRADUIRE)
      • Principes de base de portefeuille CLI
      • Créer des noeuds rapidement avec TezTool
      • Création de Noeuds: Source GitLab
      • Création de Noeuds: Docker
      • Création de Noeuds: Kiln GUI
      • Noeuds Kiln: Mise à jour en mode complet à partir du Snapshot
      • Snapshots
        • Dépannage
          • Problèmes avec les Portefeuilles
            • Migration depuis Tezbox
    • Guides Développeurs
      • Example Dev Guide
  • À propos
    • Apprendre sur le Projet Agora
Powered by GitBook
On this page
  • Importer les Snapshots
  • De Zéro
  • Running Node

Was this helpful?

Export as PDF
  1. Guides
  2. Guide Utilisateur (A TRADUIRE)

Snapshots

PreviousNoeuds Kiln: Mise à jour en mode complet à partir du SnapshotNextDépannage

Last updated 4 years ago

Was this helpful?

Importer les Snapshots

De Zéro

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