Rewards do not match!

Hi there,

My total Pool Reward based on cardanoscan.io and pooltool.io must be “2085 ADA”.
But I see only “1435 ADA” reward by querying My pool “stake.add” balance.
I don’t understand what’s problem.

What is the ticker?

Ticker name is CRBN.

Rewards Available

2,179.375817

Are u sure u are interogating the right address?

should be this one:

stake1uxjf3ungs5x0cy7r347dkeqmy4tmeqgaajeytmlhgatajkcdukzyk

Thank you where do you see that amount?

Now that I check https://pooltool.io/ Cardano PoolTool - The most comprehensive staking statistics for Cardano on the web.

it shows 2.9k ₳ Lifetime Rewards

You can also query using the cli:

cardano-cli query stake-address-info \
>  --address stake1uxjf3ungs5x0cy7r347dkeqmy4tmeqgaajeytmlhgatajkcdukzyk \
>  --mainnet
[
    {
        "address": "stake1uxjf3ungs5x0cy7r347dkeqmy4tmeqgaajeytmlhgatajkcdukzyk",
        "rewardAccountBalance": 2179375817,
        "delegation": "pool1w65amkyxhlstja5mp0vf7q2av5tm0m6zjsm9pll3xw36x6g8qte"
    }
]

great! so why that amount is different from the Lifetime Rewards on Cardano PoolTool - The most comprehensive staking statistics for Cardano on the web.

?

This is the amount at your staking address, the amount you as the pool owner own at that address at this moment in time.
I don’t know exactly what PoolTool’s Lifetime rewards amount is but I assume that is the total rewards the pool has made as a whole during its lifetime.

Thank you! so is there anyway I can see the rewards on pooltool or other platforms?

Also the cardanoscan.io shows different value from pooltool !
CRBN Caribbean - Cardanoscan

Any thoughts why that’s the case?

Lifetime rewards from pooltool - the total rewards provided by your pool (pool rewards + delegators rewards)
Cardanoscan rewards - the rewards only for a specific wallet/address

2 Likes

I guess from Alex’s answer it should be clear but in case not please let us know what rewards you mean.

1 Like

Actually I’m using the same command on my node but I receive different outcome! I’m confused! Any thoughts? thank you!

cardano-cli query stake-address-info \

–address stake1uxjf3ungs5x0cy7r347dkeqmy4tmeqgaajeytmlhgatajkcdukzyk
–mainnet
[
{
“address”: “stake1uxjf3ungs5x0cy7r347dkeqmy4tmeqgaajeytmlhgatajkcdukzyk”,
“rewardAccountBalance”: 1435605338,
“delegation”: “pool1w65amkyxhlstja5mp0vf7q2av5tm0m6zjsm9pll3xw36x6g8qte”
}
]

I have different output :slight_smile:
cardano-cli query stake-address-info --address stake1uxjf3ungs5x0cy7r347dkeqmy4tmeqgaajeytmlhgatajkcdukzyk --mainnet
[
{
“address”: “stake1uxjf3ungs5x0cy7r347dkeqmy4tmeqgaajeytmlhgatajkcdukzyk”,
“rewardAccountBalance”: 2179375817,
“delegation”: “pool1w65amkyxhlstja5mp0vf7q2av5tm0m6zjsm9pll3xw36x6g8qte”
}
]

try the command from a different node, which should be 100% synced

1 Like

What does cardano-cli query tip --mainnet output ?

1 Like

Seems it is not synched? What should do ?

“epoch”: 289,
“hash”: “e72579ff89dc9ed325b723a33624b596c08141c7bd573ecfff56a1f7229e4d09”,
“slot”: 39916796,
“block”: 6236059,
“era”: “Mary”

1 Like

The node is out of sync… we are in epoch 296… did u updated the nodes to 1.30.1 version to support alonzo era?

1 Like

+ seems it’s an older version of the node as some fields are missing

1 Like

Is there a way to get the precise reward amount when it gets big? Today pooltool.io starts to abbreviate the amount in K’s and M’s when it gets big.