Install & Run
Steps every full node operator follows, regardless of role. Work through them in order:
- 🖥️ Server Setup: provision a host meeting the requirements.
- ⚙️ Hub Setup: install the Go toolchain, open the gossip port, and build the
sentinelhubbinary (skip if using Docker). - 🔧 Hub Configuration: load the genesis file and edit
config.toml/app.toml. This is where the node specializes for Validator or RPC/API. - 🧩 System Unit File: choose between
sentinelhub.serviceandcosmovisor.serviceand enable it. - ▶️ Run the Full Node: start the daemon and verify sync.
- 🐳 Docker: alternative install method if you prefer containers.
- Chain Upgrade: how to handle binary upgrades.
Once your node is synced, branch into your role: