Skip to content

Commit

Permalink
Modify other occurrences of passphrase in book
Browse files Browse the repository at this point in the history
  • Loading branch information
pawanjay176 committed Jun 29, 2020
1 parent 385cab8 commit 20f4ab3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions book/src/become-a-validator-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ validator](./validator-create). A two-step example follows:
Create a wallet with:

```bash
lighthouse account wallet create --name my-validators --passphrase-file my-validators.pass
lighthouse account wallet create --name my-validators --password-file my-validators.pass
```

The output will look like this:
Expand Down Expand Up @@ -117,7 +117,7 @@ used to restore your validator if there is a data loss.
Create a validator from the wallet with:

```bash
lighthouse account validator create --wallet-name my-validators --wallet-passphrase my-validators.pass
lighthouse account validator create --wallet-name my-validators --wallet-password my-validators.pass --count 1
```

The output will look like this:
Expand Down
4 changes: 2 additions & 2 deletions book/src/key-managment.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ items, starting at one easy-to-backup mnemonic and ending with multiple
keypairs. Creating a single validator looks like this:

1. Create a **wallet** and record the **mnemonic**:
- `lighthouse account wallet create --name wally --passphrase-file wally.pass`
- `lighthouse account wallet create --name wally --password-file wally.pass`
1. Create the voting and withdrawal **keystores** for one validator:
- `lighthouse account validator create --wallet-name wally --wallet-passphrase wally.pass --count 1`
- `lighthouse account validator create --wallet-name wally --wallet-password wally.pass --count 1`


In step (1), we created a wallet in `~/.lighthouse/wallets` with the name
Expand Down

0 comments on commit 20f4ab3

Please sign in to comment.