Skip to content

Commit

Permalink
cosmovisor.md file refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
valli0x committed Oct 14, 2024
1 parent 6238be2 commit 074cba5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/cosmovisor/COSMOVISOR.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@ Cosmovisor is necessary for automatic node updates. Cosmovisor [docs](https://do

```bash
go install cosmossdk.io/tools/cosmovisor/cmd/[email protected]
```

```bash
cosmovisor version
```

Set the required environment variables:

1. export DAEMON_NAME=galacticad
2. export DAEMON_HOME=$HOME/.galactica
3. export DAEMON_ALLOW_DOWNLOAD_BINARIES=true
4. export UNSAFE_SKIP_BACKUP=true
* export DAEMON_NAME=galacticad (the name of the galactica binary)
* export DAEMON_HOME=$HOME/.galactica (home directory)
* export DAEMON_ALLOW_DOWNLOAD_BINARIES=true (enable auto-downloading of new binaries)
* export UNSAFE_SKIP_BACKUP=true (upgrades directly without performing a backup)

## Initialization cosmosvisor:

Expand Down

0 comments on commit 074cba5

Please sign in to comment.