create account

BraveNewCoin: Segwit tackles short term Bitcoin blocksize problems, and helps long term scaling solution by bravenewcoin

View this thread on: hive.blogpeakd.comecency.com
· @bravenewcoin ·
$20.99
BraveNewCoin: Segwit tackles short term Bitcoin blocksize problems, and helps long term scaling solution
<center>[![thumb.jpg](https://s25.postimg.org/eczegl3r3/thumb.jpg)](https://postimg.org/image/pckls6u63/)</center>

<center>https://s25.postimg.org/bk66wk3en/image1.jpg</center>

**Luke Parker**|| [Adoption](http://bravenewcoin.com/news/tag/adoption) || [Bitcoin Scaling](http://bravenewcoin.com/news/tag/bitcoin+scaling) || [Lightning Network](http://bravenewcoin.com/news/tag/lightning+network)

The Bitcoin blockchain has long been touted as an alternative to legacy financial systems. Among a range of technological achievements, the peer to peer electronic cash system offers low fees and near instant transactions. However, the number of transactions processed by the network has been an ongoing source of contention.

Bitcoin can process around three to seven transactions per second. This number has often been compared to the VISA networks ability to process hundreds of thousands of transactions per second.

One way to provide more space for transactions and a higher maximum number of transactions per second is to increase the size of the blocks. The downside is a possible decrease in network security, as miners would earn lower fees. What to do, and how to do it has been a topic of discussion in the industry since blocks started approaching their maximum capacity.

The debate has inspired a range of solutions, some highly contentious and others widely accepted. [Segregated Witnesses](https://bitcoincore.org/en/2016/01/26/segwit-benefits/), better known as segwit, appears to be one of the few proposals with support from both sides.

<center>https://s25.postimg.org/s97msgzzz/image2.jpg</center>

Segwit improves Bitcoin’s underlying protocol in many ways. It fixes transaction malleability, the large transaction signature verification Denial of Service attack, and provides a better way to upgrade the scripting system in the future.

It works by rearranging the individual transaction's format inside of each new Bitcoin block. After segwit is upgraded, they'll store the proof-of-work signatures (the witnesses) at the end of each bitcoin transaction's line, (segregating them) making them easier to ignore, and therefore allowing the file to be read faster. The signatures aren't needed for proof-of-work functions, and were basically slowing down the transactions per second that the network could do. Now they'll exist but not be in the way.

With this restructuring of bitcoin’s core framework, transaction malleability becomes impossible, and the maximum transaction speed can be up to four times faster. The process does add a new cost limit to ensure blocks remain balanced in their resource use, resulting in an effective limit closer to 1.6 to 2 MB.

The code was [finished in April](http://bravenewcoin.com/news/segregated-witness-has-been-released-tackling-bitcoins-transaction-limit/) and a new version of Bitcoin Core with the segwit code is currently being finalized. Blockstream developer Greg Maxwell [told Reddit readers](https://www.reddit.com/r/Bitcoin/comments/55qf85/how_soon_should_i_expect_segwit_v0131_to_release/d8cv02x) on Tuesday that “It's pretty much ready.” The upgrade must be implemented by 95 percent of the bitcoin mining network [for two consecutive weeks](https://bitcoincore.org/en/2016/06/24/segwit-next-steps/)before it’s considered complete.

While this might offer temporary respite from fuller blocks, segwit also prevents a problem known as transaction malleability, where third-parties can currently modify the transaction slightly.

<center>https://s25.postimg.org/j2pc56urj/image3.jpg</center>

Bitcoin developer Marco Falke told BNC that the malleability fix helps various platforms building on top of Bitcoin, known as Layer Two, or L2, solutions. “While segwit is not strictly required for them,” Falke explained, it makes the development and deployment “significantly easier.”

Developer Nicolas Dorier told us that every layer two user would need to be running their own highly available full node without segwit. “This would hurt adoption quite a lot and increase cost.” Luke Dashjr was much more pointed. “Without segwit, any multi-transaction smart contracts for Bitcoin carry a risk of a counter-party holding your money hostage, so it's necessary for any decentralised L2 solutions, but not necessarily for centralised or trusted solutions.”

However, all four of the developers BNC talked to are looking forward to seeing the same layer two solution implemented. The [Lightning Network](http://lightning.network/) is a scaling solution for Bitcoin that leverages segwit, and may end the blocksize debate all together.

<center>https://s25.postimg.org/soiwlhlxb/image4.jpg</center>

Lightning implementations create a secure network of participants that can transact at high volume and high speed. The networks are, in essence, made up of numerous two party Bitcoin transactions known as payment channels.

Both parties contribute to the initial balance of the channel, and can create multiple transactions which alter the final payments, but they’re not individually broadcast across the bitcoin network. Only the most recent version can be broadcast to the blockchain, at any time and by either party.

By creating a network of these two-party ledger entries, it is possible to find various paths between participants. As a result, it’s possible to conduct limitless transactions that never have to be recorded in a block. “When you have truly scalable technology, there is no limit to how many transactions per second you can do,” Bitcoin developer Peter Todd explained. “It's like asking ‘With Windows 10, how many webpage documents can the whole world visit per second?’."

While the concept is yet to be proven outside of a test environment, and there are [critics](http://www.wallstreettechnologist.com/2016/10/03/lightning-network-will-it-save-bitcoin-or-break-it/), enough developers are excited about the plan to have started several complementary projects. The[ ](http://www.wallstreettechnologist.com/2016/10/03/lightning-network-will-it-save-bitcoin-or-break-it/)[Thunder network](https://github.com/blockchain/thunder) is a way to send smart contracts across Lightning Networks. Several reference networks for Lightning and builds in other programming languages exist too, such as [Lightning](https://github.com/ElementsProject/lightning) and [Eclair](https://github.com/ACINQ/eclair). All of which require segwit to be deployed first before they can work.

<center>https://s25.postimg.org/3wnvrzu4f/image5.jpg</center>

The most famous project is also the most developed. A successful test of Blockstream's [C lightning prototype](https://github.com/ElementsProject/lightning)was recently announced. “This is the first end-to-end test of a lightning micropayment network,”  Blockstream engineer Rusty Russell said. Russell demonstrated the full path of the transaction on bitcoin’s testnet, including invoicing, multi-hop payment, and item delivery.

Mining hardware and infrastructure giant BitFury, a competitor to Blockstream, [recently tested](https://medium.com/@BitFuryGroup/the-bitfury-group-releases-white-paper-flare-an-approach-to-routing-in-lightning-network-8bc263dcdc92#.d36g9xe92) its’ own Lightning Network, called Flare. “After implementation of Flare, we expect to achieve performance of at least 400 tps per single payment channel, and more than 100,000 tps for network overall in our test environment by the end of July,” reads the company statement.

ACINQ conducted the testing, and the company CEO Pierre-Marie Padiou said that “Bitfury’s Flare is so far the most advanced proposal on routing, which is one of the major remaining challenges for the Lightning Network.”

However, Russell quickly responded with, “Their work shows how, by way of simple analogy, one can create a streetmap to get from A to B in an efficient way, while the test we've demonstrated here with v0.5 of the C lightning prototype has us actually walking that path on the street.”

Meanwhile, development of a smaller, open-source Lightning Network called [Amiko Pay](https://github.com/cornwarecjp/amiko-pay) is also underway on Github, offering a “lightweight” alternative solution to BitFury and Blockstream’s lightning networks. The site says that, “All people could use Amiko Pay for all their daily transactions,” calling itself, “A scalable, de-centralized network for performing fast, secure, cheap and privacy-friendly electronic transactions.”

Joining the fray, and the bitcoin development world at the same time, internet entrepreneur Kim Dotcom [recently announced](http://bravenewcoin.com/news/kim-dotcom-reveals-plans-for-megaupload-2-0-and-bitcache/) his own version of the Lightning Network, called BitCache. While details remain scarce, the entrepreneur is attempting to raise $5 million in crowdfunding, where he described it as a “fix” for the bitcoin network that will take Bitcoin to the mainstream.

<center>https://s25.postimg.org/o5b9dptfj/image6.jpg</center>

Segwit “brings huge benefits” to another Layer two project called [JoinMarket](https://github.com/JoinMarket-Org/joinmarket), Falke added. He’s excited about the 2-year old project that acts as privacy app for bitcoin, and, in theory, doubles as a way to reduce the number of transactions that get stored to the blockchain. Dorier told us that he’s looking forward to Ethan Heilman’s[ ](https://github.com/JoinMarket-Org/joinmarket)[TumbleBit](https://freedom-to-tinker.com/2016/09/13/improving-bitcoins-privacy-and-scalability-with-tumblebit/), which processes bitcoin payments off-blockchain, similar to a lightning network, and keeps their origins completely anonymous.

Some other creative layer two projects follow behind segwit’s adoption as well, including Sidechains implementations from [Blockstream](https://www.blockstream.com/2015/11/02/liquid-recap-and-faq) and [Rootstock](http://www.rsk.co/), Paul Sztorc’s [Bitcoin Hive Mind](http://bitcoinhivemind.com/), and Peter Todd's [OpenTimestamps](https://petertodd.org/2016/opentimestamps-announcement). 

<hr />
<p>
  <a href="http://bravenewcoin.com/"><img src="https://s25.postimg.org/yan0fg8qn/sig_bravenewcoin_sml.jpg" /></a>
  <a href="https://twitter.com/bravenewcoin"><img src="https://s25.postimg.org/6bsuol73z/sig_twitter.png" /></a>
  <a href="https://www.linkedin.com/company/brave-new-coin"><img src="https://s25.postimg.org/f83msixq7/sig_linkedin.png" /></a>
  <a href="https://www.facebook.com/bravenewcoin"><img src="https://s25.postimg.org/6r8pvcif3/sig_facebook.png" /></a>
  <a href="https://www.reddit.com/r/BraveNewCoin"><img src="https://s25.postimg.org/s269zm0jj/sig_reddit.png" /></a>
  <a href="https://steemit.com/@bravenewcoin"><img src="https://s25.postimg.org/l1ia6tyrj/sig_steemit.png" /></a>
</p>
<hr />
<p><strong>This article can be found on our website on <a href="http://bravenewcoin.com/news/segwit-tackles-short-term-bitcoin-blocksize-problems-and-helps-long-term-scaling-solution/">this link</a></strong></p>
<hr />
<h3>If you enjoyed this article, remember to <a href="https://www.steemit.com/@bravenewcoin">FOLLOW</a>, REPOST and SHARE our daily content!</h3>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 77 others
properties (23)
authorbravenewcoin
permlinkbravenewcoin-segwit-tackles-short-term-bitcoin-blocksize-problems-and-helps-long-term-scaling-solution
categorybravenewcoin
json_metadata{"tags":["bravenewcoin","money","bitcoin","crypto-news","blockchain"],"image":["https://s25.postimg.org/eczegl3r3/thumb.jpg","https://s25.postimg.org/bk66wk3en/image1.jpg","https://s25.postimg.org/s97msgzzz/image2.jpg","https://s25.postimg.org/j2pc56urj/image3.jpg","https://s25.postimg.org/soiwlhlxb/image4.jpg","https://s25.postimg.org/3wnvrzu4f/image5.jpg","https://s25.postimg.org/o5b9dptfj/image6.jpg","https://s25.postimg.org/yan0fg8qn/sig_bravenewcoin_sml.jpg","https://s25.postimg.org/6bsuol73z/sig_twitter.png","https://s25.postimg.org/f83msixq7/sig_linkedin.png","https://s25.postimg.org/6r8pvcif3/sig_facebook.png","https://s25.postimg.org/s269zm0jj/sig_reddit.png","https://s25.postimg.org/l1ia6tyrj/sig_steemit.png"],"links":["https://postimg.org/image/pckls6u63/","http://bravenewcoin.com/news/tag/adoption","http://bravenewcoin.com/news/tag/bitcoin+scaling","http://bravenewcoin.com/news/tag/lightning+network","https://bitcoincore.org/en/2016/01/26/segwit-benefits/","http://bravenewcoin.com/news/segregated-witness-has-been-released-tackling-bitcoins-transaction-limit/","https://www.reddit.com/r/Bitcoin/comments/55qf85/how_soon_should_i_expect_segwit_v0131_to_release/d8cv02x","https://bitcoincore.org/en/2016/06/24/segwit-next-steps/","http://lightning.network/","http://www.wallstreettechnologist.com/2016/10/03/lightning-network-will-it-save-bitcoin-or-break-it/","https://github.com/blockchain/thunder","https://github.com/ElementsProject/lightning","https://github.com/ACINQ/eclair","https://medium.com/@BitFuryGroup/the-bitfury-group-releases-white-paper-flare-an-approach-to-routing-in-lightning-network-8bc263dcdc92#.d36g9xe92","https://github.com/cornwarecjp/amiko-pay","http://bravenewcoin.com/news/kim-dotcom-reveals-plans-for-megaupload-2-0-and-bitcache/","https://github.com/JoinMarket-Org/joinmarket","https://freedom-to-tinker.com/2016/09/13/improving-bitcoins-privacy-and-scalability-with-tumblebit/","https://www.blockstream.com/2015/11/02/liquid-recap-and-faq","http://www.rsk.co/","http://bitcoinhivemind.com/","https://petertodd.org/2016/opentimestamps-announcement","http://bravenewcoin.com/","https://twitter.com/bravenewcoin","https://www.linkedin.com/company/brave-new-coin","https://www.facebook.com/bravenewcoin","https://www.reddit.com/r/BraveNewCoin","https://steemit.com/@bravenewcoin","http://bravenewcoin.com/news/segwit-tackles-short-term-bitcoin-blocksize-problems-and-helps-long-term-scaling-solution/","https://www.steemit.com/@bravenewcoin"]}
created2016-10-13 14:03:06
last_update2016-10-13 14:03:06
depth0
children1
last_payout2016-11-13 14:56:00
cashout_time1969-12-31 23:59:59
total_payout_value18.756 HBD
curator_payout_value2.235 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11,137
author_reputation92,782,607,786,897
root_title"BraveNewCoin: Segwit tackles short term Bitcoin blocksize problems, and helps long term scaling solution"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,523,423
net_rshares36,584,861,822,211
author_curate_reward""
vote details (141)
@michiel ·
thanks for the interesting post! With Segwit, Lightning and Rootstock coming soon, a lot of improvement is made within one year after the block size subject really popped up. If this trend will go on and the same amount of new scaling solutions will be found in the coming years, Bitcoin is scaling very well I should say. 

Its time for a new big bitcoin bull market!
properties (22)
authormichiel
permlinkre-bravenewcoin-bravenewcoin-segwit-tackles-short-term-bitcoin-blocksize-problems-and-helps-long-term-scaling-solution-20161013t144505647z
categorybravenewcoin
json_metadata{"tags":["bravenewcoin"]}
created2016-10-13 14:45:06
last_update2016-10-13 14:45:06
depth1
children0
last_payout2016-11-13 14:56:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length368
author_reputation65,685,491,165,482
root_title"BraveNewCoin: Segwit tackles short term Bitcoin blocksize problems, and helps long term scaling solution"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,523,710
net_rshares0