Author

Topic: Listtransactions not working? (wind0ws) (Read 1343 times)

legendary
Activity: 1708
Merit: 1020
February 23, 2012, 04:10:37 AM
#1
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?
Jump to: