Post
Topic
Board Development & Technical Discussion
Re: PHP - Bidcoind check for new transactions.
by
theymos
on 06/09/2014, 16:21:19 UTC
I could make the "listtransactions" loop scalable by using the "[count=10] [from=0]" parameters.

listtransactions loops through all wallet transactions (internally, in the implementation) no matter what arguments you give it.