Cosmovisor Sync
If you would like to use cosmovisor...
Prerequisites:
A Layer node machine configured like this.
Build and configure Cosmovisor
Clone the cosmos repo, change directory to
cosmos-sdk
Build cosmovisor with the command:
Add the following to the end of your
~/.bashrc
or~/.zshrc
file:
Use source ~/.bashrc
or source ~/.zshrc
to load the variables.
Once you have all of the binaries downloaded, initialize Cosmovisor and add all the upgrades. Change the file paths in the command to match the path to each binary exactly:
To start your node with cosmovisor managing upgrades:
Last updated