9/13/2025
evmos
wget https://github.com/evmos/evmos/releases/download/v20.0.0/evmos_20.0.0_Linux_amd64.tar.gz
tar -zxvf evmos_20.0.0_Linux_amd64.tar.gz
cp ./bin/evmosd /usr/local/bin/
wget https://raw.githubusercontent.com/evmos/evmos/refs/heads/main/local_node.sh
chmod +x local_node.sh
wget https://go.dev/dl/go1.22.8.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.22.8.linux-amd64.tar.gz
echo 'export PATH=$PATH:/usr/local/go/bin' >> ~/.bashrc
echo 'export GOROOT=/usr/local/go' >> ~/.bashrc
echo 'export GOPATH=$HOME/go' >> ~/.bashrc
source ~/.bashrc
apt update
apt install --reinstall jq git build-essential
git clone https://github.com/evmos/evmos.git
#git clone -b v20.0.0 https://github.com/evmos/evmos.git .
cd evmos
make install
cp /root/go/bin/evmosd /usr/local/bin/