Update docs for keymanager (#4651)

This commit is contained in:
Jim McDonald 2020-01-25 14:25:58 +00:00 committed by terence tsao
parent fa2acb3632
commit dd5a3fe80d
2 changed files with 3 additions and 9 deletions

View File

@ -57,7 +57,7 @@ the system with 64 validators and the genesis time set to the current unix times
Wait a bit until your beacon chain starts, and in the other window: Wait a bit until your beacon chain starts, and in the other window:
``` ```
bazel run //validator -- --interop-num-validators 64 bazel run //validator -- --keymanager=interop --keymanageropts='{"keys":64}'
``` ```
This will launch and kickstart the system with your 64 validators performing their duties accordingly. This will launch and kickstart the system with your 64 validators performing their duties accordingly.
@ -78,13 +78,7 @@ Assuming you generated a `genesis.ssz` file with 64 validators, open up two term
Wait a bit until your beacon chain starts, and in the other window: Wait a bit until your beacon chain starts, and in the other window:
``` ```
bazel run //validator -- --interop-num-validators 64 bazel run //validator -- --keymanager=interop --keymanageropts='{"keys":64}'
``` ```
This will launch and kickstart the system with your 64 validators performing their duties accordingly. This will launch and kickstart the system with your 64 validators performing their duties accordingly.

View File

@ -208,7 +208,7 @@ bazel run //beacon-chain -- \
Wait a moment for the beacon chain to start. In the other terminal, issue the command: Wait a moment for the beacon chain to start. In the other terminal, issue the command:
```text ```text
bazel run //validator -- --interop-num-validators 64 bazel run //validator -- --keymanager=interop --keymanageropts='{"keys":64}'
``` ```
This command will kickstart the system with your 64 validators performing their duties accordingly. This command will kickstart the system with your 64 validators performing their duties accordingly.