I have been working on documenting and setting up a Cardano Testnet to practice my steps for creating a live mainnet in the near future. After following the steps for configuration, I find that I can’t seem to get my balance after sending over TADA and using this command
cardano-cli query utxo \
--address $(cat payment.addr) \
--testnet-magic 1097911063
Instead of getting any Txhash or ID, I get a blank line as if no transaction has been submitted. I took a copy of the payment.addr and submitted it to the Cardano Explorer and can confirm that the money is assigned to that payment address. Can anyone advise me to where I might have made a mistake or how to get the txHash if it doesn’t show from that command?