Litecoin has had SegWit for one month, what impact did that have?

12

3

Litecoin activated SegWit about one month ago on May 10th (block 1201536). What impact did the SegWit activation on Litecoin have? How many blocks have a witness commitment? How many SegWit transactions are there?

(I assume that there was no impact on fees or capacity, but if there was that would be interesting as well.)

Murch

Posted 2017-06-10T17:47:42.437

Reputation: 41 609

1The entire point of SegWit is to reduce the amount of data required to record a transaction in the blockchain which increases capacity and reduces fees payable. There will be an impact on these things going forward as SegWit adoption increases, we are in the early days still.Peter Bushnell 2017-08-03T10:35:42.707

2SegWit doesn't reduce the amount of data required to record a transaction. Non-native SegWit transactions are bigger than legacy transactions, they simply have less weight under the consensus rules of SegWit.Murch 2017-08-03T15:46:16.923

1As I understood it the signatures in SegWit are not recorded thus reducing the total size of the transaction. It was noted that signatures can be approximately 60% of the transaction size, so cut these out and record a "witness" of the transaction.Peter Bushnell 2017-08-03T16:12:50.510

2That's not entirely accurate. The signatures are part of the transaction, the block and the blockchain. All archival nodes will keep them just as they keep the complete blockchain today. The new transaction structure merely allows for more efficient pruning, as the witness data can be independently discarded after checking it by lite clients and pruning nodes which don't keep the full blockchain.Murch 2017-08-03T16:54:07.177

1

Related link so I remember when I get to this: https://www.reddit.com/r/litecoin/comments/6m33yz/is_there_a_blockexplorer_or_other_site_that/dnqyo9g/

Murch 2017-10-20T08:42:54.340

Answers

1

Litecoin was not facing the same transaction volume pressure as Bitcoin (due to 4x faster confirmation times and lower relative volumes), so while the segwit lockin did raise the effective block size to 3.3~ MB, this didn't have much practical impact since the blocks weren't hitting that ceiling yet.

However, it did enable a lot of lightning network projects to start running on a realnet, and put a lot of concerns about the reliability of segwit to bed.

Luke Mlsna

Posted 2017-06-10T17:47:42.437

Reputation: 359

1Please elaborate on "lightning network projects"....Pacerier 2017-10-26T02:18:22.650

Sure. LND (https://github.com/lightningnetwork/lnd) is the one I'm most familiar with and what I based that comment on, as it was first put to use on the Litecoin blockchain. There are other implementations that also benefited: ZAP (https://github.com/LN-Zap/zap-desktop), the MIT's LIT (https://github.com/mit-dci/lit), Elements (https://github.com/ElementsProject/lightning), and the work on integration with tor (https://github.com/lightningnetwork/lightning-onion) to name the most popular.

Luke Mlsna 2017-10-27T14:38:39.717

Your use of quotes and elipses suggests you do not believe the Lightning Network exists, is that your real question?Luke Mlsna 2017-10-27T17:26:16.223