updated links to gaia-4000 in README

This commit is contained in:
Federico Kunze 2018-04-23 15:41:18 -03:00
parent 7c1efcf04c
commit 6d7a408bbb
1 changed files with 2 additions and 2 deletions

View File

@ -81,9 +81,9 @@ You can find the corresponding genesis files [here](https://github.com/tendermin
```
rm $HOME/.gaiad/config/genesis.json $HOME/.gaiad/config/config.toml $HOME/.gaiad/config/addrbook.json
wget -O $HOME/.gaiad/config/genesis.json https://raw.githubusercontent.com/tendermint/testnets/master/gaia-4000/gaia/genesis.json
wget -O $HOME/.gaiad/config/genesis.json https://raw.githubusercontent.com/cosmos/testnet/master/gaia-4000/genesis.json
wget -O $HOME/.gaiad/config/config.toml https://raw.githubusercontent.com/tendermint/testnets/master/gaia-4000/gaia/config.toml
wget -O $HOME/.gaiad/config/config.toml https://raw.githubusercontent.com/cosmos/testnet/master/gaia-4000/config.toml
```
Lastly change the `moniker` string in the`config.toml`to identify your node.