Skip to main content

Upgrade

Chain ID: humans_1089-1 | Current Node Version: v1.0.0

Clone Humans repository

cd $HOME
rm -rf humansdotai
git clone https://github.com/humansdotai.git
cd humansdotai
git checkout v1.0.0

Build binaries

make build

Prepare binaries for Cosmovisor

mkdir -p ~/.humansd/cosmovisor/upgrades/v1.0.0/bin
mv build/humansd ~/.humansd/cosmovisor/upgrades/v1.0.0/bin/
rm -rf build

Without Cosmovisor

Clone Humans repository

cd $HOME
rm -rf humansdotai
git clone https://github.com/humansdotai.git
cd humansdotai
git checkout v1.0.0

Build binaries

make install

Restart node and check logs

sudo systemctl restart humansd && sudo journalctl -u humansd -f --no-hostname -o cat