zaki
August 21, 2018, 5:47pm
1
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
4 Likes
Additional peers if someone needs We are online. Happy gaia-8001 everyone!
525983b3b336404d98b3a3093ff44aa534517216@18.191.157.139:26656, 8894561f32c2a8b99f02a14346d00d3d03395df7@18.222.164.161:26656
3 Likes
copy-paste to get genesis.json
curl https://raw.githubusercontent.com/cosmos/testnets/master/gaia-8001/genesis.json > $HOME/.gaiad/config/genesis.json
2 Likes
Sentry node
3dcdc642f35ba4a93747189ebb723c7d1dca98f0@158.69.220.201:26656
Seed node
31d4e17935ced11d83686716077517b40950e45a@22.ip-92-222-78.eu:26656
can monitor the seed node like
http://22.ip-92-222-78.eu:26657/net_info
seed node b
b7d8678daa644eba28174a9fec26577b7044a7f6@54.36.163.150:26656
1 Like
additionnal seed:
f00347e8ebddb28e14289a2d2bb42e5b0a78cc76@159.100.245.53:26656
1 Like
my sentry nodes: “437203a1e841b852c0e77ed1b3f22e4ea0c695a0@sentry01.livedata.io:26656,921f6064d6b84caa3a916bfa83c8165ad4712e32@sentry02.livedata.io:26656” aws one c4.large and one t2.small instance.
before checkout to v0.24.1
git checkout – Gopkg.lock