Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Zcoin - The Zerocoin cryptocurrency, guaranteeing financial privacy
by
SffyHcB0E
on 15/10/2016, 13:41:49 UTC
Im looking for the wallet address, immature balance and confirmation as shown by

Code:
zcoind getwalletinfo

but it is unknown command in zcoind. I want to show which address i will use for my deposit.

Now I understand what you're wondering about.

Code:
zcoind help

gives you a list of available RPC commands.


Code:
zcoind listaccounts

shows your available accounts and

Code:
zcoind getaddressesbyaccount

displays the address(es) per account.
I don't know how to display the immature balance.