Updating pool parameters new pool was generated

Hi
Need help im so stuck this problem. when i update pool parameters it generated new pool withdraw other 500ADA then i retired it and get back my 500ADA but old pool can’t retired anymore get error:

Command failed: transaction submit Error: Error while submitting tx: ShelleyTxValidationError ShelleyBasedEraAlonzo (ApplyTxError [UtxowFailure (WrappedShelleyEraFailure (MissingVKeyWitnessesUTXOW (WitHashes (fromList [KeyHash “removed”])))),DelegsFailure (DelplFailure (PoolFailure (StakePoolNotRegisteredOnKeyPOOL (KeyHash “removed”))))])

new pool

old pool

oldpool deposit

It generated a new stake pool because you created a new cold key.
Once you create a stake pool, you have to use the same cold key forever. Changing the cold key means a new stake pool.

You cannot withdraw the 500 ADA because you did not sign the transaction with one of the required keys (MissingVKeyWitnessesUTXOW). You need to sign it with a payment key (for the UTxO used on the --tx-in line) and the stake key.

I see that the old pool is active, not the new one

I have back up files old pool keys but not success

1327 Mar 27 2021 kes.skey
183 Mar 27 2021 kes.vkey
203 Mar 27 2021 node.counter
187 Mar 27 2021 node.skey
197 Mar 27 2021 node.vkey
0 Mar 27 2021 payment.addr
180 Mar 27 2021 payment.skey
190 Mar 27 2021 payment.vkey
0 Mar 27 2021 payment.xprv
0 Mar 27 2021 payment.xpub
0 Mar 27 2021 root.prv
0 Mar 27 2021 stake.addr
109 Mar 27 2021 stake.skey
0 Mar 27 2021 stake.xprv
0 Mar 27 2021 stake.xpub

can retired my pool these keys thx.

You need cold.skey to retire the pool.
But one of the pools is already retired. Only one is active.

hi
node.skey = cold.skey
these keys are old active pool keys

check the vrf hash for vrf.vkey (kes.vkey) file then check your pool ID on cardanoscan.io and compare the hash… if it’s a match then the files should be ok, if not then you are using wrong files

cardano-cli node key-hash-VRF --verification-key-file kes.vkey --out-file vrf.hash

key was ok
retiring get same error
Command failed: transaction submit Error: Error while submitting tx: ShelleyTxValidationError ShelleyBasedEraAlonzo (ApplyTxError [UtxowFailure (WrappedShelleyEraFailure (MissingVKeyWitnessesUTXOW (WitHashes (fromList [KeyHash “deldeted”])))),DelegsFailure (DelplFailure (PoolFailure (StakePoolNotRegisteredOnKeyPOOL (KeyHash “deleted”))))])

Ok found new set backup files but error still:
Command failed: transaction submit Error: Error while submitting tx: ShelleyTxValidationError ShelleyBasedEraAlonzo (ApplyTxError [DelegsFailure (DelplFailure (PoolFailure (StakePoolNotRegisteredOnKeyPOOL (KeyHash “deleted”))))])

Ok solved old keys hunted me solved thx for all your help.

1 Like