Setting up Cosmovisor
What is Cosmovisor?
Setting up Cosmovisor
First, go and get Cosmovisor (recommended approach):
go get cosmossdk.io/tools/cosmovisor
# or, with go >= 1.15 you can do. This is the most common:
go install cosmossdk.io/tools/cosmovisor@latest
# If required you can target a specific version:
go install cosmossdk.io/tools/[email protected]which cosmovisorAdd environment variables to your shell
Set up folder structure
Set up Genesis binary
Set up systemd service
Start Cosmovisor
Last updated