Add --num-validators
, --name
and --fee-recipient
flags to create cluster
#879
Labels
enhancement
New feature or request
Problem to be solved
Currently in charon create cluster command we don't have flags to specify number of validators, cluster name and fee-recipient address in the cluster. This feature is needed for centralized staking providers who will not go through the DKG process rather they will use create cluster command to create a charon cluster with distributed validators.
Proposed solution
Add the following flags to create cluster command:
--num-validators
--name
--fee-recipient
Note: We don't use
--withdrawal-address
at the time of cluster-lock creation in create cluster. Configure that to use the value from given flag.The text was updated successfully, but these errors were encountered: