Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: Kouye on November 20, 2013, 07:12:28 PM



Title: listaccounts command
Post by: Kouye on November 20, 2013, 07:12:28 PM
I was playing with QT debug console and got very surprised by the output of the "listaccounts" command.

Basically, the default "account" is negative, and all the others are positive.
This does not reflect at all the unspent outputs for each of those "accounts", which I find very disturbing.

I found this old thread about the same issue:
https://bitcointalk.org/index.php?topic=114285.0

And I have 2 questions.
- Someone in linked thread suggests using sendfrom to avoid this issue, but that fails because of the "hidden" change address, right?
- If so, what is the most simple way to list unspent outputs for each address known in your wallet?