Stake key registration

Create and execute the following script (stake-registration.sh) to create the stake key registration certificate for the pledge and rewards wallet (it is the same wallet):

#!/bin/bash


source ./env

cardano-cli stake-address registration-certificate \
--stake-verification-key-file ${NODE_HOME}/keys/stake.vkey \
--out-file ${NODE_HOME}/pool-certificates/stake-registration.cert

Last updated