Skip to content

Commit

Permalink
Update docs for keymanager (#4651)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee authored and terencechain committed Jan 25, 2020
1 parent fa2acb3 commit dd5a3fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions INTEROP.md
Expand Up @@ -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:

```
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.
Expand All @@ -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:

```
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.






2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -208,7 +208,7 @@ bazel run //beacon-chain -- \
Wait a moment for the beacon chain to start. In the other terminal, issue the command:

```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.
Expand Down

0 comments on commit dd5a3fe

Please sign in to comment.