Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

update peers #656

Merged
merged 2 commits into from
Dec 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guides/join_network.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Follow this [link](https://gist.github.com/araskachoi/43f86f3edff23729b817e8b0bb
4. Add peers:
Edit the file located in ~/.ethermintd/config/config.toml and edit line 350 (persistent_peers) to the following;
```
"[email protected]:26656,519613343d7d0773fb99da6fffca858d8df33cd4@18.204.206.179:26656,64ffe6743666b0e186638013117f164c5cf16d21@3.86.104.251:26656"
"7678d52de4a724e468e503a7743664d12a78b5b0@18.204.206.179:26656,c62fadc76b7fa1ab25669b64fdc00c8d8d422bd0@3.86.104.251:26656,[email protected]:26656"
```

5. Validate genesis and start the Ethermint network:
Expand All @@ -40,7 +40,7 @@ ethermintd start --pruning=nothing --rpc.unsafe --log_level "main:info,state:inf

6. Start the RPC server:
```
ethermintcli rest-server --laddr "tcp://localhost:8545" --unlock-key $KEY --chain-id etherminttestnet-1 --trace
ethermintcli rest-server --laddr "tcp://localhost:8545" --unlock-key $KEY --chain-id etherminttestnet-777 --trace
```
where `$KEY` is the key name that was used in step 2.
(we recommend running the command in the background for convenience)
Expand Down