mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 22:08:30 +00:00
Correct book links (#1338)
* Correct book links * Add count to validator creation * Correct more links
This commit is contained in:
@@ -72,9 +72,9 @@ slot: 16835, ...
|
||||
|
||||
## 4. Generate your validator key
|
||||
|
||||
First, [create a wallet](./wallet-create) that can be used to generate
|
||||
First, [create a wallet](./wallet-create.md) that can be used to generate
|
||||
validator keys. Then, from that wallet [create a
|
||||
validator](./validator-create). A two-step example follows:
|
||||
validator](./validator-create.md). A two-step example follows:
|
||||
|
||||
### 4.1 Create a Wallet
|
||||
|
||||
@@ -117,7 +117,7 @@ used to restore your validator if there is a data loss.
|
||||
Create a validator from the wallet with:
|
||||
|
||||
```bash
|
||||
lighthouse account validator create --wallet-name my-validators --wallet-passphrase my-validators.pass
|
||||
lighthouse account validator create --wallet-name my-validators --wallet-passphrase my-validators.pass --count 1
|
||||
```
|
||||
|
||||
The output will look like this:
|
||||
|
||||
Reference in New Issue
Block a user