mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 22:34:45 +00:00
Update validator guide for mainnet (#1951)
## Issue Addressed NA ## Proposed Changes Updates the validator guide to provide instructions for mainnet users. ## Additional Info - ~~Blocked on #1751~~
This commit is contained in:
@@ -25,7 +25,7 @@ website). If this is not the case, simply change the `--directory` to point to
|
||||
the `validator_keys` directory.
|
||||
|
||||
Now, assuming that the user is in the `eth2-deposit-cli` directory and they're
|
||||
using the default (`~/.lighthouse/{testnet}/validators`) `validators` directory (specify a different one using
|
||||
using the default (`~/.lighthouse/{network}/validators`) `validators` directory (specify a different one using
|
||||
`--validators-dir` flag), they can follow these steps:
|
||||
|
||||
### 1. Run the `lighthouse account validator import` command.
|
||||
@@ -35,10 +35,10 @@ section, all other users can use:
|
||||
|
||||
|
||||
```bash
|
||||
lighthouse --network medalla account validator import --directory validator_keys
|
||||
lighthouse --network mainnet account validator import --directory validator_keys
|
||||
```
|
||||
|
||||
Note: The user must specify the testnet that they are importing the keys for using the `--testnet` flag.
|
||||
Note: The user must specify the Eth2 network that they are importing the keys for using the `--network` flag.
|
||||
|
||||
|
||||
After which they will be prompted for a password for each keystore discovered:
|
||||
|
||||
Reference in New Issue
Block a user