Sponsored Links
-->

Monday, January 29, 2018

Blockchain Scalability: When, Where, How? - Blockgeeks
src: blockgeeks.com

The bitcoin scalability problem is a consequence of the fact that records (known as blocks) in the blockchain are limited to one megabyte in size. Bitcoin miner fees for processing bitcoin transactions rose to above $25 per transaction in December 2017, making small payments uneconomical.

Bitcoin's blocks include the transactions on the bitcoin network. In contrast to Visa's peak of 24,000 transactions per second, the bitcoin network's theoretical maximum capacity with the 1MB block size limit sits between 3.3 and 7 transactions per second. There are various proposed and activated solutions to address this issue.


Video Bitcoin scalability problem



Background

The one-megabyte limit has created a bottleneck in bitcoin, resulting 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 in 2017 characterized this debate as an "ideological battle over bitcoin's future."


Maps Bitcoin scalability problem



Forks

A fork is what occurs when a blockchain splits into two distinct paths moving forward. Forks on the bitcoin network regularly occur as part of the mining process. They happen when two miners find a block at a similar point in time. As a result, the network briefly forks. This fork is subsequently resolved by the software which automatically chooses the longest chain, thereby orphaning the extra blocks added to the shorter chain (that were dropped by the longer chain). A blockchain can also fork when developers change rules in the software used to determine which transactions are valid.

Hard fork

Bitcoin Cash and Bitcoin Gold are examples of hard forks of bitcoin. As per CoinDesk, a hard fork is a change of rules that allows creating new blocks not considered valid by the older software. As per Investopedia, a hard fork is a situation where a blockchain splits into two separate chains as a consequence of two distinct sets of rules trying to govern the system.

Bitcoin XT and Bitcoin Classic both supported an increase to the maximum block size through a hard fork, as a method to improve scalability. Support for both proposals eventually fell over time. Bitcoin Unlimited supports a variable block size limit, which may result in a hard fork. A hard fork can split a network if all the network participants don't follow the fork.

Soft fork

In contrast to a hard fork, a soft fork is a change of rules that creates blocks recognized as valid by the old software, i.e. it is backwards-compatible. Per CoinDesk, a soft fork can also split the network when non-upgraded software creates blocks not considered valid by the new rules. A user-activated soft fork (UASF) is a controversial idea that explores how to perform a blockchain upgrade that is not supported by those who provide the network's hashing power.


Bitcoin Locks In SegWit (Finally) - Bitcoin Center NYC
src: i1.wp.com


Proposed scaling solutions

Various proposals for scaling bitcoin have been presented. In 2015, BIP 100 by Jeff Garzik and BIP 101 by Gavin Andresen were introduced. By mid-2015, some developers were supporting a block size limit of as high as eight megabytes.

  • Bitcoin XT was proposed in 2015 to increase the transaction processing capacity of bitcoin by increasing the block size limit.
  • Bitcoin Classic 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, colloquially termed "The Hong Kong Agreement," that contained a timetable that would see both the activation of the Segregated Witness (SegWit) 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 November 8, 2017 the developers of SegWit2x announced that the hard fork planned for around November 16, 2017 was canceled for the time being due to a lack of consensus.
  • Bitcoin Unlimited advocates for miner flexibility to increase the block size limit and is supported by mining pools ViaBTC, AntPool, investor Roger Ver and Bitcoin Unlimited chief scientist Peter Rizun. 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.
  • BIP148 was a proposal that has been referred to as a User Activated Soft Fork (UASF) or a "populist uprising." It was planned to be triggered on 1 August 2017, and it sought to force miners to activate Segregated Witness. It became unnecessary because miners opted to vote for SegWit activation using the BIP91 scheme.
  • Schnorr signatures have been proposed as a scaling solution by Blockstream's Peter Wuille.
  • A 2006 paper by Mihir Bellare 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.

Schnorr Signatures Might Be Bitcoin's Next Step Forward ...
src: bitcoinist.com


Activated scaling proposals

Segregated Witness

Segregated Witness (SegWit) is an example of a soft fork. Blockstream co-founder and developer Pieter Wuille proposed Segregated Witness in December 2015. SegWit is an update aimed at solving transaction malleability, a known weakness in bitcoin's security. Segregated Witness is a system by which the signature data is segregated from other transaction data. Segregated Witness has been proposed as a solution for scaling, and has impacts in two ways.

Segregated witness makes a number of changes to the protocol. It changes how data is stored in each bitcoin block. SegWit provides a boost in transaction capacity while remaining compatible with earlier versions of bitcoin software. It fixes transaction malleability that has been a roadblock for other bitcoin projects. SegWit allows for an easier implementation of the Lightning Network.


Bitcoin Cash: Does it Solve Problems or Create More? - Bitsonline
src: www.bitsonline.com


Layer 2 proposals

Solutions such as the lightning network and Tumblebit have been proposed to operate on top of the bitcoin network to allow payments to be effected that are not immediately put on the blockchain.

Lightning Network

The Lightning Network is an in-development project that aims to fix the bitcoin scalability. Lightning Network will require putting a funding transaction on the blockchain to open a channel. Payment provider Bitrefill tweeted in December 2017 claiming it was the first lightning transaction operating on the bitcoin network. In January 2018 Blockstream launched a payment processing system for web retailers called "Lightning Charge," and noted that lightning was live on mainnet with 200 nodes operating as of January 27, 2018, and advised it should still be considered "in testing."


Schnorr Signatures Might Be Bitcoin's Next Step Forward ...
src: i1.wp.com


See also

  • Software development
  • List of bitcoin forks

Can Blockchain Solve Its Scalability Problem? - YouTube
src: i.ytimg.com


References


Bitcoin cash blockchain size
src: clubedovendedor.com.br


External links

  • Bitcoin Scaling Problem, explained
  • Bitcoins Other Scaling Problem
  • Bitcoins Scalability Issues
  • Block size limit controversy

Source of the article : Wikipedia

Comments
0 Comments