diff --git a/docs/validate/mainnet.mdx b/docs/validate/mainnet.mdx index 2fc2e09..33e0ca5 100644 --- a/docs/validate/mainnet.mdx +++ b/docs/validate/mainnet.mdx @@ -121,22 +121,7 @@ For more information on seeds and peers, you can the Tendermint [P2P documentati We can set the [`persistent_peers`](https://docs.tendermint.com/v0.34/tendermint-core/using-tendermint.html#persistent-peer) field in `~/.evmosd/config/config.toml` to specify peers that your node will maintain persistent -connections with. You can retrieve them from the list of -available peers on the [`mainnet`](https://github.com/evmos/mainnet) repo. - -A list of available persistent peers is also available in the `#find-peers` channel in the [Evmos Discord](https://discord.gg/evmos). -You can get a random 10 entries from the `peers.txt` file in the `PEERS` variable by running -the following command: - -```bash -PEERS=`curl -sL https://raw.githubusercontent.com/evmos/mainnet/main/evmos_9001-2/peers.txt | sort -R | head -n 10 | awk '{print $1}' | paste -s -d, -` -``` - -Use `sed` to include them into the configuration. You can also add them manually: - -```bash -sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" ~/.evmosd/config/config.toml -``` +connections with. ## Run a Mainnet Validator