Running a Node
Help decentralize the Tribe network by hosting your own Hub and Ephemeral Rollup Sequencer.
System Requirements
Standard Node
2 vCPU, 4GB RAM, 20GB SSD. Ideal for Raspberry Pi or Mac Mini.
Full Hub + ER
4 vCPU, 8GB RAM, 100GB SSD. Recommended for Seed Nodes.
Quick Install (macOS)
brew tap chaalpritam/tribe brew install --HEAD tribe tribe start
CLI Commands
tribe statusCheck the status of all running servicestribe logs [svc]Tail logs for hub, er-server, or apptribe peersList all connected Hub peerstribe sharePrint URLs for cross-device developmenttribe backupCreate a snapshot of all node dataSecurity Best Practices
- Keep your server wallet funded with a small amount of SOL for settlement.
- Expose only port 4000 (Hub) and 3003 (ER) to the public internet.
- Use a dedicated SSD for PostgreSQL to ensure high I/O performance.
← Hub API
Documentation Complete