Stader - ETHx
  • Introduction
    • Explore ETHx
    • ETHx Tech blogs
    • ETHx Governance
  • Launch Incentives
    • ETHx Stakers
    • ETHx Node Operators
      • ETHx Boosted Commission
      • 13000 $SD top-up pool
      • $65000 Reward pool for AVADO user
  • ETHx Staking
    • Guides
    • FAQs
  • Node Operator
    • Staking on Ethereum
      • What is Ethereum staking?
      • ETH staking rewards and penalties
      • Solo-staking vs ETHx
    • Permissionless node operator
      • Responsibilities of a node operator
      • Pre-requisite
      • Node registration and adding validators
        • Step 1: Hardware and platform
          • DIY kit
          • Cloud services
          • VPS services
          • AVADO
          • Allnodes
        • Step 2: Download Stader node
        • Step 3: Install Stader node
        • Step 4: Configure Stader services
          • Step 4.1 Network selection
          • Step 4.2 ETH client configuration
          • Step 4.3 ETH1 - Execution client selection
          • Step 4.4 ETH2 - Consensus client selection
          • Step 4.5 Add a graffiti
          • Step 4.6 Add checkpoint URL
          • Step 4.7 Enable Doppelganger protection
          • Step 4.8 Add fallback clients
          • Step 4.9 Enable monitoring
          • Step 4.10 MEV Boost
          • Confirmation and configuration settings
        • Step 5: Execution and Consensus client sync
        • Step 6: Wallet setup
        • Step 7: Register your node on the Stader network
        • Step 8: Deposit SD collateral
        • Step 9: Deposit ETH bond
        • Validator States
      • ETHx rewards for permissionless node operators
        • Socializing Pool
        • SD rewards
        • Claim CL rewards
        • Claim EL and SD rewards
      • Node Monitoring
      • Node Migration
      • Validator exits and node termination
      • Latest update
      • CLI Command sheet
    • Permissioned node operator
      • Pre-requisite for permissioned node operators
      • Web3Signer setup guide
      • Node registration and adding validators
        • Step 1: Download Stader node
        • Step 2: Install Stader node
        • Step 3: Configure and start Stader services
        • Step 4: Wallet setup
        • Step 5: Set the fee recipient of your validator client to Stader socializing pool
        • Step 6: Check Docker and node status
        • Step 7: Operator address whitelisting
        • Step 8: Register you node on the Stader network
        • Step 9: Add validators to your node
        • Step 10: Check your node and validator status
      • ETHx rewards for permissioned node operators
        • Claim CL rewards
        • Claim EL rewards
      • Node Migration
      • Latest update
    • FAQs
  • Smart Contracts
  • Oracles
  • ETHx Security
    • Immunefi Bug Bounty
    • Audit Reports
    • Public Repositories
  • ETHx Integration
  • Connect with us
Powered by GitBook
On this page
  • Step 1: Download the latest permissionless Stader node CLI
  • Step 2: Install Stader node CLI
  • Step 3: Configure the node
  • Step 4: Node synchronization
  • Step 5: Recover your wallet
  • Step 6: Check your node and validator status
  1. Node Operator
  2. Permissionless node operator

Node Migration

PreviousNode MonitoringNextValidator exits and node termination

Last updated 1 year ago

In the event of a node crash or if you intend to move it to a new system or instance, you can perform a smooth migration by following these steps:

Step 1: Download the latest permissionless Stader node CLI

  • Visit the following link to download the latest version of Stader node CLI for permissionless node operators:

Step 2: Install Stader node CLI

  • After downloading the latest version of Stader node CLI, follow the provided instructions to install it by visiting the following link:

Step 3: Configure the node

  • Configure your installed Stader node by following the provided steps on this link:

Step 4: Node synchronization

  • Once your Stader node configuration is complete, your ETH clients will begin syncing. This process may take some time as it involves syncing both the ETH1.0 and ETH2.0 chains. Please be patient and wait for the sync to complete. You can check the sync status using the command: ~/bin/stader-cli node sync

  • The estimated time for synchronization is around 3-4 days without a checkpoint URL and around 1-2 days with a checkpoint URL on the Mainnet.

Step 5: Recover your wallet

  • Once the node is fully synced you can recover your node and validators using the wallet recover command : ~/bin/stader-cli wallet recover

  • Enter your password and the wallet mnemonic to recover your wallet (Node and Validators)

Step 6: Check your node and validator status

  • To check the status of your recovered node, using the following command: ~/bin/stader-cli node status

  • To check the status of your recovered valdiator, using the following command: ~/bin/stader-cli validator status

Download Stader node
Install Stader node
Configure Stader services