Update validator-stake.md

This commit is contained in:
Tyera Eulberg
2019-08-10 01:50:03 -06:00
committed by GitHub
parent 958c345f0c
commit 2da7601084

View File

@ -1,10 +1,10 @@
## Staking a Validator ## Staking a Validator
When your validator starts, it will have no stake, which means it will When your validator starts, it will have no stake, which means it will be
ineligible to become leader. ineligible to become leader.
Adding stake can be accomplished by using the `solana-wallet` CLI Adding stake can be accomplished by using the `solana-wallet` CLI
Fire create a stake account keypair with `solana-keygen`: First create a stake account keypair with `solana-keygen`:
```bash ```bash
$ solana-keygen new -o ~/validator-config/stake-keypair.json $ solana-keygen new -o ~/validator-config/stake-keypair.json
``` ```