From f74fe3fa2d5d14a2c5e8f834b8d31e46572d7ecb Mon Sep 17 00:00:00 2001 From: Billy Yang Date: Mon, 16 Oct 2023 10:17:07 -0600 Subject: [PATCH] update cosmovisor documentation --- docs/validators/cosmovisor.mdx | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docs/validators/cosmovisor.mdx b/docs/validators/cosmovisor.mdx index 044e6db3..99194842 100644 --- a/docs/validators/cosmovisor.mdx +++ b/docs/validators/cosmovisor.mdx @@ -8,24 +8,8 @@ title: Setting up Cosmovisor # Setting up Cosmovisor -Cosmovisor is an optional process supervisor for ZetaChain. It is a wrapper -around the `zetacored` binary that allows for automatic restarts automatic -upgrades of the ZetaChain binary. It is a fork of the -[CosmosVisor](https://docs.cosmos.network/main/tooling/cosmovisor) tool. - -You can use a prebuilt `Cosmovisor` binary or build it yourself from source. - ## Installing Cosmovisor -### Building From Source - -You need to have Go 1.19 and other dependencies first but those are outside the -scope of this document. If you are uncomfortable building the binary from source -code we recommend using a prebuilt binary as shown in the next step. - -You can build from source by cloning the repository and running the following -commands. - ``` go install cosmossdk.io/tools/cosmovisor/cmd/cosmovisor@v1.5.0 mv $GOPATH/bin/zetavisor /usr/local/bin/cosmovisor