2
1
I am writing transaction monitoring service but I am having some problems with listing since block hash. I have bitcoind daemon and when I execute listTransactions some transactions have same block hash so if I would try to listSinceBlock I would have problems. How this all works?
How long one block hash last? So how often is block hash changed? – gorgi93 – 2013-05-08T13:09:47.143
The hash of a block does never change. It's its identifier, every block has a unique block hash. – Steven Roose – 2013-05-08T17:52:22.370