Update validator-stake.md (#5922)

* Update validator-stake.md

* Update validator-stake.md
This commit is contained in:
Rob Walker 2019-09-16 21:54:44 -07:00 committed by GitHub
parent f10438d530
commit 5c4c562a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -24,7 +24,9 @@ $ solana redeem-vote-credits ~/validator-config/stake-keypair.json ~/validator-v
```
The rewards lamports earned are split between your stake account and the vote account according to the
commission rate set in the vote account.
commission rate set in the vote account. Rewards can only be earned while the validator is up and
running. Further, once staked, the validator becomes an important part of the network. In order to
safely remove a validator from the network, first deactivate its stake.
Stake can be deactivated by running:
```bash
@ -32,7 +34,8 @@ $ solana deactivate-stake ~/validator-config/stake-keypair.json ~/validator-vote
```
The stake will cool down, deactivate over time. While cooling down, your stake will continue to earn
rewards.
rewards. Only after stake cooldown is it safe to turn off your validator or withdraw it from the network.
Cooldown may take several epochs to complete, depending on active stake and the size of your stake.
Note that a stake account may only be used once, so after deactivation, use the
cli's `withdraw-stake` command to recover the previously staked lamports.