Cosmovisor Setup
Install
go get github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor
# or, with go >= 1.15 you can do
go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@latest
# to target a specific version:
go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@v1.0.0which cosmovisor/home/<your-user>/go/bin/cosmovisorAdd environment variables to your shell
Set up folder structure
Set up genesis binary
Set up service
Start Cosmovisor
Last updated
