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
  • Full Consensus Node
  • Lite Consensus Node (beta)

Was this helpful?

  1. Become a Validator

Set up validator node

Full Consensus Node

Instructions relating to running a validator node on the Mainnet are mostly identical or highly similar than those for the Testnet. Here's how you can install a node on Linux.

mkdir -p mainnet/config
cd mainnet
wget https://raw.githubusercontent.com/Taraxa-project/taraxa-ops/master/taraxa_compose_mainnet/docker-compose.yml
docker-compose up -d
docker-compose logs

Because the Taraxa network state has gotten very large, it takes quite a long time to sync. An alternative is to sync from a snapshot, which will drastically cut down on the amount of syncing time and can get your node up & running much more quickly.

>> Latest snapshots <<

Lite Consensus Node (beta)

You could also choose to run a lite-version of the consensus nodes, with ~90% SSD savings. It operates exactly the same as a full node, but prunes most of the historical states, keeping just a few recent Periods.

Please follow the instructions on light consensus nodes.

Lite node requires pruning, and you need to restart your lite node for pruning to start. It's recommended to set up a script to periodically restart the lite node to keep disk space usage to a mininum.

Because the Taraxa network state has gotten very large, it takes quite a long time to sync. An alternative is to sync from a snapshot, which will drastically cut down on the amount of syncing time and can get your node up & running much more quickly.

>> Latest snapshots <<

PreviousBecome a ValidatorNextConsensus node hardware requirements

Last updated 2 months ago

Was this helpful?

ðŸŒą
⚙ïļ