- 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.toml
andapp.toml
files, 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
The directory to store the node’s data and configuration files.