mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 21:08:32 +00:00
Print validator pubkeys during generation (#791)
* Start docker docs * Add progress * Update docker.md * Add note about geth syncing * Fix env to use geth * Update docs * Remove sigp goerli node * Change text about eth1 syncing * Address comments from @pscott * Add links to beaconcha.in * Add instructions for starting an eth1 node * Print validator pubkeys during generation * Fix typo * Re-organise Syncing log * Add notes about finding the validator pubkey * Fix double-0x prefix bug * Fix typo
This commit is contained in:
@@ -74,6 +74,9 @@ Generate new validator BLS keypairs using:
|
||||
$ lighthouse account validator new random
|
||||
```
|
||||
|
||||
Take note of the `voting_pubkey` of the new validator. This will be the primary
|
||||
identifier of the validator. This is how you can find your validator in block
|
||||
explorers.
|
||||
|
||||
You've completed this step when you see the equivalent line:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user