Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rigelrozanski/306364f86e9a2918ebde19df9fdb78dc to your computer and use it in GitHub Desktop.
Save rigelrozanski/306364f86e9a2918ebde19df9fdb78dc to your computer and use it in GitHub Desktop.
gaia-5000 testnet setup
rm -rf $GOPATH/src/github.com/cosmos/testnets/
rm -rf $HOME/.gaiad/config/gentx
mkdir $HOME/.gaiad/config/gentx
go get github.com/cosmos/testnets
cp -a $GOPATH/src/github.com/cosmos/testnets/gaia-5000/. $HOME/.gaiad/config/gentx
gaiad unsafe_reset_all
gaiad init --gen-txs -o --chain-id=gaia-5000
gaiad start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment