Installation
🖥️System Requirements - OS: Linux - CPU: 4 Core(s) - Memory: 16GB - Storage: 1TB
Install dependencies
Install GO
Install with Cosmovisor
ADVANCED ROUTE
Cosmosvisor is a process manager for Cosmos SDK application binaries that monitors the governance module for incoming chain upgrade proposals. If a proposal is approved, cosmosvisor can automatically download the new binary, stop the current one, switch to the new binary, and restart the node with the new binary.
Download and build binaries
Clone Initia repo and build initiad v0.2.14
Build binaries
Prepare binaries for Cosmovisor
Create symlinks
Download and install Cosmovisor
Run node
Create service
Last updated