Post
Topic
Board Development & Technical Discussion
Re: PHP - Bidcoind check for new transactions.
by
OsNaP
on 06/09/2014, 17:24:41 UTC
New transactions will either be in new blocks or there will be a reorg and the block hash you give to listsinceblock will be outside of the main chain, causing listsinceblock to dump all of your transactions.

But dumping all transactions is a problem right?
Like memory.
Is there a way to batch the transactions?
We will be having a lot of transactions.