2
I've heard that what prevents the fastest computers from almost always dominating pools is that each miner is hashing different data because of the generation transaction. However, if I solo mine with many of my own computers running miners connecting to a bitcoind I'm running, it seems like I'm going to redo the same work across all miners because the generation transaction address would be the same. Or should each miner have its own address? Or should bitcoind generate a new address for each getwork request?
Are all of the miners doing their getwork() requests from the same instance of bitcoind? – David Perry – 2012-10-10T03:18:42.133
1The threshold where solo mining doesn't make sense is currently anything below tens of GHashs/s. Perhaps nearing 100 Ghash/s soon. Are you sure you want to solo mine? – Stephen Gornick – 2012-10-10T05:05:12.803
Sorry for not being clear; this question was purely theoretical.
@DavidPerry Yes, as if I'm operating a pool just for myself. – ConstableJoe – 2012-10-10T17:57:42.927