Skip to content

Instantly share code, notes, and snippets.

@iammelea
Created April 23, 2019 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iammelea/cad65cc9d7528e13683473edf2e066c1 to your computer and use it in GitHub Desktop.
Save iammelea/cad65cc9d7528e13683473edf2e066c1 to your computer and use it in GitHub Desktop.
cd $GOPATH/src/github.com/cosmos/cosmos-sdk
git fetch --all
git checkout v0.34.1; GO111MODULE=on; make install
gaiad version --long
#
cd
cd .gaiad/config
mv genesis.json hub1.genesis
wget https://raw.githubusercontent.com/cosmos/launch/master/genesis.json
gaiad unsafe-reset-all
gaiad start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment