Skip to content

Commit

Permalink
seed->seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Jun 11, 2018
1 parent cfa2ba8 commit 4dcf41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/gaia/testnets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ cp -a cmd/gaia/testnets/gaia-6001/genesis.json $HOME/.gaiad/config/genesis.json
gaiad unsafe_reset_all
```

Add a seed node by changing `seed = ""` in `$HOME/.gaiad/config/config.toml` to
Add a seed node by changing `seeds = ""` in `$HOME/.gaiad/config/config.toml` to

```
seed = "38aa9bec3998f12ae9088b21a2d910d19d565c27@gaia-6001.coinculture.net:46656,[email protected]:46656,[email protected]:46656,[email protected]:46656"
seeds = "38aa9bec3998f12ae9088b21a2d910d19d565c27@gaia-6001.coinculture.net:46656,[email protected]:46656,[email protected]:46656,[email protected]:46656"
```

Lastly change the `moniker` string in the `$HOME/.gaiad/config/config.toml`to identify your node.
Expand Down

1 comment on commit 4dcf41d

@iammelea
Copy link

@iammelea iammelea commented on 4dcf41d Jun 12, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add to README
(step) gaiad init --name

Please sign in to comment.