How to get a complete list of transactions?

0

listtransactions - 9 provides the latest transactions and actually all =)

How to get all transactions?

user2850846

Posted 2014-05-22T20:34:25.930

Reputation: 21

I am confused by your first sentence, could you perhaps clarify your intent?Murch 2014-05-25T22:03:06.180

Answers

0

listtransactions "" 9999999999

The number at the end is the number of transactions to list. Instead of just 9, if you set a number there larger than the number of transaction (I'm assuming you have less than 9999999999 transactions), you'll get all transactions. Here's the documentation from the wiki, for reference:

listtransactions [account] [count=10] [from=0]

Returns up to [count] most recent transactions skipping the first [from] transactions for account [account]. If [account] not provided it'll return recent transactions from all accounts.

Tim S.

Posted 2014-05-22T20:34:25.930

Reputation: 4 159

Does this list transactions for all accounts or just the default account?Barney Chambers 2018-08-21T13:52:03.957

Is adding this number 9999999999 is good idea ? because it may be possible in long run that this number will be small .Pankaj Kumar 2018-12-05T05:18:08.817