mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 06:14:38 +00:00
Doc fixes (#1762)
## Issue Addressed N/A ## Proposed Changes Minor doc fixes. Adds a section on custom data directories. Co-authored-by: Michael Sproul <micsproul@gmail.com>
This commit is contained in:
@@ -25,8 +25,8 @@ 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 standard `validators` directory (specify a different one using
|
||||
`--validator-dir` flag), they can follow these steps:
|
||||
using the default (`~/.lighthouse/{testnet}/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,9 +35,11 @@ section, all other users can use:
|
||||
|
||||
|
||||
```bash
|
||||
lighthouse account validator import --directory validator_keys
|
||||
lighthouse --testnet medalla account validator import --directory validator_keys
|
||||
```
|
||||
|
||||
Note: The user must specify the testnet that they are importing the keys for using the `--testnet` flag.
|
||||
|
||||
|
||||
After which they will be prompted for a password for each keystore discovered:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user