Checking Stake Pool Rewards

After the epoch is over and assuming you successfully minted blocks, check with this:

cardano-cli query stake-address-info \
 --address $(cat stake.addr) \
 --mainnet

Or simply lookup your pool on

Last updated