## 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:
Pawan Dhananjay
2020-10-15 00:37:00 +00:00
parent a0634cc64f
commit aadbab47cc
8 changed files with 38 additions and 15 deletions

View File

@@ -43,10 +43,12 @@ keystores that correspond to one or more indices in the mnemonic:
For each of the indices recovered in the above commands, a directory will be
created in the `--validator-dir` location (default `~/.lighthouse/validator`)
created in the `--validator-dir` location (default `~/.lighthouse/{testnet}/validators`)
which contains all the information necessary to run a validator using the
`lighthouse vc` command. The password to this new keystore will be placed in
the `--secrets-dir` (default `~/.lighthouse/secrets`).
the `--secrets-dir` (default `~/.lighthouse/{testnet}/secrets`).
where `testnet` is the name of the testnet passed in the `--testnet` parameter (default is `medalla`).
## Recover a EIP-2386 wallet