Registration certificate
In order to add a new owner to the stake pool, a new stake pool registration certificate needs to be created.
Even if a stake pool can have multiple owners, there can be only one rewards wallet. The script below will also change the rewards wallet to be the newly added stake pool owner, the hardware wallet.
Change the pool-registration.sh
script from the pool-scripts
folder with the new script below:
The changes are:
the new stake pool owner line:
--pool-owner-stake-verification-key-file ${NODE_HOME}/keys/hw-stake.vkey \
the
stake.vkey
was replaced withhw-stake.vkey
on the--pool-reward-account-verification-key-file
line.
The script must be executed in order to generate the new stake pool registration certificate, which will need to be submitted with a transaction.
Last updated