What are the differences between the Bitcoin and Litecoin algorithms and protocol?
Asked
Active
Viewed 2,600 times
1 Answers
19
Litecoin is exactly like Bitcoin, but:
- The hashing algorithm is CPU-friendly, meaning that having powerful GPU doesn't let you mine fast.
- The difficulty of the blocks is set so they would be mined about every 2,5 minutes, instead of 10.
Other differences are cosmetic, like aiming to generate more Litecoins than there will be Bitcoins, using different port, etc.

ThePiachu
- 43,091
- 25
- 139
- 348
-
3What is the advantage of the "faster" blocks? Is the generally accepted confirmation interval now 24 blocks (or still only six)? – Thilo Nov 03 '11 at 11:46
-
Faster blocks mainly generate faster, but one should be careful, since it is easier to manipulate them to harm the users. As for how many confirmations is accepted, it all depends on the client implementation and the users, not necessary the algorithm itself. Interesting question though. – ThePiachu Nov 03 '11 at 11:54
-
One advantage is that if you only care about 1 confirmation, you have to wait an average of 2.5 minutes, instead of 10. You'll get less security in these 2.5 minutes, but more security than if you don't wait to any confirmations. – ripper234 Nov 03 '11 at 12:29
-
1If you just care for faster blocks, you should check out answer to this question: http://bitcoin.stackexchange.com/questions/1557/speed-of-operations-in-the-bitcoin-network . Apparently Geist Gelt tries to keep their block generation at about 1 block per 15 seconds. – ThePiachu Nov 03 '11 at 12:36
-
1ThePiachu Good link with lots of interesting references. @Thilo You are correct: if you want to have the same level of security you need to wait for 24 blocks. What matters here is time (1 hour) and not the number of blocks. This question may also interest you. – nmat Nov 03 '11 at 13:00
-
1@nmat for >0 confirms you no need to wait an equivelent amount of time. The one (and small IMHO) advantage of faster block is that any confirmations are better than 0 confirmation and the confirmation window is reduced in smaller blocks. That small advantage doesn't in my opinion outweigh the other costs of faster block time. – DeathAndTaxes Nov 03 '11 at 13:10
-
2@theUnhandledException To minimize probability of successful double-spend by an agent with <50% of the hashrate for an unlimited amount of time, what matters it the number of blocks, not the amount of time. – Meni Rosenfeld Nov 03 '11 at 14:17
-
Litecoin is no longer CPU only. – B Seven Sep 30 '12 at 14:19
-
2As far as I understand litecoin is less about denying GPU mining over CPU, but making stuff like ASICs not really viable. A by product of that is that GPUs don't have much advantage over CPUs. – placeybordeaux Feb 24 '13 at 18:32
-
More like making ASICs more expensive. There's no way to make them not viable and still have an algorithm runnable on standard PCs. – eMansipater May 06 '13 at 23:47