Skip to content

Commit

Permalink
Merge pull request #798 from EmpowerPlastic/circulus-readme
Browse files Browse the repository at this point in the history
genesis launch readme
  • Loading branch information
gjermundgaraba authored May 31, 2023
2 parents 8caea77 + 422482a commit 1ff234c
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion testnets/circulus-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,20 @@ Make sure you also do a rename of the file when copying or before submitting the

## Genesis launch

TODO
**Check genesis**
```bash
sha256sum $HOME/.empowerchain/config/genesis.json
Result: f01a9b70ac51d919091ad48465100d1f770c1c3788a322e4fa49549d5c3041de
```

**Set minimum gas price**
```bash
sed -i.bak -e "s/^minimum-gas-prices *=.*/minimum-gas-prices = \"0.025umpwr\"/" $HOME/.empowerchain/config/app.toml
```

**Seeds and peers**
```bash
seeds="[email protected]:26656"
peers="[email protected]:26656,[email protected]:26656,[email protected]:27656,[email protected]:26656,[email protected]:26656"
sed -i -e 's|^seeds *=.*|seeds = "'$seeds'"|; s|^persistent_peers *=.*|persistent_peers = "'$peers'"|' $HOME/.empowerchain/config/config.toml
```

0 comments on commit 1ff234c

Please sign in to comment.