8000 docs(upgrades): update cosmovisor command by danburck · Pull Request #1053 · evmos/evmos · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

docs(upgrades): update cosmovisor command #1053

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
4 changes: 2 additions & 2 deletions docs/validators/upgrades/automated.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cp $GOPATH/bin/evmosd ~/.evmosd/cosmovisor/genesis/bin
To check that you did this correctly, ensure your versions of `cosmovisor` and `evmosd` are the same:

```bash
cosmovisor version
cosmovisor run version
evmosd version
```

Expand Down Expand Up @@ -106,7 +106,7 @@ echo "export DAEMON_ALLOW_DOWNLOAD_BINARIES=true" >> ~/.profile
Now that everything is setup and ready to go, you can start your node.

```bash
cosmovisor start
cosmovisor run start
```

You will need some way to keep the process always running. If you're on linux, you can do this by creating a service.
Expand Down
0