Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: Chooseusername on November 13, 2010, 05:37:36 PM



Title: How to list transactions with bitcoind
Post by: Chooseusername on November 13, 2010, 05:37:36 PM
I'm thinking about billing where every user has a wallet address to send money on it. It will be permanent for user convinience. But how can I list latest transactions from some period of time to take them into account and list transactions on concrete address to make report showing that our calculations is clear and fair?


Title: Re: How to list transactions with bitcoind
Post by: jgarzik on November 13, 2010, 06:43:06 PM
I'm thinking about billing where every user has a wallet address to send money on it. It will be permanent for user convinience. But how can I list latest transactions from some period of time to take them into account and list transactions on concrete address to make report showing that our calculations is clear and fair?

You need the 'listtransactions' source code patch.  bitcoin cannot do this by default.


Title: Re: How to list transactions with bitcoind
Post by: Chooseusername on November 13, 2010, 06:44:51 PM
bitcoin cannot do this by default.
Is this made for security reasons? Or just incomplete?