Does anyone happen to know a formula to calculate how long it would take on average to find a block at the difficulty X with hashingpower Y?
At average it's:
Diff * 2^24 / Your Hashing Power (in Hashes) = seconds at average per block
For example with Diff 3647 and 10 MHash/s:
3647 * 2^24 / 10MHash =
3647 * 16777216 / 10000000 = 6118,5 seconds = 101 min ~ 1,7h
(It's late so hopefully i didn't make a mistake)