mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-27 06:47:13 +00:00
Some documentation for the new 'deposit exit' work-around
This commit is contained in:
parent
596006be08
commit
865c84cc18
@ -699,7 +699,7 @@ type
|
||||
of DepositsCmd.exit:
|
||||
exitedValidator* {.
|
||||
name: "validator"
|
||||
desc: "Validator index or a public key of the exited validator" .}: string
|
||||
desc: "Validator index, public key or a keystore path of the exited validator" .}: string
|
||||
|
||||
exitAtEpoch* {.
|
||||
name: "epoch"
|
||||
|
@ -21,18 +21,18 @@ To perform a voluntary exit, make sure your beacon node is running with the `--r
|
||||
```
|
||||
build/nimbus_beacon_node deposits exit \
|
||||
--data-dir=build/data/shared_mainnet_0 \
|
||||
--validator=<VALIDATOR_PUBLIC_KEY>
|
||||
--validator=<VALIDATOR_KEYSTORE_PATH>
|
||||
```
|
||||
|
||||
=== "Prater"
|
||||
```
|
||||
build/nimbus_beacon_node deposits exit \
|
||||
--data-dir=build/data/shared_prater_0 \
|
||||
--validator=<VALIDATOR_PUBLIC_KEY>
|
||||
--validator=<VALIDATOR_KEYSTORE_PATH>
|
||||
```
|
||||
|
||||
!!! note
|
||||
Make sure your `<VALIDATOR_PUBLIC_KEY>` is prefixed with `0x`. In other words the public key should look like `0x95e3...`
|
||||
In the command above, you must replace `<VALIDATOR_KEYSTORE_PATH>` with the file-system path of an Ethereum [ERC-2335 Keystore](https://eips.ethereum.org/EIPS/eip-2335) created by a tool such as [staking-deposit-cli](https://github.com/ethereum/staking-deposit-cli) or [ethdo](https://github.com/wealdtech/ethdo).
|
||||
|
||||
## `rest-url` parameter
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user