# Joining Chainsafe's Public Testnet
This document outlines the steps to join the public testnet hosted by Chainsafe.
# Steps
Install the Ethermint binaries (ethermintd & ethermint cli)
Create an Ethermint account
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
Validate genesis and start the Ethermint network
(we recommend running the command in the background for convenience)
Start the RPC server
where
$KEY
is the key name that was used in step 2. (we recommend running the command in the background for convenience)Request funds from the faucet
You will need to know the Ethereum hex address, and it can be found with the following command:
Using the output of the above command, you will then send the command with your valid Ethereum address
# Public Testnet Node RPC Endpoints
- Node0:
54.210.246.165:8545
- Node1:
3.86.104.251:8545
- Node2:
18.204.206.179:8545
example: