evmos_9000-3 Testnet Archive

Manual

We use Ubuntu 20.04

Hardware requirements: at least 2TB disk space

Download evmosd binary:

sudo apt install -y wget unzip

wget https://archive.evmos.dev/evmos_9000-3/evmosd

chmod +x evmosd && sudo mv evmosd /usr/local/bin

mkdir ~/.evmosd ~/.evmosd/config

Download config files

wget -P ~/.evmosd/config https://archive.evmos.dev/evmos_9000-3/genesis.json

wget -P ~/.evmosd/config https://archive.evmos.dev/evmos_9000-3/app.toml

wget -P ~/.evmosd/config https://archive.evmos.dev/evmos_9000-3/config.toml

Download and extract the database

wget -P ~/.evmosd https://archive.evmos.dev/evmos_9000-3/data.zip && unzip ~/.evmosd/data.zip

It can take a long time, just wait.

Run Evmos node

evmosd start