follow us on twitter . like us on facebook . follow us on instagram . subscribe to our youtube channel . announcements on telegram channel . ask urgent question ONLY . Subscribe to our reddit . Altcoins Talks Shop Shop


This is an Ad. Advertised sites are not endorsement by our Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise Here

Author Topic: Bitcoin scalability problem  (Read 493 times)

Offline Niko

  • Hero Member
  • *
  • *
  • Activity: 1030
  • points:
    4227
  • Karma: 2
  • Trade Count: (0)
  • Referrals: 7
  • Last Active: January 11, 2021, 01:13:05 PM
    • View Profile

  • Total Badges: 18
    Badges: (View All)
    10 Posts First Post Fifth year Anniversary
Bitcoin scalability problem
« on: September 28, 2018, 10:27:37 AM »
Bitcoin scalability problem


The bitcoin scalability problem refers to the discussion concerning the limits on the amount of transactions the bitcoin networkcan process. It is related to the fact that records (known as blocks) in the bitcoin blockchain are limited in size and frequency. [1] Bitcoin's blocks contain the transactions on the bitcoin network. [2]: ch. 2The on chain transaction processing capacity of the bitcoin network is limited by the average block creation time of 10 minutes and the block size limit. These jointly constrain the network's throughput. The transaction processing capacity maximum is estimated between 3.3 and 7 transactions per second. [3] There are various proposed and activated solutions to address this issue.
BackgroundEdit

The block size limit has created a bottleneckin bitcoin, resulting in increasing transaction fees and delayed processing of transactions that can not be fit into a block. [4] Various proposals have come forth on how to scale bitcoin, and a contentious debate has resolved. Business Insider in 2017 characterized this debate as an "ideological battle over bitcoin's future." [5]

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 Edit
A hard fork is a rule change such that the software validating according to the old rules will see the blocks produced according to the new rules as invalid. In case of a hard fork, all nodes mean to work in accordance with the new rules need to upgrade their software. [6]

If one group of nodes continues to use the old software while the other nodes use the new software, a split can occur. For example, Ethereum has hard-forked to "make whole" the investors in the DAO, which had been hacked by exploiting a vulnerability in its code. [7] In this case, the fork resolved in a split creating Ethereum and Ethereum Classic chains. In 2014 the Nxt community was asked to consider a hard fork that would have led to a rollback of the blockchain records to mitigate the effects of a theft of 50 million NXT from a major cryptocurrency exchange. The hard fork proposal was rejected, and some of the funds were recovered after negotiations and ransom payment. [8]

Alternately, to prevent a permanent split, a major of nodes using the new software may return to the old rules, as was the case of bitcoin split on 12 March 2013. [9]

Bitcoin Cash is a hard fork of bitcoin increasing the maximum block size. Bitcoin XT, Bitcoin Classic and Bitcoin Unlimited all supported an increase to the maximum block size through a hard fork.

Soft forkEdit

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. [6] As for a hard fork, a soft fork can also split the blockchain when non-upgraded software creates blocks not considered valid by the new rules. [6]

User activatedEdit
A user activated soft fork (UASF) is a contentious concept of enforcing a soft fork rule change without the majority of miners. [6]

Segregated Witness is an example of a soft fork.
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 configurations can be to either the network, in which case a fork is required, or to individual node software (such as Bitcoin Core).

Schnorr signatures have been proposed as a scaling solution by long-time developer and blockstream co-founder Pieter Wuille. [10]
Merkelized Abstract Syntax Trees (MAST) is a proposal by Johnson Lau which reduces the size of smart contracts (complex scripts), and increases their privacy. [11]
A 2006 paper by Mihir Bellare enables signature agreement in O (1) size, which means that it will not take more space to have multiple signers. Bellare-Neven brings to Schnorr for a single key. [12] Bellare-Neven has been implemented. [13] [14] [better source needed]

Layer 2 "systems:
A Bitcoin payment over the lightning network is being paid. The payment process works by receiving an invoice from some web service and paying it with a Lightning Network Wallet (In this case zap wallet). The process is completely anonymous. No registration to the web service was necessary nor does the payee (owner of the web service) know from what the payment was received (unless like in this case the process is recorded). No direct payment channel between sender and receiver of the payment issued. Neverheless funds have been transferred within 2 seconds from America to Europe. No custodian or central authority was involved. Before payment the sender had total control of the funds. After receiving the funds the payee had complete control. In case the trustless network had failed, the funds would have been in the senders control after the time lock of the Hashed Time Lock Contracts

Protocols such as the Lightning Network and Tumblebit have been proposed which operate on top of the bitcoin network as a cache to allow payments to be effected that are not immediately put on the blockchain. [15]

The Lightning Network is a protocol that aims to improve bitcoin's scalability and speed. The Lightning Network requires putting a fund transaction on the blockchain to open a channel. [16] Payment provider Bitrefill tweeted in December 2017 claiming it was the first lightning transaction operating on the bitcoin network. [17] In January 2018 Blockstreamlaunched a payment processing system for web retailers called "Lightning Charge", 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." [18] 19] On March 15, 2018, Lightning Labs released the beta version of its lnd Lightning Network implementation for bitcoin mainnet, [20] and on March 28, 2018, ACINQ released a mainnet beta of its eclair implementation and desktop application. [21]

Block size increases
Transaction throughput is limited practically by a parameter known as the block size limit. Various increases to this limit, and proposals to remove it completely, have been proposed over bitcoin's history.

ActivatedEdit

Segregated Witness (SegWit, BIP 141) is a performed soft fork which solves transaction malleability, a known weakness in bitcoin's security, while also increasing the block size by a factor of approximately two. [22] SegWit works by separating the signature data (the "witness") from the transactions data. Blockstream co-founder and developer Pieter Wuille proposed Segregated Witness in December 2015. [23] SegWit allows for an easier implementation of the Lightning Network. [24] The method used to activate SegWit was BIP 91.

ProposedEdit

In 2015, BIP 100 by Jeff Garzik and BIP 101 by Gavin Andresen were introduced. [25] By mid-2015, some developers were supporting a block size limit of as high as eight megabytes. [26] Bitcoin XT was proposed in 2015 to increase the transaction processing capacity of bitcoin by increasing the block size limit. [27] Bitcoin Classic was proposed in 2016 to increase the transaction processing capacity of bitcoin by increasing the block size limit. [28] 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 Vision (SegWit) proposition 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. [29] SegWit2x was a declared hard fork of the cryptocurrency bitcoin. The Implementation of Segregated Temple 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. [30] The second half of SegWit2x involved a hard fork in November 2017 to increase the blocksize to 2 megabytes. [31] On November 8, 2017 the developers of SegWit2x announced that the hard fork planned for around November 16, 2017 was taken for the time being due to a lack of consensus. [32] Bitcoin Unlimited advocated for miner flexibility to increase the block size limit and is supported by mining pools ViaBTC, AntPool and investor Roger Ver. [33] 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 'emerging consensus.' [33] 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. [34] Bitcoin Unlimited now focuses on developing node software for Bitcoin Cash.BIP148 was a proposition 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 bought to force miners to activate Segregated Witness. [35] It became unnecessary because miners opted to vote for SegWit activation using the BIP91 scheme.

Altcoins Talks - Cryptocurrency Forum

Bitcoin scalability problem
« on: September 28, 2018, 10:27:37 AM »

This is an Ad. Advertised sites are not endorsement by our Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise Here


 

ETH & ERC20 Tokens Donations: 0x2143F7146F0AadC0F9d85ea98F23273Da0e002Ab
BNB & BEP20 Tokens Donations: 0xcbDAB774B5659cB905d4db5487F9e2057b96147F
BTC Donations: bc1qjf99wr3dz9jn9fr43q28x0r50zeyxewcq8swng
BTC Tips for Moderators: 1Pz1S3d4Aiq7QE4m3MmuoUPEvKaAYbZRoG
Powered by SMFPacks Social Login Mod