Author

Topic: Bitcoin Core 'accounts' (Read 462 times)

sr. member
Activity: 412
Merit: 287
March 30, 2014, 12:22:05 PM
#1
Can someone explain this behaviour to me? listaccounts shows I have an overall minus balance, however I have several UXTO's. I do not make use of the move command, and I have never used the other accounts after creating them. All of my work is done using raw transactions.

So why does the accounts system seem to fail under fairly typical usage?

Code:
thomas@vm1:~$ bitcoind listaccounts
{
    "" : -0.00199600,
    "fees" : 0.00000000,
    "main" : 0.00000000,
    "topup" : 0.00000000
}
thomas@vm1:~$ bitcoind getinfo
{
    "version" : 80600,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00079400,
    "blocks" : 293258,
    "timeoffset" : -1,
    "connections" : 46,
    "proxy" : "",
    "difficulty" : 5006860589.20540047,
    "testnet" : false,
    "keypoololdest" : 1389119686,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}
thomas@vm1:~$ bitcoind listunspent 0
[
    {
        "txid" : "2bd908aac645f81d08b09e84182e4ecf83d9359719b4dd6223a276d7dc35561b",
        "vout" : 1,
        "address" : "1Cx2gxtD7hjMGWeDitXbvL3uaAg9b6r1JK",
        "account" : "",
        "scriptPubKey" : "76a9148311abe3ff907c47e43258df3acf3e51014489fb88ac",
        "amount" : 0.00019800,
        "confirmations" : 489
    },
    {
        "txid" : "3b8f87790583f1a7298108632feb98b8b918f7fdbc01ebb302c5a92d74089a8c",
        "vout" : 1,
        "address" : "1PpM4ZtTeqZaBK6BJpbnwTHYEP6SiiztrV",
        "account" : "",
        "scriptPubKey" : "76a914fa47105ea85de25f3ba450fe90cf24024bd1a1c788ac",
        "amount" : 0.00019800,
        "confirmations" : 527
    },
    {
        "txid" : "51ab51f72d8a2f96277dc30c613bec22165210e42c315b5a39c21b4e033a0594",
        "vout" : 1,
        "address" : "1Cx2gxtD7hjMGWeDitXbvL3uaAg9b6r1JK",
        "account" : "",
        "scriptPubKey" : "76a9148311abe3ff907c47e43258df3acf3e51014489fb88ac",
        "amount" : 0.00019800,
        "confirmations" : 139
    },
    {
        "txid" : "d9395f755a2384a90042ed22b1fdb0c9ab1f989d45ea8c825017995868bc4f5f",
        "vout" : 1,
        "address" : "1Cx2gxtD7hjMGWeDitXbvL3uaAg9b6r1JK",
        "account" : "",
        "scriptPubKey" : "76a9148311abe3ff907c47e43258df3acf3e51014489fb88ac",
        "amount" : 0.00020000,
        "confirmations" : 4
    }
]
Jump to: