Litecoin: A Peer-to-Peer Internet Currency
Litecoin does not have its own whitepaper. Created in 2011 by Charlie Lee as a fork of Bitcoin, it modifies Bitcoin's design with the Scrypt hashing algorithm and 2.5-minute block times. The document presented here is based on Bitcoin's original whitepaper, which serves as Litecoin's technical foundation.
Introduction
Introduction
Litecoin is the result of some of us who joined together on IRC in an effort to create a real alternative currency similar to Bitcoin. We wanted to make a coin that is silver to Bitcoin's gold. Various alternative currencies have come and gone. Some brought innovation, but they all had problems.
Litecoin is a peer-to-peer Internet currency that enables instant, near-zero cost payments to anyone in the world. Litecoin is an open source, global payment network that is fully decentralized without any central authorities. Mathematics secures the network and empowers individuals to control their own finances. Litecoin features faster transaction confirmation times and improved storage efficiency than the leading mathbased currency. With substantial industry support, trade volume and liquidity, Litecoin is a proven medium of commerce complementary to Bitcoin.
Blockchain
Blockchain
The Litecoin blockchain is capable of handling higher transaction volume than its
counterpart - Bitcoin. Due to more frequent block generation, the network supports
more transactions without a need to modify the software in the future.
As a result, merchants get faster confirmation times, while still having ability to wait for
more confirmations when selling bigger ticket items.
Wallet Encryption
Wallet encryption allows you to secure your wallet, so that you can view transactions
and your account balance, but are required to enter your password before spending
litecoins.
This provides protection from wallet-stealing viruses and trojans as well as a sanity
check before sending payments.
Mining Reward
Miners are currently awarded with 25 new litecoins per block, an amount which gets
halved roughly every 4 years (every 840,000 blocks).
The Litecoin network is therefore scheduled to produce 84 million litecoins, which is 4
times as many currency units as Bitcoin.
Open Source Software Litecoin is an open source software project released under the MIT/X11 license which gives you the power to run, modify, and copy the software and to distribute, at your option, modified copies of the software. The software is released in a transparent process that allows for independent verification of binaries and their corresponding source code.
ixcoin - Nasakioto premined 580k coins. Seemed like a pump and dump. Competed with Bitcoin for GPU resources - Dead (~2 gh/s) i0coin - Basically ixcoin without the premine. Not much support was given to this coin after it was released. - Dead (~5 gh/s)
SolidCoin - Innovative quick transaction times. Appears to have been run aground by CoinHunter, its creator, due to insecure changes and immature forum presence. - Dead, shutdown by CoinHunter GeistGeld - Lolcust premined 7.7 million coins. 15 second block time is probably a bit extreme. - Alive, but limping (~15 gh/s) Tenebrix - Lolcust premined 7.7 million coins. CPU proof of work using scrypt is very innovative. Price doing fairly well on btc-e.com. - Alive (~0.003 gh/s) Fairbrix - Basically Tenebrix without the premine. First launch was crippled due to bad config. Relaunch attacked initially - Doing OK now, but no exchange so far. - Alive, but limping (~0.0001 gh/s)
We wanted the best innovations of Bitcoin and these other currencies to create a coin with all of their benefits, but nearly none of their problems.
Proof of Work
Proof of Work
We really liked Tenebrix's Scrypt proof of work. Using Scrypt allows one to mine Litecoin while also mining Bitcoin. We humbly offer a big thanks to ArtForz for the implementation.
Premines
Litecoin will come with 150 premined coins: just the genesis block and the first 2 blocks to confirm the genesis is valid. We believe a coin needs to be released in a fair manner. Having one person (or a group) control a large amount of coins that can be used as they see fit is against the decentralized vision of Bitcoin. Yes, it is true that without a stash of premined coins, we will not be able to afford to pay for bounties, but we believe people will see the virtue of this coin, invest in it as early adopters, and will be willing to spend time creating services to make this coin better.
Fast transactions
We were impressed by the convenience of SolidCoin's fast transactions. Although we know that fast confirmations are not necessarily as secure as Bitcoin's slower confirmations, they are very convenient for small merchants who don't need transactions to be super secure. The average Litecoin block takes 2.5 minutes, one quarter of Bitcoin's 10 minutes. So if merchants wanted to be as safe as Bitcoin, they can wait for 4 times the number of Litecoin confirmations as compared to Bitcoin. But most merchants can readily accept 1-confirmed transactions for small amounts of litecoins.
Difficulty retarget
We will keep the retarget block the same as Bitcoin's 2016, but because blocks are found 4 times faster, difficulty will retarget about every 3.5 days. The combination of fast retarget times and Scrypt proof of work (Litecoin will not compete with Bitcoin for miners) means we expect to not see the sort of problem Namecoin encountered; hashing power that leaves more suddenly than it came, causing a high difficulty slog for everyone who stayed.
Coin generation
Miners will generate 50 coins per block. In light of our faster blocks, to properly mimic
Bitcoin's generation trajectory, we needed to change the blocks at which coin generation is halved. Bitcoin generation is halved every 210,000 blocks. Litecoin generation will be halved every 840,000 blocks. For those of you doing the math, Litecoin is scheduled to produce roughly 4 times as many coins as Bitcoin, about 84 million litecoins.
Fairness
Fairness
We have come up with a plan that we believe is most fair. Some previous coins were released without Windows binaries or without source code; we consider this as unfair as it is unsafe.
We released the source code and binaries ahead of time... 3 days before launch. People had time to compile the source and run the client on their machines against the Litecoin testnet. So people were able to make sure everything was working well before the launch. We also had a poll so that people can vote for a launch time that best suits them. At the time of the launch (Oct 12 03:00 GMT), we released the genesis hash and everyone started mining at the same time. All it took was a simple change in the config file in order to mine the real coin instead of the testnet coin.
51% attack
The problem with alternative currencies is that the network hashrate is likely low when the coin starts up, making an easy target for any potential 51% attacker. With a little hope, a little prayer, a lot of hype, and due to our innovative release, there was a large hashrate from minute one. We believe this deterred any attackers from targeting this chain. As expected, there was a lot of natural orphaning of blocks, due to having so many people mining on the chain at once. With block locking at every difficulty change, we were able to avoid any attacks from succeeding. (if there were any)
Source code
The source code is here: https://github.com/litecoin-project/litecoin
This is based on the latest Bitcoin code. You can either build the daemon version (litecoind) or you can build the gui version (Litecoin QT). See the build docs.
Similar to Bitcoin, you may want to create a litecoin.conf file here:
Windows: C:\Documents and Settings\
Port is 9333. Open if on your router if you know how. This will allow you to have more than 8 connections. And default RPC port is 9332. This is the port miners will use to communicate with your client/daemon.
Sample litecoin.conf file: Code: server=1 rpcuser=user
rpcpassword=password
Change this if you want to use a different rpc port for mining
rpcport=9332
Only uncomment this if you are running litecoind and want to run Litecoin in the
background (not Litecoin QT)
daemon=1
See also Bitcoin white paper
Frequently Asked Questions
- What is the Litecoin whitepaper?
- Litecoin does not have its own whitepaper. Created by Charlie Lee in 2011 as a fork of Bitcoin, it modifies Bitcoin's design with the Scrypt hashing algorithm and 2.5-minute block times. It is often described as 'silver to Bitcoin's gold.'
- Who created Litecoin and when?
- Litecoin was created by Charlie Lee, a former Google and Coinbase engineer. It launched on October 7, 2011, as one of the earliest Bitcoin alternatives (altcoins), designed to complement Bitcoin with faster and lighter transactions.
- What is Litecoin's core technical approach?
- Litecoin's design modifies Bitcoin by using the Scrypt hashing algorithm (memory-intensive, originally ASIC-resistant), 2.5-minute block times (4x faster than Bitcoin), and a higher total supply of 84 million LTC (4x Bitcoin's 21 million).
- How does Litecoin's consensus mechanism work?
- Litecoin uses Scrypt-based proof-of-work. The Scrypt algorithm was initially chosen for ASIC resistance (though ASICs were eventually developed). Block difficulty adjusts every 2,016 blocks to maintain the 2.5-minute target block time.
- How does Litecoin differ from Bitcoin?
- Litecoin offers 4x faster block times (2.5 vs 10 min), 4x higher supply cap (84M vs 21M), and uses Scrypt instead of SHA-256. It has historically served as a testbed for Bitcoin features — adopting SegWit and Lightning Network before Bitcoin.
- What is Litecoin's supply model?
- Litecoin has a hard cap of 84 million coins. Block rewards halve every 840,000 blocks (~4 years). The initial reward was 50 LTC, following the same halving economics as Bitcoin but with proportionally scaled parameters.
- What are Litecoin's primary use cases?
- Litecoin is used for everyday payments and transactions. Its faster confirmation times and lower fees compared to Bitcoin make it suitable for point-of-sale payments, remittances, and as a testing ground for Bitcoin protocol upgrades.
- What problem does Litecoin address?
- Litecoin addresses Bitcoin's slow transaction confirmation and high fees by providing faster block times and a larger supply. It serves as a complementary payment network — lighter and faster for everyday transactions while Bitcoin handles store of value.
- How does Litecoin's security model work?
- Litecoin's security relies on Scrypt proof-of-work mining. While it has less hash power than Bitcoin, the Scrypt algorithm requires more memory, originally making mining more accessible. The MWEB upgrade added optional privacy via Mimblewimble.
- What is the current state of the Litecoin ecosystem?
- Litecoin is one of the longest-running cryptocurrencies, with consistent adoption by payment processors (BitPay, CoinGate). The MWEB (Mimblewimble Extension Blocks) upgrade added optional privacy and confidential transactions. Litecoin remains among the top 30 cryptocurrencies by market cap.