minor docs fixes

This commit is contained in:
rhuairahrighairigh 2018-10-03 18:57:48 -04:00
parent 16bb948009
commit 88ef5117b4
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,6 @@ Then, with your full node running in the background or separate window, run:
kvcli stake create-validator \
--amount 900KVA \
--pubkey <you validator pubkey from above> \
--address-validator <your address from above> \
--moniker "<your name>" \
--from <your name> \
--gas 1000000
@ -105,7 +104,6 @@ Running a validator requires that you keep validating blocks. If you stop, your
In order to stop validating, first remove yourself as validator, then you can stop your node.
kvcli stake unbond begin \
--address-delegator <your address> \
--address-validator <your address> \
--shares-percent 1 \
--from <your name> \

View File

@ -3,6 +3,8 @@
These are some guidelines to upgrade to a new testnet if you where validating on a previous one.
1. Stop the current validator.
1. Get the latest code.
cd $GOPATH/src/github.com/kava-labs/kava