Skip to content

Commit

Permalink
mdlint
Browse files Browse the repository at this point in the history
  • Loading branch information
chong-he committed Sep 20, 2024
1 parent 4c6ae73 commit 779eca1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion book/src/validator-manager-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

The `lighthouse validator-manager` supports the [Keymanager API](https://ethereum.github.io/keymanager-APIs/#/) to list, import and delete keystores via the HTTP API. This requires the validator client running with the flag `--http`.

## Delete
## Delete

The `delete` command deletes one or more validators from the validator client. It will also modify the `validator_definitions.yml` file automatically so there is no manual action required from the user after the delete. To `delete`:

```bash
Expand All @@ -16,6 +17,7 @@ lighthouse vm remove --vc-token ~/.lighthouse/mainnet/validators/api-token.txt -
```

## Import

The `import` command imports validator keystores generated by the staking-deposit-cli. To import validator keystore:

```bash
Expand All @@ -29,6 +31,7 @@ lighthouse vm import --standard-format --vc-token ~/.lighthouse/mainnet/validato
```

## List

To list the validators running on the validator client:

```bash
Expand Down

0 comments on commit 779eca1

Please sign in to comment.