How do i view the T-address where the mining rewards are going to

Zcash user guide says when mining the rewards are sent to a t-address.
How does one view this ?
the command ./src/zcash-cli z_listaddresses only shows the Zaddress that was generated by the command ./src/zcash-cli z_getnewaddress
So where are my mining rewards being sent to if i’m not mining with a pool and just using the mainnet.z.cash server

./src/zcash-cli listaddresses

The “listaddresses” is not working at the moment…
Are you sure this is the correct method?

I don’t know how to see the t_addr where the mining rewards should go.

one command that seems useful is
./zcash-cli listreceivedbyaddress 0 true
Displays your t addresses and the amount they hold

1 Like

also may work

~/zcash/./src/zcash-cli z_listaddresses

~/zcash/./src/zcash-cli listreceivedbyaddress 0 true

How can i send money from T addr to T addr, i mean to some exchange for example,

1 Like

./zcash/src/zcash-cli z_sendmany “$TADDR” “[{"address": "$DEPO", "amount": .00241}]”

thanks stitch this is what i was looking for.

./zcash-cli listreceivedbyaddress 0 true

cheers !

Where can i see my hashrate, and how do i transfer from -t to -z?