Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DCR] Decred - Hybrid PoW/PoS | btcsuite Devs | Tons of New Features | Go
by
coinbird
on 03/04/2016, 16:23:52 UTC
No that doesn't work gives me an error
Code:
getbalance command: wrong number of params (expected between 0 and 3, received 8) (code: ErrNumParams)
Usage:
  getbalance ("account" minconf=1 "balancetype")


Why does getbalance get an error that it receives 8 parameters? The parameters are 3 as in the example. You actually type the command as given with the star, zero and "all". Only change your user and password
cause you should quote the *, eg:
dcrctl --wallet getbalance "*" 0 all


That worked, thank you both