I requested 1000 tADA from the faucet and the website showed the transaction was successful; however running cardano-cli query utxo --address $(cat payment.addr) --testnet-magic 1097911063 the following output is:
with no values;
I tried also adding an --out-file but even there the result was an empty json object
I dìthe tried to repeat the process in case I missed anything but the faucet now responded to wait to request more founds, so it means the address I gave in the first place was right.
Regarding node sync check you can execute cardano-cli query tip --testnet-magic 1097911063 and check syncProgress value. If the node is running just for few hours there is a high chance it is not yet synced.
actually, the output of the command is a JSON like file; if no --out-file option is provided the JSON is printed on the console; in my output, the “syncProgress” property was the last one.
@dangdesigns9420 as @michele_nuzzi mentioned it’s part of the json data that is returned by that command. If you don’t see it then maybe you are running an old version of the node, in which case please let us know what version it is.