Minor README fixes

This commit is contained in:
Dev Ojha 2018-06-07 20:46:09 -07:00 committed by GitHub
parent fb9bf5b085
commit a665fcfad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -90,11 +90,11 @@ Clone the testnet repo.
git clone https://github.com/cosmos/testnets
mkdir -p $HOME/.gaiad/config
cp -a testnets/gaia-6001/genesis.json $HOME/.gaiad/config/genesis.json
cp -a testnets/gaia-6000/genesis.json $HOME/.gaiad/config/genesis.json
gaiad unsafe_reset_all
```
Add a seed node by changing `seed = ""` in `config.toml` to `seed = "80a35a46ce09cfb31ee220c8141a25e73e0b239b@35.198.166.171:46656`.
Add a seed node by changing `seed = ""` in `config.toml` to `seed = "80a35a46ce09cfb31ee220c8141a25e73e0b239b@35.198.166.171:46656"`.
Lastly change the `moniker` string in the`config.toml`to identify your node.