You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.
Delegate some stake from your personal address to a running stake pool. Again, there is a dedicated CLI command for this, but we will use the basic transaction mechanism.
First create a delegation certificate, delegation.cert. You will need to provide the verification key file for the pool that you wish to delegate to. This should be a running pool. one that IOHK is running, or one that a friend is running).
Can someone clarify:
the stake.vkey is for the the remote pool, but the cold key must be from my own pool?
why would I be providing the cold key from my own pool, to delegate to a remote pool? it seems incorrect.
Surely, i would only need to provide the cold key for my own node, if i was creating a delegation certificate for my own node? not for a remote node?
This exercise is probably one of the most important as it involved creating raw transactions with large amount of funds, so it's a unfortunate that it is the most confusing part of the tutorial.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
'Shelley Stakepool Exercise Sheet 4'
has:
First create a delegation certificate, delegation.cert. You will need to provide the verification key file for the pool that you wish to delegate to. This should be a running pool. one that IOHK is running, or one that a friend is running).
cardano-cli shelley stake-address delegation-certificate
--stake-verification-key-file stake.vkey
--cold-verification-key-file cold.vkey
Can someone clarify:
the stake.vkey is for the the remote pool, but the cold key must be from my own pool?
why would I be providing the cold key from my own pool, to delegate to a remote pool? it seems incorrect.
Surely, i would only need to provide the cold key for my own node, if i was creating a delegation certificate for my own node? not for a remote node?
This exercise is probably one of the most important as it involved creating raw transactions with large amount of funds, so it's a unfortunate that it is the most confusing part of the tutorial.
The text was updated successfully, but these errors were encountered: