- Locating the correct repository and version of the node binary compatible with your target network
- Either cloning and building the source code or downloading a pre-built binary from the release page
- Configuring the node with appropriate
config.tomlandapp.tomlfiles, which involves:- Setting correct values for
seeds,persistent_peers, andpruning - Navigating through numerous other parameters that rarely need modification
- Setting correct values for
- Finding and implementing the correct genesis file to sync with the network
- Setting up cosmovisor for automatic updates or manually maintaining the node binary
Initialize Your Node
weave initia start.
Available Flags
string
default:"~/.initia"
The directory to store the node’s data and configuration files.
Running Your Node
- Start
- Stop
- Restart
- View logs