Fractal
  • Overview
  • Basics
    • Architecture
  • Key Concepts
    • Fractal Confluence: The EVM Layer
    • The Confluence Bridge
    • Fractal Spring: The UTXO Layer
      • Concepts
      • Technical Specifications
    • Staking
      • Overview
      • EVM Staking
        • UTXO Staking and EVM Staking
      • Consensus
      • Rewards
      • Penalties
  • Developers
    • Acquire Testnet FRA
    • EVM Tools & Tutorials
      • Contract Deployment
        • Ganache
        • Hardhat
        • Remix
        • Truffle
        • Waffle
      • The Graph
    • Developer SDKs
      • UTXO Native Chain SDK
        • Fractal Spring (UTXO Layer) SDK Installation
        • Developer Tools
          • Fractal CLI Tool
        • UTXO API Reference
          • Account
          • Keypair
          • Network
          • Asset
          • Staking
          • Transaction
          • Helpers
      • The Confluence Bridge SDK
    • EVM References
      • Metamask
      • Local Development Network Setup
      • EVM API Reference
      • Precompiled Contracts
  • Network Settings
    • Contract Addresses
    • Network Settings
  • User Guides
    • Fractal Wallet Guides
      • MetaMask
        • Download
        • Configure (Auto)
        • Configure (Manual)
      • Fractal Wallet
        • Download
        • New Wallet
        • Transfer Tokens in the Fractal Wallet
        • The Confluence Bridge
        • Adding Custom Assets to the Fractal Wallet
        • Manage Assets
      • Ledger Hardware Wallet
    • Acquire FRA
    • Explore Testnet
    • Acquire FRA (Testnet)
    • Stake FRA
    • How to Use Block Explorers
    • Bridging Tokens to Fractal
  • Validator Materials
    • Validator Setup Guides
      • System Requirements
      • Acquire a Server
      • Validator Toolbox Setup
        • New Build
        • Existing Build
        • Additional Info
      • Manual Setup
      • Automated Setup (Deprecated)
    • Upgrade Guides
      • Node Upgrade (Toolbox)
      • Node Upgrade (Manual)
      • fn CLI Upgrade (Wallet)
    • Operational Guides
      • Emergency Recovery
      • Data Backup
      • CLI Staking
Powered by GitBook
On this page
  • Backup Keys​
  • Backup Critical Data​
  1. Validator Materials
  2. Operational Guides

Data Backup

PreviousEmergency RecoveryNextCLI Staking

Last updated 1 year ago

Backup Keys

First, you need to locate the data path of your node. It is /data/findora/mainnet or /data/findora/testnet, if the node is setup by the auto script.

export ROOT_DIR=< The data path of your node >

Second, please backup the two keys listed below for your validator node. You will need these keys to perform tasks such as moving your validator node to another host machine (e.g. when wanting to upgrade your server hardware).

Validator Key

${ROOT_DIR}/tendermint/config/priv_validator_key.json

This key manages the FRA tokens staked on the validator. Make sure you have the same validator address after the transfer. When upgrading your node hardware, place this file in the same directory structure on your new server.

Wallet Key

${ROOT_DIR}/node.mnemonic

This key controls the validator’s wallet. When recovering the node on a new server, you should skip the fn genkey for generating a new key. Instead, place this file in the same directory structure on your new server when upgrading your node hardware.

Backup Critical Data

Last, please back the following directory which stores critical data

${ROOT_DIR}/tendermint/config
​
​