Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DCR] Decred - Hybrid PoW/PoS | btcsuite Devs | Tons of New Features | Go
by
bspus
on 02/04/2016, 17:20:11 UTC
You have uploaded the wrong .asc for 0.0.9

manifest-20160304-01.txt.asc
instead of
manifest-201600401-01.txt.asc

On 0.0.8 I used "listaccounts" to see my overall balance (bought tickets included) but it now shows the same amount as "getbalance default" in 0.0.9 (the available balance without the bought tickets).
Is there another way to show my whole balance?

Does this work? I got it from http://decreddiscovery.blogspot.gr/

Quote
How to check your balance:

    dcrctl -u [walletuser] -P [walletpass] --wallet getbalance * 0 all

    (this will show the total amount of coins that you own)

    dcrctl -u [walletuser] -P [walletpass] --wallet getbalance * 0 locked

    (this will show the amount of DCR that is locked, in PoS tickets or in transactions)

    dcrctl -u [walletuser] -P [walletpass] --wallet getbalance * 0 spendable

     (this will show the total amount of DCR that you can spend freely)