Skip to content

Commit

Permalink
Update run.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evmychan authored Feb 26, 2022
1 parent 5a9f6bb commit 75c3f5c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion run.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ have to manually pass in the chain-id flag for every CLI command.
evmosd config chain-id evmos_9001-1
```

---

# IGNORE EVERYTHING BELOW THIS LINE FOR NOW
# COME BACK AFTER THE GENESIS FILE IS READY


### Install and setup Cosmovisor

We highly recommend validators use cosmovisor to run their nodes. This will make low-downtime upgrades smoother,
Expand Down Expand Up @@ -126,7 +132,7 @@ cp $GOPATH/bin/evmosd ~/.evmosd/cosmovisor/genesis/bin
You can now download the "genesis" file for the chain. It is pre-filled with the entire genesis state and gentxs.

```sh
curl https://raw.githubusercontent.com/tharsis/testnets/main/olympus_mons/genesis.json > ~/.evmosd/config/genesis.json
curl https://raw.githubusercontent.com/tharsis/network/main/genesis.json > ~/.evmosd/config/genesis.json
```

We recommend using `sha256sum` to check the hash of the genesis.
Expand Down

0 comments on commit 75c3f5c

Please sign in to comment.