Initial System Setup
Initial setup prior to installing binary
Update System and Install Build Tools
Install Go
Go 1.19+ is required. We will use Go v1.19.3
as example here. . The code below also cleanly removes any previous Go installation.
Configure Go
Unless you want to configure in a non-standard way, then set these in the ~/.profile
file.
Install Cosmovisor
We will use Cosmovisor v1.0.0
as example here.
Last updated