Gaia-8001 is launching on August 21st.
Here is the upgrade procedure.
cd $GOPATH/src/github.com/cosmos/cosmos-sdk
gaiad unsafe_reset_all
git fetch --tags
git checkout v0.24.1
rm Gopkg.lock
make get_vendor_deps && make install
gaiad version
0.24.1-2c6ed0fe
if you get following error on gaiad unsafe_reset_all
Error reading PrivValidator from /cosmos/.gaiad/config/priv_validator.json: json: cannot unmarshal object into Go value of type []uint8
Checkout v0.23.1
and make
and start over
download the genesis file https://raw.githubusercontent.com/cosmos/testnets/master/gaia-8001/genesis.json
Copy it to $HOME/.gaiad/config/genesis.json
put the following seeds in $HOME/.gaiad/config/config.toml
seeds = "7c8b8fd03577cd4817f5be1f03d506f879df98d8@gaia-seed1.interblock.io:26656, a28737ff02391a6e00a1d3b79befd57e68e8264c@gaia-seed2.interblock.io:26656, 987ffd26640cd03d08ed7e53b24dfaa7956e612d@gaia-seed3.interblock.io:26656,837ab35ee80e6882da08ab6244ef27538e73aedd@gaia-seed4.interblock.io:26656"
gaiad start