mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 13:54:44 +00:00
Update staking-deposit-cli to ethstaker-deposit-cli (#7518)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Managing Validators
|
||||
|
||||
The `lighthouse validator-manager` uses 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`.
|
||||
The `lighthouse validator-manager` uses 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`. By default, the validator client HTTP address is `http://localhost:5062`. If a different IP address or port is used, add the flag `--vc-url http://IP:port_number` to the command below.
|
||||
|
||||
## Delete
|
||||
|
||||
@@ -18,7 +18,7 @@ lighthouse vm delete --vc-token ~/.lighthouse/mainnet/validators/api-token.txt -
|
||||
|
||||
## Import
|
||||
|
||||
The `import` command imports validator keystores generated by the staking-deposit-cli/ethstaker-deposit-cli. To import a validator keystore:
|
||||
The `import` command imports validator keystores generated by the `ethstaker-deposit-cli`. To import a validator keystore:
|
||||
|
||||
```bash
|
||||
lighthouse vm import --vc-token <API-TOKEN-PATH> --keystore-file /path/to/json --password keystore_password
|
||||
|
||||
Reference in New Issue
Block a user