Post
Topic
Board Development & Technical Discussion
Re: What are the best alternatives to SHA256 ?
by
ByteCoin
on 28/04/2011, 14:34:29 UTC
Having big concentrations of specialized hardware makes it much harder to attack using large botnets.

So that's the problem with a proof-of-work suitable for PCs.

The problem is government agencies who can afford to make a custom ASIC and then fill a whole building with them.

And this is the problem with the current proof-of-work suitable for ASICs (and GPUs).

The solution is to alternate between the two and maintain two independent difficulty targets, one for even blocks (PCs) and one for odd blocks (GPUs). Anyone wanting to take over the network would have to be able to generate both types of work.

Even better would be having an altruistically useful proof of work like protein folding or finding Mersenne primes so we could even have people supporting bitcoin incidentally, even though their primary motivation was folding proteins or finding large primes.

A useful proof-of-work would have to have the properties enumerated in the following post
http://bitcointalk.org/index.php?topic=203.msg3669#msg3669

ByteCoin