Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Aug 31, 2022
1 parent b4563b6 commit 74bcd9f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions book/src/validator-manager-move.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Moving Validators

This document describes the steps to move validators between two validator clients (VCs) which are
able to SSH between each other. This guides assumes some experience with the Linux command line.
able to SSH between each other. This guides assumes experience with the Linux command line and SSH
connections.

There will be two VCs in this example:

Expand Down Expand Up @@ -79,6 +80,9 @@ this terminal window then the connection between the destination and source host

### 5. Move

With the SSH tunnel established between the `dest-host` and `src-host`, from the **destination
host** run the command to move the validators:

```
lighthouse \
validator-manager \
Expand All @@ -87,10 +91,12 @@ lighthouse \
--src-vc-url http://localhost:6062 \
--src-vc-token ~/src-token.txt \
--dest-vc-url http://localhost:5062 \
--dest-vc-token ~/dest-token.txt \
--dest-vc-token ~/.lighthouse/mainnet/validators/api-token.txt \
--validators all \
```



----

### N. Setup a `screen` Session
Expand Down

0 comments on commit 74bcd9f

Please sign in to comment.