Cedra Node Installation Guide
The Cedra Node is the core component for running a validator or full node on the Cedra blockchain network. It enables you to participate in consensus, validate transactions, and maintain a copy of the blockchain state.
Before installing the Cedra Node, make sure you have:
- ✅ A compatible operating system (Linux, macOS, or Windows)
- ✅ Sufficient disk space for blockchain data
- ✅ Stable internet connection
Installation
Download from GitHub Releases
This guide covers Cedra Node v1.0.1, the latest stable release.
-
Visit the Cedra Node v1.0.1 release page: https://github.com/cedra-labs/cedra-network/releases/tag/cedra-node-v1.0.1
-
In the Assets section, download the appropriate binary for your platform:
OS | Architecture | File name |
---|---|---|
Linux | x86_64 | cedra-node-1.0.1-Linux-x86_64.zip |
Linux | aarch64 | cedra-node-1.0.1-Linux-aarch64.zip |
macOS | x86_64 | cedra-node-1.0.1-macOS-x86_64.zip |
macOS | arm64 (Apple Silicon) | cedra-node-1.0.1-macOS-arm64.zip |
Ubuntu 22.04 | x86_64 | cedra-node-1.0.1-Ubuntu-22.04-x86_64.zip |
Ubuntu 24.04 | x86_64 | cedra-node-1.0.1-Ubuntu-24.04-x86_64.zip |
Windows | x86_64 | cedra-node-1.0.1-Windows-x86_64.zip |
- Extract the archive and run the command:
./cedra-node --version
On macOS, you may need to approve the binary in System Settings: System Settings → Privacy & Security → "Open Anyway"
What's next?
After installing the Cedra Node binary, proceed with one of these paths:
Run a Full Node
- System Requirements - Check hardware and network specifications
- Full Node Setup - Configure and run a public full node to help distribute blockchain data
Become a Validator
- System Requirements - Ensure your hardware meets validator specifications
- Validator Setup - Initial validator configuration and key generation
- Stake Pool Management - Run a validator with direct staking (100,000 CEDRA minimum)
- Delegation Pool Setup - Run a validator with community delegation (10,000 CEDRA minimum)
To become a validator, you must submit an application: Validator Application Form