Hacker News new | ask | show | jobs
by ghostbrainalpha 3242 days ago
Forgive me if I'm wrong, but isn't this why LiteCoin was created by a Google Engineer?

Does it solve the problem? Or did it just make a step in the right direction?

2 comments

LiteCoin's proof of work is memory hard so it's harder to create an asic.

A hard proof of work algorithm is required for decentralized coin chains to work. Otherwise it would be easy to create a denial of service attack by rogue agents filling up your blockchain with worthless blocks.

It's worth noting that the qualification should be "easier." But the POW is only one side of the DoS problem bitcoin's model can be forced to experience.

By carefully attacking the network links between miners, someone can significantly extend the amount of time that an attack can take place in. These attacks are expensive, but orthogonal to any PoW algorithm.

Then the problem transforms into: "can I trigger enough small pluralities of miners to split and form opposing but equally long viewpoints?" The only resolution to such a scenairo is to discard most of the divergent blockchains arbitrarily by human consensus.

No Litecoin is not significantly different from Bitcoin in that regard.