14
1
I am developing a program that monitors transactions.
The first question is how can I know there is a new transaction? I can consider the command listtransactions. However, there is a bit of an issue about this command which I posted in another thread. In short, I can't list transactions from all accounts by NOT providing the account parameter.
Even if it works for me. The API says:
listtransactions [account] [count=10] [from=0] Returns up to [count] most recent transactions skipping the first [from] transactions for account [account]. If [account] is not provided it will return recent transactions from all accounts.
I ran this command with parameters: "", 1,3. I still got the first 3 transactions.
Does anybody have a better idea about how to get new transactions that have not been checked?
No answers yet? If you happen to find the answer somewhere else (e.g. Forums), please post it back here. – ripper234 – 2011-11-20T17:15:14.910