I retired my pool and i want to withdraw my deposit.
I review stake.addr and there is may deposit.
When i run transaction for get deposit i got this error:
Command failed: transaction submit Error: Error while submitting tx: ShelleyTxValidationError ShelleyBasedEraConway (ApplyTxError (ConwayWdrlNotDelegatedToDRep (KeyHash {unKeyHash = "
Someone knows what’s wrong?
You need to delegate the address to a drep, or auto-abstain. I think there’s been a few posts about it recently.
my node is deregistered, can i delegate stake.addr without registered my node?
You have to delegate the stake address to a dRep (or to one of the predefined voting options). That has little to do with delegating it to a pool. Doesn’t matter that your pool is already deregistered.
Thanks, i have stake.addr desregistred, my ada are on my payment.addr, i want to transfer from there to another account (outside my node). but when i try this, i get error StakeKeyNotRegisteredDELEG
Correct.
You received the refund: https://adastat.net/accounts/ef56ade35cdec16d796263122fbe3c1f8b45e7f2d85e5e9563af92d8#refunds
After delegating to abstain, you withdrew that refund: https://adastat.net/transactions/74c9cf67ee5887222efc6258defdcd25e620717d30f9a3dab05535da550422ee#withdrawals
And you also deregistered the stake key, also getting those 2 ADA deposit back: https://adastat.net/transactions/566764c3964eef5ecce81075fb146e64df3b6820040a00a63315c2ed06888672#stake_keys
That the stake key is registered/delegated is only a requirement if you are trying to withdraw rewards, not if you are just trying to send ADA. Look at the command you use to build the transaction. It should not contain anything about withdrawals, but just one or more --tx-in
and a --tx-out
(or a --change-address
) to where you want to send, not more.
Thanks, my command was wrong. i fixed it a after i could transfer ADA
1 Like