Correct book links (#1338)
* Correct book links * Add count to validator creation * Correct more links
This commit is contained in:
parent
f500b24242
commit
ac2ce2ba6b
@ -72,9 +72,9 @@ slot: 16835, ...
|
|||||||
|
|
||||||
## 4. Generate your validator key
|
## 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 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
|
### 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:
|
Create a validator from the wallet with:
|
||||||
|
|
||||||
```bash
|
```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:
|
The output will look like this:
|
||||||
|
@ -46,13 +46,13 @@ period. In times of very, very severe network issues, the network may even fail
|
|||||||
to vote in new Eth1 blocks, stopping all new validator deposits!
|
to vote in new Eth1 blocks, stopping all new validator deposits!
|
||||||
|
|
||||||
> Note: you can see the list of validators included in the beacon chain using
|
> Note: you can see the list of validators included in the beacon chain using
|
||||||
> our REST API: [/beacon/validators/all](./http_beacon.md#beaconvalidatorsall)
|
> our REST API: [/beacon/validators/all](./http/beacon.md#beaconvalidatorsall)
|
||||||
|
|
||||||
### 2. Waiting for a validator to be activated
|
### 2. Waiting for a validator to be activated
|
||||||
|
|
||||||
If a validator has provided an invalid public key or signature, they will
|
If a validator has provided an invalid public key or signature, they will
|
||||||
_never_ be activated or even show up in
|
_never_ be activated or even show up in
|
||||||
[/beacon/validators/all](https://lighthouse-book.sigmaprime.io/http_beacon.html#beaconvalidatorsall).
|
[/beacon/validators/all](./http/beacon.html#beaconvalidatorsall).
|
||||||
They will simply be forgotten by the beacon chain! But, if those parameters were
|
They will simply be forgotten by the beacon chain! But, if those parameters were
|
||||||
correct, once the Eth1 delays have elapsed and the validator appears in the
|
correct, once the Eth1 delays have elapsed and the validator appears in the
|
||||||
beacon chain, there's _another_ delay before the validator becomes "active"
|
beacon chain, there's _another_ delay before the validator becomes "active"
|
||||||
|
Loading…
Reference in New Issue
Block a user