Taraxa Project
WebsiteExplorerCommunity Site
  • 👋Welcome!
  • ðŸ’ĩWallet
    • Metamask
    • Ledger
    • Taraxa's Network Connection Details
  • ðŸŒąBecome a Validator
    • ⚙ïļSet up validator node
    • ðŸ–ĨïļConsensus node hardware requirements
    • ðŸšĐRegister node via community site
    • ⛓ïļRegister node directly on-chain
    • ðŸ“ĢSolicit delegation
    • 🛠ïļNode upgrade & reset
  • 💰Staking
    • 💧Liquid Staking
    • ðŸšĐStaking via community site
    • ⛓ïļStaking directly on-chain
  • 🌉Ficus Root Bridge
    • ↔ïļBridge usage guide
    • 📜On-chain contracts
    • 🔎Audit Report
  • ðŸ’ĨTaraxa Grant Program
  • Develop on Taraxa
    • 🚀Start building on Taraxa!
    • 🔗Connecting to Taraxa
    • 📓Smart Contracts
      • Remix
    • ⚒ïļCommon frameworks & Examples
    • 💧Testnet faucet
    • ðŸ”ĐTaraxa RPC Specs
  • Node Operations
    • ⚙ïļDeploy A Node
      • Digital Ocean
      • AWS
      • Alibaba Cloud
      • Scaleway
      • Vultr
      • Linode
      • Azure
      • Hetzner
      • GitHub is blocked
    • ðŸŠķLite Consensus Node (beta)
    • ⏚ïļUpgrade a Node
      • ⮆ïļUpgrade Node
      • 🔁Reset Node
    • 🔀Syncing From Snapshot
    • 📎Node's Public Address
    • 🗝ïļNode's VRF Key
    • 📒Node Proof of Ownership
    • ❓Node Operations FAQ
    • ðŸ”ĒNode Release Notes
    • ⚙ïļInstall A Local Node
      • Windows
      • Mac
      • Linux
      • Digital Ocean
      • AWS
      • Alibaba Cloud
      • Scaleway
      • Vultr
      • Linode
      • Azure
      • Hetzner
      • GitHub is blocked
  • FAQ
    • 1ïļ1ïļ Layer-1 Tech
    • 🊙TARA Token
    • ðŸŒąMainnet
    • 🔁Exchange Integration
  • Whitepaper
    • Abstract
    • Intro: Scaling the World
    • Taraxa Architecture
    • Economic Model
    • Governance
    • Further Reading
  • NATIVE TOKEN CONVERSION
    • ðŸ’ĄIntroduction
    • 🗓ïļConversion Status
    • ❓Conversion FAQ
    • ⚗ïļMock Conversion
    • 📋Exchange Submission
  • Governance
    • â„đïļIntroduction
    • ⚡Voting Guide
Powered by GitBook
On this page
  • The instructions below are for Full Taraxa nodes. Here are the instructions for Lite Taraxa nodes.
  • 1. Node Upgrade
  • 2. Node Reset

Was this helpful?

  1. Become a Validator

Node upgrade & reset

The instructions below are for Full Taraxa nodes. Here are the instructions for Lite Taraxa nodes.

1. Node Upgrade

The development team will release regular technical updates. To update the node please run the following commands in the mainnet directory:

wget -O docker-compose-new.yml https://raw.githubusercontent.com/Taraxa-project/taraxa-ops/master/taraxa_compose_mainnet/docker-compose.yml && mv docker-compose-new.yml docker-compose.yml
sudo docker-compose down
sudo docker-compose pull
sudo docker-compose up -d
sudo docker-compose logs -f

2. Node Reset

The mainnet as a network will never be reset. However, sometimes your individual node's state may have been corrupted - e.g., you were too late to a major upgrade, then you might want to reset your node and re-index.

cd ~/taraxa-ops-master/taraxa_compose
wget -O docker-compose-new.yml https://raw.githubusercontent.com/Taraxa-project/taraxa-ops/master/taraxa_compose_mainnet/docker-compose.yml && mv docker-compose-new.yml docker-compose.yml
sudo docker-compose down -v
sudo docker-compose pull
rm -f config/mainnet.json
sudo docker-compose up -d
sudo docker-compose logs -f

PreviousSolicit delegationNextStaking

Last updated 4 months ago

Was this helpful?

ðŸŒą
🛠ïļ