update peers (#656)

* update peers

* update chainid in cmd
This commit is contained in:
Daniel Choi 2020-12-11 11:55:31 -08:00 committed by GitHub
parent 8f3016cfc4
commit c1a233b6c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ Follow this [link](https://gist.github.com/araskachoi/43f86f3edff23729b817e8b0bb
4. Add peers: 4. Add peers:
Edit the file located in ~/.ethermintd/config/config.toml and edit line 350 (persistent_peers) to the following; Edit the file located in ~/.ethermintd/config/config.toml and edit line 350 (persistent_peers) to the following;
``` ```
"aad1e55aa61b9142e57db756b398bb769ec4132a@54.210.246.165: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,5fa7d4550b57298b059d1dd8af01829482e7d097@54.210.246.165:26656"
``` ```
5. Validate genesis and start the Ethermint network: 5. Validate genesis and start the Ethermint network:
@ -40,7 +40,7 @@ ethermintd start --pruning=nothing --rpc.unsafe --log_level "main:info,state:inf
6. Start the RPC server: 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. where `$KEY` is the key name that was used in step 2.
(we recommend running the command in the background for convenience) (we recommend running the command in the background for convenience)