UASF
   HOME

TheInfoList



OR:

The Bitcoin scalability problem refers to the limited capability of the Bitcoin network to handle large amounts of transaction data on its platform in a short span of time. It is related to the fact that records (known as ''blocks'') in the Bitcoin blockchain are limited in size and frequency. Bitcoin's blocks contain the transactions on the bitcoin network. The on-chain transaction processing capacity of the bitcoin network is limited by the average block creation time of 10 minutes and the original block size limit of 1 megabyte. These jointly constrain the network's
throughput Network throughput (or just throughput, when in context) refers to the rate of message delivery over a communication channel, such as Ethernet or packet radio, in a communication network. The data that these messages contain may be delivered ove ...
. The transaction processing capacity maximum estimated using an average or median transaction size is between 3.3 and 7 transactions per second. There are various proposed and activated solutions to address this issue.


Background

The block size limit, in concert with the proof-of-work difficulty adjustment settings of bitcoin's consensus protocol, constitutes a
bottleneck Bottleneck literally refers to the narrowed portion (neck) of a bottle near its opening, which limit the rate of outflow, and may describe any object of a similar shape. The literal neck of a bottle was originally used to play what is now known as ...
in bitcoin's transaction processing capacity. This can result in increasing transaction fees and delayed processing of transactions that cannot be fit into a block. Various proposals have come forth on how to scale bitcoin, and a contentious debate has resulted. ''
Business Insider ''Insider'', previously named ''Business Insider'' (''BI''), is an American financial and business news website founded in 2007. Since 2015, a majority stake in ''Business Insider''s parent company Insider Inc. has been owned by the German pub ...
'' in 2017 characterized this debate as an "ideological battle over bitcoin's future."


Forks

Increasing the network's transaction processing limit requires making changes to the technical workings of bitcoin, in a process known as a ''fork''. Forks can be grouped into two types:


Hard fork

Bitcoin Cash ("BCH") is a hard fork of bitcoin increasing the maximum block size.
Bitcoin XT Bitcoin forks are defined variantly as changes in the protocol of the bitcoin network or as the situations that occur "when two or more blocks have the same block height". A fork influences the validity of the rules. Forks are typically conduct ...
,
Bitcoin Classic Bitcoin forks are defined variantly as changes in the protocol of the bitcoin network or as the situations that occur "when two or more blocks have the same block height". A fork influences the validity of the rules. Forks are typically conduct ...
and Bitcoin Unlimited each supported an increase to the maximum block size. On 1 August 2017, the day when BTC forked, the BTC blockchain split into two separate blockchains: one maintained in accordance with the rules currently valid for Bitcoin, and the other maintained in accordance with the rules currently valid for Bitcoin Cash. If one had coins on the Bitcoin chain prior to the fork and has not yet moved them, one could move them on one or the other or both chains. Thus, all holders of Bitcoin also became holders of Bitcoin Cash at the time of the split. Henceforth Bitcoin and Bitcoin Cash are separate and trade at entirely independent valuations relative to each other, fiat currencies, and other assets. Bitcoin SV ("BSV") is a hard fork of Bitcoin Cash and offers a competing implementation of the Bitcoin protocol that aims to solve the Bitcoin scalability problem by implementing an unbounded block cap size, enabling the network to produce blocks of unlimited size.


Soft fork

Segregated Witness Segregated Witness, or SegWit, is the name used for an implemented soft fork change in the transaction format of Bitcoin. The formal title "Segregated Witness (Consensus layer)" had Bitcoin Improvement Proposal number BIP141. The declared purpose ...
is an example of a soft fork. In case of a soft fork, all mining nodes meant to work in accordance with the new rules need to upgrade their software.


Efficiency improvements

Technical optimizations may decrease the amount of computing resources required to receive, process and record bitcoin transactions, allowing increased throughput without placing extra demand on the bitcoin network. These modifications can be to either the network, in which case a fork is required, or to individual node software (such as
Bitcoin Core Bitcoin (abbreviation: BTC; sign: ₿) is a decentralized digital currency that can be transferred on the peer-to-peer bitcoin network. Bitcoin transactions are verified by network nodes through cryptography and recorded in a public distrib ...
). * Schnorr signatures have been proposed as a scaling solution by long-time developer and
Blockstream Blockstream is a blockchain technology company led by co-founder Adam Back, headquartered in Victoria, Canada, with offices and staff worldwide. The company develops a range of products and services for the storage and transfer of Bitcoin and ot ...
co-founder Pieter Wuille. * Merkelized Abstract Syntax Trees (MAST) is a proposal by Johnson Lau which reduces the size of smart contracts (complex scripts), and increases their privacy. * A 2006 paper by
Mihir Bellare Mihir Bellare is a cryptographer and professor at the University of California San Diego. He has published several seminal papers in the field of cryptography (notably in the area of provable security), many of which were co-written with Phillip R ...
enables signature aggregation in O(1) size, which means that it will not take more space to have multiple signers. Bellare-Neven reduces to Schnorr for a single key. Bellare-Neven has been implemented.


"Layer 2" systems

The
Lightning Network The Lightning Network (LN) is a "layer 2" payment protocol layered on top of Bitcoin (and other blockchains and cryptocurrencies). It is intended to enable fast transactions among participating nodes and has been proposed as a solution to the ...
(LN) is a protocol that aims to improve bitcoin's scalability and speed without sacrificing trustless operation. The Lightning Network requires putting a funding transaction on the blockchain to open a payment channel. Once a channel is opened, connected participants are able to make rapid payments within the channel or may route payments by "hopping" between channels at intermediate nodes for little to no fee. In January 2018
Blockstream Blockstream is a blockchain technology company led by co-founder Adam Back, headquartered in Victoria, Canada, with offices and staff worldwide. The company develops a range of products and services for the storage and transfer of Bitcoin and ot ...
launched a payment processing system for web retailers called "Lightning Charge", noted that lightning was live on mainnet with 200 nodes operating as of 27 January 2018 and advised it should still be considered "in testing". On 15 March 2018, Lightning Labs released the beta version of its lnd Lightning Network implementation for bitcoin mainnet, and on 28 March 2018, ACINQ released a mainnet beta of its eclair implementation and desktop application. In January 2019 the online retailer Bitrefill announced that it receives more payments in Bitcoin via the lightning network than any other cryptocurrency they accept. In June 2021, the Legislative Assembly of El Salvador voted legislation to make Bitcoin
legal tender Legal tender is a form of money that courts of law are required to recognize as satisfactory payment for any monetary debt. Each jurisdiction determines what is legal tender, but essentially it is anything which when offered ("tendered") in ...
in El Salvador. The decision was based on the success of the Bitcoin Beach ecosystem in El Zonte that used a LN based wallet. The government will be introducing a wallet utilising the Lightning Network protocol while giving the freedom for citizens to use other Bitcoin Lightning wallets.


Block size increases

Bitcoin's transaction throughput is limited by two parameters: * the ''block time'' determines how often a new block is added to the chain, * the ''block size'' determines the amount of data that can be added with every block. Bitcoin has a block time of 10 minutes and a block size of 1MB. Various increases to this limit, and proposals to remove it completely, have been proposed over bitcoin's history.
Litecoin Litecoin ( Abbreviation: LTC; sign: Ł) is a decentralized peer-to-peer cryptocurrency and open-source software project released under the MIT/X11 license. Inspired by Bitcoin, Litecoin was among the earliest altcoins, starting in October 201 ...
produces blocks four times faster than Bitcoin which leads to a 4x improvement in throughput.
Dogecoin Dogecoin ( or , Abbreviation: DOGE; sign: Ð) is a cryptocurrency created by software engineers Billy Markus and Jackson Palmer, who decided to create a payment system as a "joke", making fun of the wild speculation in cryptocurrencies at the ...
has even more throughput with a block time of 1 minute. Bitcoin Cash has a block size of 32 MB and hence 32x more throughput than Bitcoin.
Bitcoin SV Bitcoin Cash is a cryptocurrency that is a fork of Bitcoin. Bitcoin Cash is a spin-off or altcoin that was created in 2017. In November 2018, Bitcoin Cash split further into two cryptocurrencies: Bitcoin Cash and Bitcoin SV. History Since i ...
removed the block size limit altogether.


Proposed

* In 2015
BIP100
by Jeff Garzik an
BIP101
by Gavin Andresen were introduced. *
Bitcoin XT Bitcoin forks are defined variantly as changes in the protocol of the bitcoin network or as the situations that occur "when two or more blocks have the same block height". A fork influences the validity of the rules. Forks are typically conduct ...
was proposed in 2015 to increase the transaction processing capacity of bitcoin by increasing the block size limit. *
Bitcoin Classic Bitcoin forks are defined variantly as changes in the protocol of the bitcoin network or as the situations that occur "when two or more blocks have the same block height". A fork influences the validity of the rules. Forks are typically conduct ...
was proposed in 2016 to increase the transaction processing capacity of bitcoin by increasing the block size limit. * "The Hong Kong Agreement" was a 2016 agreement of some miners and developers that contained a timetable that would see both the activation of the Segregated Witness (
SegWit Segregated Witness, or SegWit, is the name used for an implemented soft fork change in the transaction format of Bitcoin. The formal title "Segregated Witness (Consensus layer)" had Bitcoin Improvement Proposal number BIP141. The declared purpo ...
) proposal established in December 2015 by Bitcoin Core developers, and the development of a block size limit increased to 2 MB. However, both timelines were missed. * SegWit2x was a proposed hard fork of the cryptocurrency bitcoin. The implementation of Segregated Witness in August 2017 was only the first half of the so-called "New York Agreement" by which those who wanted to increase effective block size by SegWit compromised with those who wanted to increase block size by a hard fork to a larger block size. The second half of SegWit2x involved a hard fork in November 2017 to increase the blocksize to 2 megabytes. On 8 November 2017 the developers of SegWit2x announced that the hard fork planned for around 16 November 2017 was canceled for the time being due to a lack of consensus. * Bitcoin Unlimited advocated for miner flexibility to increase the block size limit and is supported by mining pools ViaBTC, AntPool and investor
Roger Ver Roger Keith Ver (born 27 January 1979) is an early investor in Bitcoin, Bitcoin-related startups and an early promoter of Bitcoin. Ver has sometimes been referred to as "Bitcoin Jesus". He now primarily promotes Bitcoin Cash as Ver sees it as fu ...
. Bitcoin Unlimited's proposal is different from Bitcoin Core in that the block size parameter is not hard-coded, and rather the nodes and miners flag support for the size that they want, using an idea they refer to as 'emergent consensus'. Those behind Bitcoin Unlimited proposal argue that from an ideological standpoint the miners should decide about the scaling solution since they are the ones whose hardware secure the network.


See also

* Software development *
List of bitcoin forks Bitcoin forks are defined variantly as changes in the protocol of the bitcoin network or as the situations that occur "when two or more blocks have the same block height". A fork influences the validity of the rules. Forks are typically conduct ...


References

{{Portal bar, Free and open-source software, Internet, Numismatics Cryptocurrencies Scalability problem