Created
April 23, 2019 12:20
-
-
Save iammelea/cad65cc9d7528e13683473edf2e066c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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