Generate Stake Pool Keys
cardano_stake_pool_key_genGenerate a Cardano stake pool cold key pair and operational certificate counter, saving the verification key, signing key, and counter to specified files.
Instructions
Generate stake pool cold key pair and operational certificate counter.
Args:
cold_verification_key_file (string): Output path for the cold verification key
cold_signing_key_file (string): Output path for the cold signing key
operational_certificate_counter_file (string): Output path for the op cert counter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cold_signing_key_file | Yes | Output path for the cold signing key | |
| cold_verification_key_file | Yes | Output path for the cold verification key | |
| operational_certificate_counter_file | Yes | Output path for the operational certificate counter |