mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 17:26:04 +00:00
Add dodgy progress to docs
This commit is contained in:
@@ -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
|
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.
|
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
|
### N. Setup a `screen` Session
|
||||||
|
|||||||
Reference in New Issue
Block a user