Stake. Addr on Block Producer Node

Hello I was following the attached link steps on creating a stake pool and I realized they only made a stake.addr on the air-gapped computer. can someone confirm that the Stake.addr is not needed on the block producer node (Hot Environment) to check your rewards?

You don’t need it on live Producer

1 Like

If you want to query the balance yourself instead of looking up the data at Pooltool.io or some other online tool I guess you’ll need the stake address on some synced node.

Ie:

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