RPC/API Nodes
Validator Nodes
Statesync Nodes
Archive Nodes
Network Versions
Hardware Requirements
| Component | Required |
|---|---|
| CPU | 16 cores (Intel Xeon/Core i7/i9 or AMD Epyc/Ryzen) |
| RAM | 256 GB DDR5 or better |
| Storage | 2 TB NVMe SSD (high IOPS required) |
| Network | 2 Gbps with low latency |
Installation & Setup Steps
Environment Setup
System Preparation
1. Update and Upgrade System
2. Install Essential Packages
3. Synchronize System Time
Install Go
Suggested Version: Go 1.24.x (required for seid v6.3+)Installation Steps
Install Sei
Install Sei Binary
Alternative: Docker Image
Alternative: Docker Image
command not found: seid, you may need to set your GOPATH environment variable.Add the following to your ~/.bashrc or ~/.zshrc:source ~/.bashrc or source ~/.zshrc.For more information see here.Initialize Chain Files
--mode validator or --mode seed so RPC and P2P bind to localhost only. See the Validator Operations Guide for the full validator init example.- mainnet (pacific-1):
- testnet (atlantic-2):
Configure App Settings
ss-keep-recent = 0 withAdvanced Configuration
Advanced Configuration
Archive Node Setup
An archive node maintains the complete historical record of the chain. This requires disabling state sync and starting with a pre-existing database using a “snapshot”.1. Disable State Sync — In $HOME/.sei/config/config.toml , modify the [statesync] section:Mempool Configuration
For optimal transaction handling and resource management, it is recommended to update the mempool settings in yourconfig.toml file.Run Node
Setting Up a systemd Service
panic: recovered: runtime error: integer divide by zero it means you can’t start nodes straight from the genesis file. Instead, sync to the block tip via state sync or using a snapshot.Monitoring & Troubleshooting
Check your node’s status with these commands:Sync Issues
- Verify sufficient disk space
- Ensure stable network connectivity
- Confirm system time is synchronized
- Consider using state sync for initial setup
Performance Problems
- Monitor system resources (CPU, RAM, I/O)
- Evaluate disk performance and network bandwidth
- Adjust mempool and peer settings if needed
Node Resources
Node Setup
Node Operations Guide
Validator Operations Guide
Default Configurations
app.toml, config.toml, and client.toml shipped by the latest seid release.