Hi,
this might be a bit late. I want to update the IRC bot from hashes/minute to collisions/minute but I cant figure out the difference.
This is how I calculated the initial network hashrate in H/min:
hashrate = (diff * (2 ** 32) * 60.0) / blocktime
But how to calculate the network collision rate in C/min? Is it comparable?