I registred a pool i had 639 ada, on registry i declared 620 ada for pledge, after that, i had 139 ada in my payment.addr, but in adatsta.net there is a bad menssage “The pool pledge not met. The reward distribution from this pool is not available”.
I don’t know where is the mistake, I have 139 ada + 500 ada were used for registration, I think I have enough quantity to meet 620 ada for my pledge on not?
I this is wrong what can i do for repair this message?, thanks
The 500 ada is locked up as a deposit. You will need to update to lower the pledge or add some ada to increase the balance.
Thanks, i updated my pool cert to met my pledge (120 ada) at 551 epoch, at cexplorer say “Proposed change 620 to 120” and after other text say pledge met, but another web (adastat.net) say “Broken pledge, The pool pledge not met. The reward distribution from this pool is not available”, i think i have to wait, but i don’t now if everything is ok or there are another thing to do
It can take an epoch or two for it to take effect. Unless you have a block scheduled then it won’t matter, as your pool won’t be earning rewards.
i think the issue is my stake address don’t show controlled stake or active stake or live stake, it show 0, but i have 129 ada in my payment address. It seem my stake and payment address are not related. How can i connect my payment address with my stake address
Not how it works: you don’t connect or deconnect existing addresses. An address either belongs to a stale or it does not, it either cotains the stake key hash or it does not and this is fixed and forever (because it is encoded in the address itself).
Are you following a guide to get your stake pool setup? There are usually instructions on sorting out the various addresses you need.
I would just send the ada have to the stake address you have registered. Assuming you have control of the various wallets/addresses
I did follow https://developers.cardano.org/ to install a setup the pool, I did create payment.addr and stake.addr, now i have ada at payment.addr
These es my pool,
First pic show i changed pledge from 620 to 120 (because i have 120 ada at payment.addr)
Second pic, show my stake address, I don’t know how to transfer to these address (From my payment address), when i try across cardano-cli commando to show fund on my stake address but i could not do that.
ok, how to know if my payment address contains stake key or not, because in cexplorer when check stake address associated addresses show nothing
This might be an easier guide for you to follow. Guide: How to Set Up a Cardano Stake Pool | CoinCashew
As a note, you have also doubled up on someone else’s ticker (Gold Cost Pool [GCP]). But their relay is dead, and it doesn’t seem to be active. But it isn’t good to have the same ticker as someone else.
I found something I did wrong, when i created payment.addr, i didn’t put stake-verification-key-file parameter, then my payment address is not linked to my stake.addr. I think it is the problem. what is the better way to fix that?
cardano-cli address build \
–payment-verification-key-file payment.vkey \
–out-file payment.addr \
–mainnet
As Heptasean mentioned before, “linking” is not how addresses work in Cardano. I assume it is just the way you are saying it, but it is worth learning more about the addresses and they way they are generated.
Before you create a new payment address (which appears to be what you are suggesting) check if it has a balance already. You need your node synced for this.
cardano-cli conway query utxo --address $(cat payment.addr) --mainnet
You can also just copy the address straight out of the payment.addr file and check it on an explorer.
As a note, I like using the mnemonic mehtod, so you can drop your wallet into Daedalus, etc. and then you can see the address associated with your keys easily.
Thank for answer, i did fix the problem. I was because when i created payment.addr i didn’t use stake-verification-key-file parameter.
cardano-cli address build
–payment-verification-key-file payment.vkey
–out-file payment.addr
–mainnet
To repair
1.- I did create a new payment_2.addr using command
cardano-cli address build
–payment-verification-key-file payment.vkey
–stake-verification-key-file stake.addr
–out-file payment_2.addr
–mainnet
2.- I did transfer my ada from payment.addr to payment_2.addr
I had some problems in this proces because at my payment.addr i have two tx lines,
i found that if you use two tx-in lines on transfer comand, it is done.
3.- after that i just wait some days and after that my poool record on cexlorer.io was good


