Skip to content

Commit

Permalink
Add more to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Aug 31, 2022
1 parent 74bcd9f commit 25b6313
Showing 1 changed file with 11 additions and 19 deletions.
30 changes: 11 additions & 19 deletions book/src/validator-manager-move.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,16 @@ lighthouse \

### 2. Configure the Destination VC

The destination VC needs to have the same flags as the source VC.
The destination VC needs to have the following flags:

```bash
lighthouse \
vc \
--http \
--unencrypted-http-transport \
--http-address 127.0.0.1 \
--http-port 5062 \
```

Optionally, users can add the `--http-store-passwords-in-secrets-dir` flag if they'd like to have
the import validator keystore passwords stored in separate files rather than in the
Expand Down Expand Up @@ -95,21 +104,4 @@ lighthouse \
--validators all \
```



----

### N. Setup a `screen` Session

We will use the GNU `screen` application to run multiple, persistent sessions on the destination
host. If you don't like screen feel free to use an equivalent (e.g., `tmux`).

On the **destination host** run:

```
screen
# press "enter" when prompted
```

Create a new screen by pressing `Ctrl+A` then `c`. Switch back to the previous screen (`0`) by
pressing `Ctrl+A` and then `"` (use the up/down arrows and enter to select a screen).
TODO

0 comments on commit 25b6313

Please sign in to comment.