Can't get any utxo values

when i ran this command

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

image
this is sync view.
i think there is no errors.

what am i have supposed to do

It means that there are no ADA at the payment address, which you can verify here. It has nothing to do with your pool config. Have a look at cat payment.addr alone to the the address.

The above command would only work if you are in the same directory as the payment.addr file, are you?

1 Like

thank you, @tomdx
i know what you say.

verify succeed.