Generate Node VRF Keys
cardano_node_key_gen_vrfGenerates a VRF verification and signing key pair for a block-producing Cardano node, writing each key to the specified output file paths.
Instructions
Generate VRF (Verifiable Random Function) key pair for a block-producing node.
Args:
verification_key_file (string): Output path for the VRF verification key
signing_key_file (string): Output path for the VRF signing key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signing_key_file | Yes | Output path for the VRF signing key | |
| verification_key_file | Yes | Output path for the VRF verification key |