Dear all,
I created t address using the command:
./src/zcash-cli getnewaddress
But i didn’t find any command to show all of the t address which i have already generated. Could anyone help me?
Dear all,
I created t address using the command:
./src/zcash-cli getnewaddress
But i didn’t find any command to show all of the t address which i have already generated. Could anyone help me?
./zcash/src/zcash-cli listreceivedbyaddress 0 true
I’ve used $ ./src/zcash-cli listaddressgroupings
to list t addresses and $ ./src/zcash-cli z_listaddresses
to list z addresses. This gives me different responses than what @malandante suggests above, so I’m not sure which is more correct.
thanks ayleph. it seems the command listaddressgroupings only displays the t address which the balance is great than 0. When you create a new t address, it couldn’t show it use the listaddressgroupings command.
thanks for your reply.
You’re welcome (20 chars)