Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DCR] Decred - Hybrid PoW/PoS | btcsuite Devs | Tons of New Features | Go
by
Penttikuisma
on 15/02/2017, 12:51:57 UTC
What's the correct command to check total balance (locked and spendable). Since in 0.8.0 it has changed slightly, I wonder if I use the right one because my balance does not show up correctly after ticket purchase. The balance was however shown correctly after 0.8.0 update.

Is this the correct command?
$ ./dcrctl --wallet getbalance "default"

With this as output:
{
  "balances": [
    {
      "accountname": "default",
      "immaturecoinbaserewards": x,
      "immaturestakegeneration": x,
      "lockedbytickets": x,
      "spendable": x,
      "total": x,
      "votingauthority": x
    }
  ],



Yes, that shows balance of "default" account.