Hello
I’m trying to setup my Stake according with the new coincashew 1.25.1 and i’m not sure if my payment setup works.
I try to executed the command in the Core node:
cardano-cli query utxo
–address $(cat payment.addr)
–allegra-era
–mainnet
and i obtain this output:
~/cardano-my-node$ cardano-cli query utxo \
--address $(cat payment.addr) \ --allegra-era \ --mainnet
TxHash TxIx Amount
cardano@axular:~/cardano-my-node$
but in the guide is that:
> > TxHash TxIx Lovelace
> ---------------------------------------------------------------------------------------- > 100322a39d02c2ead.... 0 1000000000
I don’t have some "100322a39d02c2ead… " it’s empty , Is it normal ?
Other question is:
That’s my Core:
Thats is my Relay
Relay:
Maybe someone could help me. I’m not sure if in this point of the setup i have to see Tx in my Core node. It’s always 0. And i have any peers IN in Relay.
Thank you in advance!