Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: phelix on February 23, 2012, 09:10:37 AM



Title: Listtransactions not working? (wind0ws)
Post by: phelix on February 23, 2012, 09:10:37 AM
Quote
bitcoind listtransactions
[
    {
        "account" : "...",
        "address" : "...",
        "category" : "receive",
        "amount" : 0.01000000,
        "confirmations" : 109,
        "txid" : "...",
        "time" : 1329973005
    }
]

bitcoind listtransactions "*"
error: type mismatch

bitcoind listtransactions \"*\"
[
]

bitcoind listtransactions count=10
[
]

bitcoind listtransactions count=10 from=0
error: type mismatch


am I missing something?