Send Pledge back to Daedelus

Yep all the details are there fine.

I still have the problem of not being able to change the pool margin fee.

You can estimate your chances to mint blocks like this …

Sa - Your active stake (i.e. 1k)
St - The total of all staked ADA (i.e. 22.32bn)
Nb - The number of blocks per epoch (i.e. 21600)
Ne - The number of epochs per year (i.e. 73)
Ebpa - Estimated blocks per year

Sa / St * Nb * Ne => Ebpa
1k / 22.320.000k * 21.600 * 73 => 0.07

With these numbers, you can reasonably expect to mint 7 blocks in 100 years.
An ideal pool to delegate to would have zero fix cost and zero margin. The closest you can get to that is an (almost) saturated pool with very low margin. With such a pool you would get almost the same return of ADA (ROA) as with your own pool, but you wouldn’t have the cost of running a pool.

1 Like

Yes, quite sparse, however I do intend to get people to delegate to increase my changes.

I currently have multiple issues, no TX increasing and I want to change the pool fee

Changing the pool fee is documented here

Shelley command failed: transaction submit Error: Error while submitting tx: ApplyTxError [LedgerFailure (UtxowFailure (UtxoFailure (OutsideValidityIntervalUTxO (ValidityInterval {invalidBefore = SNothing, invalidHereafter = SJust (SlotNo 1556300)}) (SlotNo 21546527))))]

Is your node synced? Do a quick …

cardano-cli query tip --mainnet

The result that you get should be close to 21546527

“blockNo”: 5331808,
“headerHash”: “5240ad9ffc4bfedf5688b7a1c87320a1f023537eeff6c9183a9b386034eb3bcc”,
“slotNo”: 21547051

I’m thinking of resetting the installation but I’m not sure how that will affect my payment-addr with all the funds in and pool deposit

U need to re-generate the registration certificate and submit the transaction again

Why u should resset the instalation?

I’ve done that about 5 times now, but always get the error when trying to send the transaction.

Also this query doesn’t work either, just hangs every time. I think there may be more issues

cardano-cli query ledger-state --mainnet --allegra-era | grep publicKey | grep $(cat stakepoolid.txt)

image

Relay Node unhealthy

Ok, first do u run topology updater on your relay? If yes, which is the last message from topology updater log file?

Also check ur relay port… it seems it’s closed

Closed Port 6000 is closed on 35.176.63.173

{ “resultcode”: “403”, “datetime”:“2021-02-12 07:22:06”, “clientIp”: “35.176.63.173”, “iptype”: 4, “msg”: “glad you want to stay with us, but please check and enable your IP:port reachability” }

Port 6000 is allowed inbound from Block Producer though?

18.135.228.146 :arrow_right: Port 6000 x11 Open (Block)

35.176.63.173 :arrow_right: Port 6000 x11 Open (Relay)

image

ok, great! try to sign now the transaction

cardano-cli transaction submit \

--tx-file tx.signed \
--mainnet

Shelley command failed: transaction submit Error: Error while submitting tx: ApplyTxError [LedgerFailure (DelegsFailure (DelplFailure (DelegFailure (StakeKeyAlreadyRegisteredDELEG (KeyHashObj (KeyHash “c47c17240b2abaf8c9a5085477f8bbf83b93bd56ea50891ff9e5ca04”)))))),LedgerFailure (UtxowFailure (UtxoFailure (OutsideValidityIntervalUTxO (ValidityInterval {invalidBefore = SNothing, invalidHereafter = SJust (SlotNo 1565000)}) (SlotNo 21555201))))]

Still failing, looks like it is because the stake key is already registered

yes, but did u tried to sign in only the Stake pool registration certificate?

Not sure what you mean?