Launching Gaia-8001
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
Additional peers if someone needs
We are online. Happy gaia-8001 everyone!
[email protected]:26656, [email protected]:26656
copy-paste to get genesis.json
curl https://raw.githubusercontent.com/cosmos/testnets/master/gaia-8001/genesis.json > $HOME/.gaiad/config/genesis.json
https://raw.githubusercontent.com/cosmos/testnets/master/gaia-8001/genesis.json
Sentry node
[email protected]:26656
Seed node
[email protected]:26656
can monitor the seed node like
http://22.ip-92-222-78.eu:26657/net_info
seed node b
[email protected]:26656
additionnal seed:
[email protected]:26656
my sentry nodes: “[email protected]:26656,[email protected]:26656” aws one c4.large and one t2.small instance.
before checkout to v0.24.1
git checkout – Gopkg.lock