Setup payment and stake keys

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!

Hi! Have you sent funds to your payment address? In that case you should be able to see a transaction there if you are in sync with the chain. Did you send it to the correct address?

Hi Freja!
Thank you for your answer. No i didn’t send funds why it’s only a test as the guide said…i need to see the address and the TX ( 0 ) and amount also (0). But i don’t see that.
The address ist correct. It’s defined in payment.addr and i can see it with the command cat.

I think that is normal. Until you make your first transaction there will be no transactions listed when you query for it. If you want to be sure that the setup is working you could send 1 ada to the address and see that you get a first transaction in the list :slight_smile:

sent some ADA to the address but still I do not see any transactions.
cardano-cli query utxo --address $(cat payment.addr) --mainnet
TxHash TxIx Amount