From 4d790027b724c6931d2d546fe482517531e3fc59 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Tue, 30 Aug 2022 09:16:45 +1000 Subject: [PATCH] Add dodgy progress to docs --- book/src/validator-manager-move.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/book/src/validator-manager-move.md b/book/src/validator-manager-move.md index 41a7dc2ab1..4f44abcb42 100644 --- a/book/src/validator-manager-move.md +++ b/book/src/validator-manager-move.md @@ -77,6 +77,20 @@ ssh -L 6062:localhost:5062 src-host It's important that you leave this session open throughout the rest of this tutorial. If you close this terminal window then the connection between the destination and source host will be lost. +### 5. Move + +``` +lighthouse \ + validator-manager \ + validators \ + move \ + --src-vc-url http://localhost:6062 \ + --src-vc-token ~/src-token.txt \ + --dest-vc-url http://localhost:5062 \ + --dest-vc-token ~/dest-token.txt \ + --validators all \ +``` + ---- ### N. Setup a `screen` Session