Skip to content

Instantly share code, notes, and snippets.

@iammelea
Last active June 13, 2018 19:28
Show Gist options
  • Save iammelea/9ecf96bd7384cc02d0d07aebfc142506 to your computer and use it in GitHub Desktop.
Save iammelea/9ecf96bd7384cc02d0d07aebfc142506 to your computer and use it in GitHub Desktop.
Upgrading gaia-6002 path Zaki
Upgrade to gaia-6002
Official here
https://github.com/cosmos/cosmos-sdk/tree/master/cmd/gaia/testnets#upgrading-from-previous-testnet
Stop gaiad
rm $HOME/.gaiad/config/addrbook.json $HOME/.gaiad/config/genesis.json
gaiad unsafe_reset_all
cd $GOPATH/src/github.com/cosmos/cosmos-sdk
or
cd go/src/github.com/cosmos/cosmos-sdk
git fetch --all
git checkout v0.19.0
make update_tools
make get_vendor_deps
make install
gaiad version
0.19.0-c671181
gaiacli version
0.19.0-c671181
cd
cp -a go/src/github.com/cosmos/cosmos-sdk/cmd/gaia/testnets/gaia-6002/genesis.json $HOME/.gaiad/config/genesis.json
sudo vi $HOME/.gaiad/config/config.toml
Persistents peers:
"38aa9bec3998f12ae9088b21a2d910d19d565c27@gaia-6002.coinculture.net:46656,[email protected]:46656,[email protected]:46656,[email protected]:46656,[email protected]:46656,[email protected]:46656,[email protected]:46656,[email protected]:46656,[email protected]:46656,[email protected]:46656"
Pex: True
Seed: false
safe file
gaiad start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment