mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
566 B
566 B
Validator Upgrade
These are some guidelines to upgrade to a new testnet if you where validating on a previous one.
-
Stop the current validator.
-
Remove the old config.
rm -r $HOME/.kvd rm -r $HOME/.kvcli
-
Get the latest code.
cd $GOPATH/src/github.com/kava-labs/kava git pull
-
Get the latest dependencies.
dep ensure -vendor-only
-
Install.
go install ./cmd/kvd go install ./cmd/kvcli
-
Follow the installation instructions for running a full node and becoming a validator.