Hello, I’m trying to deregister my stake pool so I can add another delegator, but it turns out that in protocol.json the “poolRetireMaxEpoch” is 18, and the current epoch is 57 already… So there is no way to retire my stake pool… I’m always getting this error message after trying to submit the tx.signed file for the retirement process.
cardano-cli transaction submit --tx-file tx.signed --testnet-magic 1097911063
Command failed: transaction submit Error: Error while submitting tx: ShelleyTxValidationError ShelleyBasedEraMary (ApplyTxError [LedgerFailure (UtxowFailure (UtxoFailure (OutsideValidityIntervalUTxO (ValidityInterval {invalidBefore = SNothing, invalidHereafter = SJust (SlotNo 24713026)}) (SlotNo 24714884)))),LedgerFailure (UtxowFailure (UtxoFailure (BadInputsUTxO (fromList [TxInCompact (TxId {_unTxId = SafeHash “94dbaeb26efb2de465ddae8e3213e83b0dbf2f4818b4d6befba03f2e16863475”}) 0])))),LedgerFailure (UtxowFailure (UtxoFailure (ValueNotConservedUTxO (Value 0 (fromList )) (Value 2055055585 (fromList )))))])
-Do I have to use the same addr. that I used to register my pool, in my case paymentwithstake.addr? or… can I use the payment.addr which is associated with paymentwithstake.addr for retiring the pool?
-My last question is… once my pool is running on Mainet, how can i make others to put their funds into my pool without forcing them to make a delegation certificate. I guess it must be an easy way for them to put their funds into my pool…
Thank you very much.
regards,
Christian