Increasing pledge. Are pledge wallet rewards included in total pledge calculation?

That is what I see, the horizontal list. Your first screenshot showed a vertical list with more details.

Ah, so if I make the browser window much narrower, the list changes to a vertical list like in your 1st screenshot. I imagine you probably went to pooltool.io in your phone’s browser and screenshot it from there?

yes, first screenshot from mobile, second from pc

1 Like

Update & new roadblock: (I haven’t submitted the updated registration with new pledge amount yet, but I may have messed up my pledge wallet!)

While running the cardano-cli command to find the balance of my wallet, it was coming back with just the balance of the wallet and not total balance of wallet + rewards. So I decided to claim the rewards into the wallet. I opened the wallet in my iPhone (used the seed words to restore) and touched the WITHDRAW button. After about 30 seconds, the total rewards is now listed as 0 ADA and the Available Funds changed to now reflect both added together. The wallet looks good in Yoroi on iOS and shows the correct amount.

If I go to pooltool . io, it still shows the green check next to pledge

On cardanoscan . io, Committed Pledge shows, “100,000” and Active Pledge shows, “200,019.828295” which is what I see in Yoroi on my phone.

However, if I go to pool.vet, it says my pledge is met but shows the wrong amount of ADA: “Pledged amount of 200,453.217 ADA matches declared amount of 100,000 ADA” Which is 433.388705 too much ADA, the same amount as the rewards I had just claimed in Yoroi.

When I first checked the pledge situation on adapools.org, the pledge amount listed for my pledge wallet under the delegations tab was showing 199,586.something, which was the total amount MINUS the rewards. After about 15 minutes, it now shows the total amount listed in Yoroi.

adastat . net shows Declared Pledge of 100,000A and a Live Pledge of 200,019A, which is correct.

I went to my block producer and updated the current slot:

$ currentSlot=$(cardano-cli query tip --mainnet | jq -r ‘.slotNo’)
$ echo Current Slot: $currentSlot
$ Current Slot: 24963393

And when I run the query:

cardano-cli query utxo --address $(cat payment.addr) --mary-era --mainnet

I get an empty output:

                      TxHash                                 TxIx        Amount

I’ve verified the payment.addr matches the 1st address listed in the Receive tab of Yoroi.

Did I hose my pledge wallet because I hit the WITHDRAW button in Yoroi mobile? I’ve had the wallet restored there since I first created the original on my air-gapped server and it has correctly displayed the Available Funds & Total Rewards, but this is the first time I did anything with the restored wallet.

I do see on the Cashew Coin guide there is a way to claim rewards using cardano-cli and signing via my air-gapped server. When I run the command to check rewards amount, it returns 0 (which it should), but the result of running the query utxo is still showing nothing :frowning:

Will I have to create a new wallet from scratch like when I first setup my server and then send the ADA from the Yoroi wallet to this new wallet?

If u imported the wallet with mnemonic please read bellow… u will need to send again from yoroi to the cli wallet address the funds… everytime when u will perform a transaction from yoroi the balance will not match on cli wallet imported… and it will show u 0

Try to send 100 ada or less from yoroi to the cli wallet and check again if u can see them; if yes send all amount

1 Like

I might have to wait for my heart to stop trying to leap out of my throat :smile:

Wait, I send from the Yoroi restored wallet to the payment.addr address?


(I reached my comment limit as a new account, so hoping it’ll let me add to this comment)

I sent 5 ADA to the payment.addr address, which matches the first /0 receive address listed in Yoroi mobile.

cardano-cli query utxo --address $(cat payment.addr) --mary-era --mainnet

Now shows:

                      TxHash                                 TxIx        Amount

xxxxxxxxxxxxxxxxxxxxhiding hashxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 0 5000000 lovelace

Thank you! :smile:
SO glad I didn’t F it all up lol!

Just sent all of it and confirmed I see it with the query utxo command! :smile:

The updated registration went through and most sites now show the new declared pledge amount. I got notifications from the pooltool & adapools . org iOS apps that the pledge had updated as well. pool.vet still displays the wrong ADA amount for my pledge wallet, but no other sites do.

Lastly, for some reason, pooltool . io still shows the old pledge amount but also the green checkmark?

1 Like

Your payment.address should be the first address from yoroi restored… so it will be like an intrawallet transaction.

1 Like

Yeah, don’t panic next time :slight_smile:

Glad you solved it !

Cheers,

1 Like