f7bcc8d12e
* docs: update * update + * txs * update docs * more docs * spec update * doc fixes
1.0 KiB
1.0 KiB
Joining a Testnet
This document outlines the steps to join an existing testnet
Steps
-
Install the Ethermint binary ethermintd
go install https://github.com/tharsis/ethermint
-
Create an Ethermint account
ethermintd keys add <keyname>
-
Copy genesis file
Follow this link and copy it over to the directory ~/.ethermintd/config/genesis.json
-
Add peers
Edit the file located in ~/.ethermintd/config/config.toml and edit line 350 (persistent_peers) to the following
"05aa6587f07a0c6a9a8213f0138c4a76d476418a@18.204.206.179:26656,13d4a1c16d1f427988b7c499b6d150726aaf3aa0@3.86.104.251:26656,a00db749fa51e485c8376276d29d599258052f3e@54.210.246.165:26656"
-
Validate genesis and start the Ethermint network
ethermintd validate-genesis ethermintd start --pruning=nothing --rpc.unsafe --log_level "main:info,state:info,mempool:info" --trace