Hi
I ran the command to generate a payment address as below.
cardano-cli shelley address key-gen \ --verification-key-file payment.vkey \ --signing-key-file payment.skey
and then build the payment address
cardano-cli shelley address build \ --payment-verification-key-file payment.vkey \ --out-file payment.addr \ --testnet-magic 1097911063
But when I cat the payment.addr, I see a strange output
addr_test1vzf8z9klkdh54a…
My testnet node seems to be running fine, unless I’m missing something here:
https://take.ms/IAoKe
Could someone pls help me understand whats wrong here?
Thanks!