summaryrefslogtreecommitdiff
path: root/aa/d36ec3ba17ce37b704b2182ecedf823a10b34d
blob: 1f7da9f753317a419d907eda3cbb5eba6da15e0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
Return-Path: <jaredr26@gmail.com>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
	[172.17.192.35])
	by mail.linuxfoundation.org (Postfix) with ESMTPS id AC791B37
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Wed,  7 Jun 2017 22:53:18 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-vk0-f53.google.com (mail-vk0-f53.google.com
	[209.85.213.53])
	by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 3FEF71F3
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Wed,  7 Jun 2017 22:53:16 +0000 (UTC)
Received: by mail-vk0-f53.google.com with SMTP id g66so10869599vki.1
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Wed, 07 Jun 2017 15:53:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;
	h=mime-version:in-reply-to:references:from:date:message-id:subject:to
	:cc; bh=MQ6AnUtFtehCSbws475IxZWwi2WVajW+G8E0WqoghW8=;
	b=fcrm3GuFa7soO6CRzf0Hz3PUEtU2w9VuxuQsRflw9DZPymL5DaGyelKLWpKSy9X/AI
	XlLawMQ0JfD9m6djvWHrKXy+V3A+F5GspCKCa5ukna01BHmCvQydvG5GIDQRJvFbyewM
	EXvIVpZ25Q5eCIAc5YkOHLILHJcI4r2OA7LOJWzVCJtmspwmWkU53QBI638ZyMXt67pt
	GRHW93NqYYKQaO9xw3T7ncYFxzkpAWyhHTDoi1iOvf2AU4+4A3T9E9tG+L3kVEsop7y4
	WJnv4IEPdWzfSuox3Iv8HPDB4d/9mYwY2HXYFoxBTi4ZeWb8AxrJ7EINNTCv7PQlwEhx
	GRrQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=1e100.net; s=20161025;
	h=x-gm-message-state:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:cc;
	bh=MQ6AnUtFtehCSbws475IxZWwi2WVajW+G8E0WqoghW8=;
	b=kVGy71Y06YlSfUm95RRhQwEjx/ZMTxDFDF/AFVL1rAZP2KID7ZelXe0nhZye3epnX7
	nlipD2YoG3CbchAUmCEko+qXdD5avPcS7l82xI4nqWOaezPIDLF4l7jh/0BsOj8E+rA3
	BxvsBaSXErUsvhfiq+mnsPEEML/6aF7pfmwP26rW6UzFJ7hC8OszdCkkA6+HO5RLg4IV
	ig/BJmEnic0gtqGjLqxH1935Rv4skrtMAxKjGwWfk1tx1EflW6JIXrTEb5Rj+iYwUDwG
	ySAs8CD28FIhRjZQe9w2TrtDZ/3QJIJvKUGZybE3R+t0avPLMLhVdJwrXdW8GAu58OZw
	pcLg==
X-Gm-Message-State: AODbwcA5CQGwbedg5VzzL2VpvVvFOCYdfG1T3bnNCk54z3iQa+Ze1pZr
	pfebD1sMZEi0Y3L5fy+wXl85VCKZFw==
X-Received: by 10.31.137.145 with SMTP id l139mr17821576vkd.39.1496875995266; 
	Wed, 07 Jun 2017 15:53:15 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.31.157.215 with HTTP; Wed, 7 Jun 2017 15:53:14 -0700 (PDT)
In-Reply-To: <CADvTj4poO1L+Wg5J+M71sJMz-Xcg_st3MkAcQK=bfHhTJ3i8ow@mail.gmail.com>
References: <CADvTj4qpH-t5Gx6qyn3yToyUE_GFaBE989=AWNHLKMpMNW3R+w@mail.gmail.com>
	<CAD1TkXviJouao7YoHjiDN3mTUWFEbMY9mtCqkQ8zp8JthyhT7Q@mail.gmail.com>
	<CADvTj4rz4exYMvBEmYi=bTZDgDm0drLjpRZmZUo17inzCzCRVg@mail.gmail.com>
	<CAD1TkXskei1gk_kungSvdWGmbdJMA8AG+-zK+Osz6u5vSCN8BQ@mail.gmail.com>
	<CADvTj4poO1L+Wg5J+M71sJMz-Xcg_st3MkAcQK=bfHhTJ3i8ow@mail.gmail.com>
From: Jared Lee Richardson <jaredr26@gmail.com>
Date: Wed, 7 Jun 2017 15:53:14 -0700
Message-ID: <CAD1TkXumetRnPO6LxhJeVoci=0=YHD7hEB0K0YH+2McRBJ-QHw@mail.gmail.com>
To: James Hilliard <james.hilliard1@gmail.com>
Content-Type: multipart/alternative; boundary="001a11457cc2f8847c055166995d"
X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,
	DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,
	HTML_MESSAGE,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.1
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
	smtp1.linux-foundation.org
X-Mailman-Approved-At: Wed, 07 Jun 2017 22:59:58 +0000
Cc: Bitcoin Dev <bitcoin-dev@lists.linuxfoundation.org>
Subject: Re: [bitcoin-dev] User Activated Soft Fork Split Protection
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Bitcoin Protocol Discussion <bitcoin-dev.lists.linuxfoundation.org>
List-Unsubscribe: <https://lists.linuxfoundation.org/mailman/options/bitcoin-dev>,
	<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=unsubscribe>
List-Archive: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/>
List-Post: <mailto:bitcoin-dev@lists.linuxfoundation.org>
List-Help: <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=help>
List-Subscribe: <https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev>,
	<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=subscribe>
X-List-Received-Date: Wed, 07 Jun 2017 22:53:18 -0000

--001a11457cc2f8847c055166995d
Content-Type: text/plain; charset="UTF-8"

> There are 2 primary factors involved here, economic support and
hashpower either of which is enough to make a permanent chain split
unlikely, miners will mine whichever chain is most profitable(see
ETH/ETC hashpower profitability equilibrium for an example of how this
works in practice)

That's not a comparable example.  ETC did not face potentially years of
slow blocktimes before it normalized, whereas BIP148 is on track to do
exactly that.  Moreover, ETC represented a fundamental break from the
majority consensus that could not be rectified, whereas BIP148 represents
only a minority attempt to accelerate something that an overwhelming
majority of miners have already agreed to activate under segwit2x.  Lastly
ETC was required to add replay protection, just like any minority fork
proposed by any crypto-currency has been, something that BIP148 both lacks
and refuses to add or even acknowledge the necessity of.  Without replay
protection, ETC could not have become profitable enough to be a viable
minority chain.  If BIP148's chain is not the majority chain and it does
not have replay protection, it will face the same problems, but that
required replay protection will turn it into a hardfork.  This will be a
very bad position for UASF supporters to find themselves in - Either
hardfork and hope the price is higher and the majority converts, or die as
the minority chain with no reliable methods of economic conversion.

I believe, but don't have data to back this, that most of the BIP148
insistence comes not from a legitimate attempt to gain consensus (or else
they would either outright oppose segwit2mb for its hardfork, or they would
outright support it), but rather from an attempt for BIP148 supporters to
save face for BIP148 being a failure.  If I'm correct, that's a terrible
and highly non-technical reason for segwit2mb to bend over backwards
attempting to support BIP148's attempt to save face.

> The main issue is just one of activation timelines, BIP91 as
is takes too long to activate unless started ahead of the existing
segwit2x schedule and it's unlikely that BIP148 will get pushed back
any further.

Even if I'm not correct on the above, I and others find it hard to accept
that this timeline conflict is segwit2x's fault.  Segwit2x has both some
flexibility and broad support that crosses contentious pro-segwit and
pro-blocksize-increase divisions that have existed for two years.  BIP148
is attempting to hold segwit2x's timelines and code hostage by claiming
inflexibility and claiming broad support, and not only are neither of those
assertions are backed by real data, BIP148 (by being so inflexible) is
pushing a position that deepens the divides between those groups.  For
there to be technical reasons for compatibility (so long as there are
tradeoffs, which there are), there needs to be hard data showing that
BIP148 is a viable minority fork that won't simply die off on its own.

Jared


On Wed, Jun 7, 2017 at 3:23 PM, James Hilliard <james.hilliard1@gmail.com>
wrote:

> On Wed, Jun 7, 2017 at 4:50 PM, Jared Lee Richardson <jaredr26@gmail.com>
> wrote:
> > Could this risk mitigation measure be an optional flag?  And if so,
> > could it+BIP91 signal on a different bit than bit4?
> It's fairly trivial for miners to signal for BIP91 on bit4 or a
> different bit at the same time as the code is trivial enough to
> combine
> >
> > The reason being, if for some reason the segwit2x activation cannot
> > take place in time, it would be preferable for miners to have a more
> > standard approach to activation that requires stronger consensus and
> > may be more forgiving than BIP148.  If the segwit2x activation is on
> > time to cooperate with BIP148, it could be signaled through the
> > non-bit4 approach and everything could go smoothly.  Thoughts on that
> > idea?  It may add more complexity and more developer time, but may
> > also address your concerns among others.
> This does give miners another approach to activate segwit ahead of
> BIP148, if segwit2x activation is rolled out and activated immediately
> then this would not be needed however based on the timeline here
> https://segwit2x.github.io/ it would not be possible for BIP91 to
> enforce mandatory signalling ahead of BIP148. Maybe that can be
> changed though, I've suggested an immediate rollout with a placeholder
> client timeout instead of the HF code initially in order to accelerate
> that.
> >
> >> Since this BIP
> >> only activates with a clear miner majority it should not increase the
> >> risk of an extended chain split.
> >
> > The concern I'm raising is more about the psychology of giving BIP148
> > a sense of safety that may not be valid.  Without several more steps,
> > BIP148 is definitely on track to be a risky chainsplit, and without
> > segwit2x it will almost certainly be a small minority chain. (Unless
> > the segwit2x compromise falls apart before then, and even in that case
> > it is likely to be a minority chain)
> There are 2 primary factors involved here, economic support and
> hashpower either of which is enough to make a permanent chain split
> unlikely, miners will mine whichever chain is most profitable(see
> ETH/ETC hashpower profitability equilibrium for an example of how this
> works in practice) however there may be lag time immediately after the
> split if there is an economic majority but not a hashpower majority
> initially. This is risk mitigation that only requires miners support
> however. The main issue is just one of activation timelines, BIP91 as
> is takes too long to activate unless started ahead of the existing
> segwit2x schedule and it's unlikely that BIP148 will get pushed back
> any further.
> >
> > Jared
> >
> >
> > On Wed, Jun 7, 2017 at 2:42 PM, James Hilliard
> > <james.hilliard1@gmail.com> wrote:
> >> I don't really see how this would increase the likelihood of an
> >> extended chain split assuming BIP148 is going to have
> >> non-insignificant economic backing. This BIP is designed to provide a
> >> risk mitigation measure that miners can safely deploy. Since this BIP
> >> only activates with a clear miner majority it should not increase the
> >> risk of an extended chain split. At this point it is not completely
> >> clear how much economic support there is for BIP148 but support
> >> certainly seems to be growing and we have nearly 2 months until BIP148
> >> activation. I intentionally used a shorter activation period here so
> >> that decisions by miners can be made close to the BIP148 activation
> >> date.
> >>
> >> On Wed, Jun 7, 2017 at 4:29 PM, Jared Lee Richardson <
> jaredr26@gmail.com> wrote:
> >>> I think this BIP represents a gamble, and the gamble may not be a good
> >>> one.  The gamble here is that if the segwit2x changes are rolled out
> >>> on time, and if the signatories accept the bit4 + bit1 signaling
> >>> proposals within BIP91, the launch will go smoother, as intended.  But
> >>> conversely, if either the segwit2x signatories balk about the Bit1
> >>> signaling OR if the timelines for segwit2mb are missed even by a bit,
> >>> it may cause the BIP148 chainsplit to be worse than it would be
> >>> without.  Given the frequent concerns raised in multiple places about
> >>> the aggressiveness of the segwit2x timelines, including the
> >>> non-hardfork timelines, this does not seem like a great gamble to be
> >>> making.
> >>>
> >>> The reason I say it may make the chainsplit be worse than it would
> >>> otherwise be is that it may provide a false sense of safety for BIP148
> >>> that currently does not currently exist(and should not, as it is a
> >>> chainsplit).  That sense of safety would only be legitimate if the
> >>> segwit2x signatories were on board, and the segwit2x code effectively
> >>> enforced BIP148 simultaneously, neither of which are guaranteed.  If
> >>> users and more miners had a false sense that BIP148 was *not* going to
> >>> chainsplit from default / segwit2x, they might not follow the news if
> >>> suddenly the segwit2x plan were delayed for a few days.  While any
> >>> additional support would definitely be cheered on by BIP148
> >>> supporters, the practical reality might be that this proposal would
> >>> take BIP148 from the "unlikely to have any viable chain after flag day
> >>> without segwit2x" category into the "small but viable minority chain"
> >>> category, and even worse, it might strengthen the chainsplit just days
> >>> before segwit is activated on BOTH chains, putting the BIP148
> >>> supporters on the wrong pro-segwit, but still-viable chain.
> >>>
> >>> If Core had taken a strong stance to include BIP148 into the client,
> >>> and if BIP148 support were much much broader, I would feel differently
> >>> as the gamble would be more likely to discourage a chainsplit (By
> >>> forcing the acceleration of segwit2x) rather than encourage it (by
> >>> strengthening an extreme minority chainsplit that may wind up on the
> >>> wrong side of two segwit-activated chains).  As it stands now, this
> >>> seems like a very dangerous attempt to compromise with a small but
> >>> vocal group that are the ones creating the threat to begin with.
> >>>
> >>> Jared
> >>>
> >>> On Tue, Jun 6, 2017 at 5:56 PM, James Hilliard via bitcoin-dev
> >>> <bitcoin-dev@lists.linuxfoundation.org> wrote:
> >>>> Due to the proposed calendar(https://segwit2x.github.io/) for the
> >>>> SegWit2x agreement being too slow to activate SegWit mandatory
> >>>> signalling ahead of BIP148 using BIP91 I would like to propose another
> >>>> option that miners can use to prevent a chain split ahead of the Aug
> >>>> 1st BIP148 activation date.
> >>>>
> >>>> The splitprotection soft fork is essentially BIP91 but using BIP8
> >>>> instead of BIP9 with a lower activation threshold and immediate
> >>>> mandatory signalling lock-in. This allows for a majority of miners to
> >>>> activate mandatory SegWit signalling and prevent a potential chain
> >>>> split ahead of BIP148 activation.
> >>>>
> >>>> This BIP allows for miners to respond to market forces quickly ahead
> >>>> of BIP148 activation by signalling for splitprotection. Any miners
> >>>> already running BIP148 should be encouraged to use splitprotection.
> >>>>
> >>>> <pre>
> >>>>   BIP: splitprotection
> >>>>   Layer: Consensus (soft fork)
> >>>>   Title: User Activated Soft Fork Split Protection
> >>>>   Author: James Hilliard <james.hilliard1@gmail.com>
> >>>>   Comments-Summary: No comments yet.
> >>>>   Comments-URI:
> >>>>   Status: Draft
> >>>>   Type: Standards Track
> >>>>   Created: 2017-05-22
> >>>>   License: BSD-3-Clause
> >>>>            CC0-1.0
> >>>> </pre>
> >>>>
> >>>> ==Abstract==
> >>>>
> >>>> This document specifies a coordination mechanism for a simple majority
> >>>> of miners to prevent a chain split ahead of BIP148 activation.
> >>>>
> >>>> ==Definitions==
> >>>>
> >>>> "existing segwit deployment" refer to the BIP9 "segwit" deployment
> >>>> using bit 1, between November 15th 2016 and November 15th 2017 to
> >>>> activate BIP141, BIP143 and BIP147.
> >>>>
> >>>> ==Motivation==
> >>>>
> >>>> The biggest risk of BIP148 is an extended chain split, this BIP
> >>>> provides a way for a simple majority of miners to eliminate that risk.
> >>>>
> >>>> This BIP provides a way for a simple majority of miners to coordinate
> >>>> activation of the existing segwit deployment with less than 95%
> >>>> hashpower before BIP148 activation. Due to time constraints unless
> >>>> immediately deployed BIP91 will likely not be able to enforce
> >>>> mandatory signalling of segwit before the Aug 1st activation of
> >>>> BIP148. This BIP provides a method for rapid miner activation of
> >>>> SegWit mandatory signalling ahead of the BIP148 activation date. Since
> >>>> the primary goal of this BIP is to reduce the chance of an extended
> >>>> chain split as much as possible we activate using a simple miner
> >>>> majority of 65% over a 504 block interval rather than a higher
> >>>> percentage. This BIP also allows miners to signal their intention to
> >>>> run BIP148 in order to prevent a chain split.
> >>>>
> >>>> ==Specification==
> >>>>
> >>>> While this BIP is active, all blocks must set the nVersion header top
> >>>> 3 bits to 001 together with bit field (1<<1) (according to the
> >>>> existing segwit deployment). Blocks that do not signal as required
> >>>> will be rejected.
> >>>>
> >>>> ==Deployment==
> >>>>
> >>>> This BIP will be deployed by "version bits" with a 65%(this can be
> >>>> adjusted if desired) activation threshold BIP9 with the name
> >>>> "splitprotecion" and using bit 2.
> >>>>
> >>>> This BIP starts immediately and is a BIP8 style soft fork since
> >>>> mandatory signalling will start on midnight August 1st 2017 (epoch
> >>>> time 1501545600) regardless of whether or not this BIP has reached its
> >>>> own signalling threshold. This BIP will cease to be active when segwit
> >>>> is locked-in.
> >>>>
> >>>> === Reference implementation ===
> >>>>
> >>>> <pre>
> >>>> // Check if Segregated Witness is Locked In
> >>>> bool IsWitnessLockedIn(const CBlockIndex* pindexPrev, const
> >>>> Consensus::Params& params)
> >>>> {
> >>>>     LOCK(cs_main);
> >>>>     return (VersionBitsState(pindexPrev, params,
> >>>> Consensus::DEPLOYMENT_SEGWIT, versionbitscache) ==
> >>>> THRESHOLD_LOCKED_IN);
> >>>> }
> >>>>
> >>>> // SPLITPROTECTION mandatory segwit signalling.
> >>>> if ( VersionBitsState(pindex->pprev, chainparams.GetConsensus(),
> >>>> Consensus::DEPLOYMENT_SPLITPROTECTION, versionbitscache) ==
> >>>> THRESHOLD_LOCKED_IN &&
> >>>>      !IsWitnessLockedIn(pindex->pprev, chainparams.GetConsensus()) &&
> >>>> // Segwit is not locked in
> >>>>      !IsWitnessEnabled(pindex->pprev, chainparams.GetConsensus()) )
> //
> >>>> and is not active.
> >>>> {
> >>>>     bool fVersionBits = (pindex->nVersion & VERSIONBITS_TOP_MASK) ==
> >>>> VERSIONBITS_TOP_BITS;
> >>>>     bool fSegbit = (pindex->nVersion &
> >>>> VersionBitsMask(chainparams.GetConsensus(),
> >>>> Consensus::DEPLOYMENT_SEGWIT)) != 0;
> >>>>     if (!(fVersionBits && fSegbit)) {
> >>>>         return state.DoS(0, error("ConnectBlock(): relayed block must
> >>>> signal for segwit, please upgrade"), REJECT_INVALID, "bad-no-segwit");
> >>>>     }
> >>>> }
> >>>>
> >>>> // BIP148 mandatory segwit signalling.
> >>>> int64_t nMedianTimePast = pindex->GetMedianTimePast();
> >>>> if ( (nMedianTimePast >= 1501545600) &&  // Tue 01 Aug 2017 00:00:00
> UTC
> >>>>      (nMedianTimePast <= 1510704000) &&  // Wed 15 Nov 2017 00:00:00
> UTC
> >>>>      (!IsWitnessLockedIn(pindex->pprev, chainparams.GetConsensus())
> &&
> >>>>  // Segwit is not locked in
> >>>>       !IsWitnessEnabled(pindex->pprev, chainparams.GetConsensus())) )
> >>>>  // and is not active.
> >>>> {
> >>>>     bool fVersionBits = (pindex->nVersion & VERSIONBITS_TOP_MASK) ==
> >>>> VERSIONBITS_TOP_BITS;
> >>>>     bool fSegbit = (pindex->nVersion &
> >>>> VersionBitsMask(chainparams.GetConsensus(),
> >>>> Consensus::DEPLOYMENT_SEGWIT)) != 0;
> >>>>     if (!(fVersionBits && fSegbit)) {
> >>>>         return state.DoS(0, error("ConnectBlock(): relayed block must
> >>>> signal for segwit, please upgrade"), REJECT_INVALID, "bad-no-segwit");
> >>>>     }
> >>>> }
> >>>> </pre>
> >>>>
> >>>> https://github.com/bitcoin/bitcoin/compare/0.14...
> jameshilliard:splitprotection-v0.14.1
> >>>>
> >>>> ==Backwards Compatibility==
> >>>>
> >>>> This deployment is compatible with the existing "segwit" bit 1
> >>>> deployment scheduled between midnight November 15th, 2016 and midnight
> >>>> November 15th, 2017. This deployment is also compatible with the
> >>>> existing BIP148 deployment. This BIP is compatible with BIP91 only if
> >>>> BIP91 activates before it and before BIP148. Miners will need to
> >>>> upgrade their nodes to support splitprotection otherwise they may
> >>>> build on top of an invalid block. While this bip is active users
> >>>> should either upgrade to splitprotection or wait for additional
> >>>> confirmations when accepting payments.
> >>>>
> >>>> ==Rationale==
> >>>>
> >>>> Historically we have used IsSuperMajority() to activate soft forks
> >>>> such as BIP66 which has a mandatory signalling requirement for miners
> >>>> once activated, this ensures that miners are aware of new rules being
> >>>> enforced. This technique can be leveraged to lower the signalling
> >>>> threshold of a soft fork while it is in the process of being deployed
> >>>> in a backwards compatible way. We also use a BIP8 style timeout to
> >>>> ensure that this BIP is compatible with BIP148 and that BIP148
> >>>> compatible mandatory signalling activates regardless of miner
> >>>> signalling levels.
> >>>>
> >>>> By orphaning non-signalling blocks during the BIP9 bit 1 "segwit"
> >>>> deployment, this BIP can cause the existing "segwit" deployment to
> >>>> activate without needing to release a new deployment. As we approach
> >>>> BIP148 activation it may be desirable for a majority of miners to have
> >>>> a method that will ensure that there is no chain split.
> >>>>
> >>>> ==References==
> >>>>
> >>>> *[https://lists.linuxfoundation.org/pipermail/
> bitcoin-dev/2017-March/013714.html
> >>>> Mailing list discussion]
> >>>> *[https://github.com/bitcoin/bitcoin/blob/v0.6.0/src/main.
> cpp#L1281-L1283
> >>>> P2SH flag day activation]
> >>>> *[[bip-0009.mediawiki|BIP9 Version bits with timeout and delay]]
> >>>> *[[bip-0016.mediawiki|BIP16 Pay to Script Hash]]
> >>>> *[[bip-0091.mediawiki|BIP91 Reduced threshold Segwit MASF]]
> >>>> *[[bip-0141.mediawiki|BIP141 Segregated Witness (Consensus layer)]]
> >>>> *[[bip-0143.mediawiki|BIP143 Transaction Signature Verification for
> >>>> Version 0 Witness Program]]
> >>>> *[[bip-0147.mediawiki|BIP147 Dealing with dummy stack element
> malleability]]
> >>>> *[[bip-0148.mediawiki|BIP148 Mandatory activation of segwit
> deployment]]
> >>>> *[[bip-0149.mediawiki|BIP149 Segregated Witness (second deployment)]]
> >>>> *[https://bitcoincore.org/en/2016/01/26/segwit-benefits/ Segwit
> benefits]
> >>>>
> >>>> ==Copyright==
> >>>>
> >>>> This document is dual licensed as BSD 3-clause, and Creative Commons
> >>>> CC0 1.0 Universal.
> >>>> _______________________________________________
> >>>> bitcoin-dev mailing list
> >>>> bitcoin-dev@lists.linuxfoundation.org
> >>>> https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev
>

--001a11457cc2f8847c055166995d
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">&gt;=C2=A0<span style=3D"font-size:12.8px">There are 2 pri=
mary factors involved here, economic support and</span><br style=3D"font-si=
ze:12.8px"><span style=3D"font-size:12.8px">hashpower either of which is en=
ough to make a permanent chain split</span><br style=3D"font-size:12.8px"><=
span style=3D"font-size:12.8px">unlikely, miners will mine whichever chain =
is most profitable(see</span><br style=3D"font-size:12.8px"><span style=3D"=
font-size:12.8px">ETH/ETC hashpower profitability equilibrium for an exampl=
e of how this</span><br style=3D"font-size:12.8px"><span style=3D"font-size=
:12.8px">works in practice)=C2=A0</span><br><br><span style=3D"font-size:12=
.8px">That&#39;s not a comparable example.=C2=A0 ETC did not face potential=
ly years of slow blocktimes before it normalized, whereas BIP148 is on trac=
k to do exactly that.=C2=A0 Moreover, ETC represented a fundamental break f=
rom the majority consensus that could not be rectified, whereas BIP148 repr=
esents only a minority attempt to accelerate something that an overwhelming=
 majority of miners have already agreed to activate under segwit2x.=C2=A0 L=
astly ETC was required to add replay protection</span><span style=3D"font-s=
ize:12.8px">, just like any minority fork proposed by any crypto-currency h=
as been, something that BIP148 both lacks and refuses to add or even acknow=
ledge the necessity of.=C2=A0 Without replay protection, ETC could not have=
 become profitable enough to be a viable minority chain.=C2=A0 If BIP148&#3=
9;s chain is not the majority chain and it does not have replay protection,=
 it will face the same problems, but that required replay protection will t=
urn it into a hardfork.=C2=A0 This will be a very bad position for UASF sup=
porters to find themselves in - Either hardfork and hope the price is highe=
r and the majority converts, or die as the minority chain with no reliable =
methods of economic conversion.</span><span style=3D"font-size:12.8px"><br>=
<br>I believe, but don&#39;t have data to back this, that most of the BIP14=
8 insistence comes not from a legitimate attempt to gain consensus=C2=A0(or=
 else they would either outright oppose segwit2mb for its hardfork, or they=
 would outright support it), but rather from an attempt for BIP148 supporte=
rs to save face for BIP148 being a failure.=C2=A0 If I&#39;m correct, that&=
#39;s a terrible and highly non-technical reason for segwit2mb to bend over=
 backwards attempting to support BIP148&#39;s attempt to save face.</span><=
br><br>&gt;=C2=A0<span style=3D"font-size:12.8px">The main issue is just on=
e of activation timelines, BIP91 as</span><br style=3D"font-size:12.8px"><s=
pan style=3D"font-size:12.8px">is takes too long to activate unless started=
 ahead of the existing</span><br style=3D"font-size:12.8px"><span style=3D"=
font-size:12.8px">segwit2x schedule and it&#39;s unlikely that BIP148 will =
get pushed back</span><br style=3D"font-size:12.8px"><span style=3D"font-si=
ze:12.8px">any further.</span><br><br>Even if I&#39;m not correct on the ab=
ove, I and others find it hard to accept that this timeline conflict is seg=
wit2x&#39;s fault.=C2=A0 Segwit2x has both some flexibility and broad suppo=
rt that crosses contentious pro-segwit and pro-blocksize-increase divisions=
 that have existed for two years.=C2=A0 BIP148 is attempting to hold segwit=
2x&#39;s timelines and code hostage by claiming inflexibility and claiming =
broad support, and not only are neither of those assertions are backed by r=
eal data, BIP148 (by being so inflexible) is pushing a position that deepen=
s the divides between those groups.=C2=A0 For there to be technical reasons=
 for compatibility (so long as there are tradeoffs, which there are), there=
 needs to be hard data showing that BIP148 is a viable minority fork that w=
on&#39;t simply die off on its own.<br><br>Jared<br><br></div><div class=3D=
"gmail_extra"><br><div class=3D"gmail_quote">On Wed, Jun 7, 2017 at 3:23 PM=
, James Hilliard <span dir=3D"ltr">&lt;<a href=3D"mailto:james.hilliard1@gm=
ail.com" target=3D"_blank">james.hilliard1@gmail.com</a>&gt;</span> wrote:<=
br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left=
:1px #ccc solid;padding-left:1ex"><span class=3D"">On Wed, Jun 7, 2017 at 4=
:50 PM, Jared Lee Richardson &lt;<a href=3D"mailto:jaredr26@gmail.com">jare=
dr26@gmail.com</a>&gt; wrote:<br>
&gt; Could this risk mitigation measure be an optional flag?=C2=A0 And if s=
o,<br>
&gt; could it+BIP91 signal on a different bit than bit4?<br>
</span>It&#39;s fairly trivial for miners to signal for BIP91 on bit4 or a<=
br>
different bit at the same time as the code is trivial enough to<br>
combine<br>
<span class=3D"">&gt;<br>
&gt; The reason being, if for some reason the segwit2x activation cannot<br=
>
&gt; take place in time, it would be preferable for miners to have a more<b=
r>
&gt; standard approach to activation that requires stronger consensus and<b=
r>
&gt; may be more forgiving than BIP148.=C2=A0 If the segwit2x activation is=
 on<br>
&gt; time to cooperate with BIP148, it could be signaled through the<br>
&gt; non-bit4 approach and everything could go smoothly.=C2=A0 Thoughts on =
that<br>
&gt; idea?=C2=A0 It may add more complexity and more developer time, but ma=
y<br>
&gt; also address your concerns among others.<br>
</span>This does give miners another approach to activate segwit ahead of<b=
r>
BIP148, if segwit2x activation is rolled out and activated immediately<br>
then this would not be needed however based on the timeline here<br>
<a href=3D"https://segwit2x.github.io/" rel=3D"noreferrer" target=3D"_blank=
">https://segwit2x.github.io/</a> it would not be possible for BIP91 to<br>
enforce mandatory signalling ahead of BIP148. Maybe that can be<br>
changed though, I&#39;ve suggested an immediate rollout with a placeholder<=
br>
client timeout instead of the HF code initially in order to accelerate<br>
that.<br>
<span class=3D"">&gt;<br>
&gt;&gt; Since this BIP<br>
&gt;&gt; only activates with a clear miner majority it should not increase =
the<br>
&gt;&gt; risk of an extended chain split.<br>
&gt;<br>
&gt; The concern I&#39;m raising is more about the psychology of giving BIP=
148<br>
&gt; a sense of safety that may not be valid.=C2=A0 Without several more st=
eps,<br>
&gt; BIP148 is definitely on track to be a risky chainsplit, and without<br=
>
&gt; segwit2x it will almost certainly be a small minority chain. (Unless<b=
r>
&gt; the segwit2x compromise falls apart before then, and even in that case=
<br>
&gt; it is likely to be a minority chain)<br>
</span>There are 2 primary factors involved here, economic support and<br>
hashpower either of which is enough to make a permanent chain split<br>
unlikely, miners will mine whichever chain is most profitable(see<br>
ETH/ETC hashpower profitability equilibrium for an example of how this<br>
works in practice) however there may be lag time immediately after the<br>
split if there is an economic majority but not a hashpower majority<br>
initially. This is risk mitigation that only requires miners support<br>
however. The main issue is just one of activation timelines, BIP91 as<br>
is takes too long to activate unless started ahead of the existing<br>
segwit2x schedule and it&#39;s unlikely that BIP148 will get pushed back<br=
>
any further.<br>
<div class=3D"HOEnZb"><div class=3D"h5">&gt;<br>
&gt; Jared<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Jun 7, 2017 at 2:42 PM, James Hilliard<br>
&gt; &lt;<a href=3D"mailto:james.hilliard1@gmail.com">james.hilliard1@gmail=
.com</a>&gt; wrote:<br>
&gt;&gt; I don&#39;t really see how this would increase the likelihood of a=
n<br>
&gt;&gt; extended chain split assuming BIP148 is going to have<br>
&gt;&gt; non-insignificant economic backing. This BIP is designed to provid=
e a<br>
&gt;&gt; risk mitigation measure that miners can safely deploy. Since this =
BIP<br>
&gt;&gt; only activates with a clear miner majority it should not increase =
the<br>
&gt;&gt; risk of an extended chain split. At this point it is not completel=
y<br>
&gt;&gt; clear how much economic support there is for BIP148 but support<br=
>
&gt;&gt; certainly seems to be growing and we have nearly 2 months until BI=
P148<br>
&gt;&gt; activation. I intentionally used a shorter activation period here =
so<br>
&gt;&gt; that decisions by miners can be made close to the BIP148 activatio=
n<br>
&gt;&gt; date.<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Jun 7, 2017 at 4:29 PM, Jared Lee Richardson &lt;<a href=
=3D"mailto:jaredr26@gmail.com">jaredr26@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt; I think this BIP represents a gamble, and the gamble may not b=
e a good<br>
&gt;&gt;&gt; one.=C2=A0 The gamble here is that if the segwit2x changes are=
 rolled out<br>
&gt;&gt;&gt; on time, and if the signatories accept the bit4 + bit1 signali=
ng<br>
&gt;&gt;&gt; proposals within BIP91, the launch will go smoother, as intend=
ed.=C2=A0 But<br>
&gt;&gt;&gt; conversely, if either the segwit2x signatories balk about the =
Bit1<br>
&gt;&gt;&gt; signaling OR if the timelines for segwit2mb are missed even by=
 a bit,<br>
&gt;&gt;&gt; it may cause the BIP148 chainsplit to be worse than it would b=
e<br>
&gt;&gt;&gt; without.=C2=A0 Given the frequent concerns raised in multiple =
places about<br>
&gt;&gt;&gt; the aggressiveness of the segwit2x timelines, including the<br=
>
&gt;&gt;&gt; non-hardfork timelines, this does not seem like a great gamble=
 to be<br>
&gt;&gt;&gt; making.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; The reason I say it may make the chainsplit be worse than it w=
ould<br>
&gt;&gt;&gt; otherwise be is that it may provide a false sense of safety fo=
r BIP148<br>
&gt;&gt;&gt; that currently does not currently exist(and should not, as it =
is a<br>
&gt;&gt;&gt; chainsplit).=C2=A0 That sense of safety would only be legitima=
te if the<br>
&gt;&gt;&gt; segwit2x signatories were on board, and the segwit2x code effe=
ctively<br>
&gt;&gt;&gt; enforced BIP148 simultaneously, neither of which are guarantee=
d.=C2=A0 If<br>
&gt;&gt;&gt; users and more miners had a false sense that BIP148 was *not* =
going to<br>
&gt;&gt;&gt; chainsplit from default / segwit2x, they might not follow the =
news if<br>
&gt;&gt;&gt; suddenly the segwit2x plan were delayed for a few days.=C2=A0 =
While any<br>
&gt;&gt;&gt; additional support would definitely be cheered on by BIP148<br=
>
&gt;&gt;&gt; supporters, the practical reality might be that this proposal =
would<br>
&gt;&gt;&gt; take BIP148 from the &quot;unlikely to have any viable chain a=
fter flag day<br>
&gt;&gt;&gt; without segwit2x&quot; category into the &quot;small but viabl=
e minority chain&quot;<br>
&gt;&gt;&gt; category, and even worse, it might strengthen the chainsplit j=
ust days<br>
&gt;&gt;&gt; before segwit is activated on BOTH chains, putting the BIP148<=
br>
&gt;&gt;&gt; supporters on the wrong pro-segwit, but still-viable chain.<br=
>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; If Core had taken a strong stance to include BIP148 into the c=
lient,<br>
&gt;&gt;&gt; and if BIP148 support were much much broader, I would feel dif=
ferently<br>
&gt;&gt;&gt; as the gamble would be more likely to discourage a chainsplit =
(By<br>
&gt;&gt;&gt; forcing the acceleration of segwit2x) rather than encourage it=
 (by<br>
&gt;&gt;&gt; strengthening an extreme minority chainsplit that may wind up =
on the<br>
&gt;&gt;&gt; wrong side of two segwit-activated chains).=C2=A0 As it stands=
 now, this<br>
&gt;&gt;&gt; seems like a very dangerous attempt to compromise with a small=
 but<br>
&gt;&gt;&gt; vocal group that are the ones creating the threat to begin wit=
h.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Jared<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Tue, Jun 6, 2017 at 5:56 PM, James Hilliard via bitcoin-dev=
<br>
&gt;&gt;&gt; &lt;<a href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org">b=
itcoin-dev@lists.<wbr>linuxfoundation.org</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt; Due to the proposed calendar(<a href=3D"https://segwit2x.g=
ithub.io/" rel=3D"noreferrer" target=3D"_blank">https://segwit2x.<wbr>githu=
b.io/</a>) for the<br>
&gt;&gt;&gt;&gt; SegWit2x agreement being too slow to activate SegWit manda=
tory<br>
&gt;&gt;&gt;&gt; signalling ahead of BIP148 using BIP91 I would like to pro=
pose another<br>
&gt;&gt;&gt;&gt; option that miners can use to prevent a chain split ahead =
of the Aug<br>
&gt;&gt;&gt;&gt; 1st BIP148 activation date.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; The splitprotection soft fork is essentially BIP91 but usi=
ng BIP8<br>
&gt;&gt;&gt;&gt; instead of BIP9 with a lower activation threshold and imme=
diate<br>
&gt;&gt;&gt;&gt; mandatory signalling lock-in. This allows for a majority o=
f miners to<br>
&gt;&gt;&gt;&gt; activate mandatory SegWit signalling and prevent a potenti=
al chain<br>
&gt;&gt;&gt;&gt; split ahead of BIP148 activation.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; This BIP allows for miners to respond to market forces qui=
ckly ahead<br>
&gt;&gt;&gt;&gt; of BIP148 activation by signalling for splitprotection. An=
y miners<br>
&gt;&gt;&gt;&gt; already running BIP148 should be encouraged to use splitpr=
otection.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &lt;pre&gt;<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0BIP: splitprotection<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0Layer: Consensus (soft fork)<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0Title: User Activated Soft Fork Split Protecti=
on<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0Author: James Hilliard &lt;<a href=3D"mailto:j=
ames.hilliard1@gmail.com">james.hilliard1@gmail.com</a>&gt;<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0Comments-Summary: No comments yet.<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0Comments-URI:<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0Status: Draft<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0Type: Standards Track<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0Created: 2017-05-22<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0License: BSD-3-Clause<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 CC0-1.0<br>
&gt;&gt;&gt;&gt; &lt;/pre&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; =3D=3DAbstract=3D=3D<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; This document specifies a coordination mechanism for a sim=
ple majority<br>
&gt;&gt;&gt;&gt; of miners to prevent a chain split ahead of BIP148 activat=
ion.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; =3D=3DDefinitions=3D=3D<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &quot;existing segwit deployment&quot; refer to the BIP9 &=
quot;segwit&quot; deployment<br>
&gt;&gt;&gt;&gt; using bit 1, between November 15th 2016 and November 15th =
2017 to<br>
&gt;&gt;&gt;&gt; activate BIP141, BIP143 and BIP147.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; =3D=3DMotivation=3D=3D<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; The biggest risk of BIP148 is an extended chain split, thi=
s BIP<br>
&gt;&gt;&gt;&gt; provides a way for a simple majority of miners to eliminat=
e that risk.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; This BIP provides a way for a simple majority of miners to=
 coordinate<br>
&gt;&gt;&gt;&gt; activation of the existing segwit deployment with less tha=
n 95%<br>
&gt;&gt;&gt;&gt; hashpower before BIP148 activation. Due to time constraint=
s unless<br>
&gt;&gt;&gt;&gt; immediately deployed BIP91 will likely not be able to enfo=
rce<br>
&gt;&gt;&gt;&gt; mandatory signalling of segwit before the Aug 1st activati=
on of<br>
&gt;&gt;&gt;&gt; BIP148. This BIP provides a method for rapid miner activat=
ion of<br>
&gt;&gt;&gt;&gt; SegWit mandatory signalling ahead of the BIP148 activation=
 date. Since<br>
&gt;&gt;&gt;&gt; the primary goal of this BIP is to reduce the chance of an=
 extended<br>
&gt;&gt;&gt;&gt; chain split as much as possible we activate using a simple=
 miner<br>
&gt;&gt;&gt;&gt; majority of 65% over a 504 block interval rather than a hi=
gher<br>
&gt;&gt;&gt;&gt; percentage. This BIP also allows miners to signal their in=
tention to<br>
&gt;&gt;&gt;&gt; run BIP148 in order to prevent a chain split.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; =3D=3DSpecification=3D=3D<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; While this BIP is active, all blocks must set the nVersion=
 header top<br>
&gt;&gt;&gt;&gt; 3 bits to 001 together with bit field (1&lt;&lt;1) (accord=
ing to the<br>
&gt;&gt;&gt;&gt; existing segwit deployment). Blocks that do not signal as =
required<br>
&gt;&gt;&gt;&gt; will be rejected.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; =3D=3DDeployment=3D=3D<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; This BIP will be deployed by &quot;version bits&quot; with=
 a 65%(this can be<br>
&gt;&gt;&gt;&gt; adjusted if desired) activation threshold BIP9 with the na=
me<br>
&gt;&gt;&gt;&gt; &quot;splitprotecion&quot; and using bit 2.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; This BIP starts immediately and is a BIP8 style soft fork =
since<br>
&gt;&gt;&gt;&gt; mandatory signalling will start on midnight August 1st 201=
7 (epoch<br>
&gt;&gt;&gt;&gt; time 1501545600) regardless of whether or not this BIP has=
 reached its<br>
&gt;&gt;&gt;&gt; own signalling threshold. This BIP will cease to be active=
 when segwit<br>
&gt;&gt;&gt;&gt; is locked-in.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; =3D=3D=3D Reference implementation =3D=3D=3D<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &lt;pre&gt;<br>
&gt;&gt;&gt;&gt; // Check if Segregated Witness is Locked In<br>
&gt;&gt;&gt;&gt; bool IsWitnessLockedIn(const CBlockIndex* pindexPrev, cons=
t<br>
&gt;&gt;&gt;&gt; Consensus::Params&amp; params)<br>
&gt;&gt;&gt;&gt; {<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0 =C2=A0LOCK(cs_main);<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0 =C2=A0return (VersionBitsState(pindexPrev, pa=
rams,<br>
&gt;&gt;&gt;&gt; Consensus::DEPLOYMENT_SEGWIT, versionbitscache) =3D=3D<br>
&gt;&gt;&gt;&gt; THRESHOLD_LOCKED_IN);<br>
&gt;&gt;&gt;&gt; }<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; // SPLITPROTECTION mandatory segwit signalling.<br>
&gt;&gt;&gt;&gt; if ( VersionBitsState(pindex-&gt;<wbr>pprev, chainparams.G=
etConsensus(),<br>
&gt;&gt;&gt;&gt; Consensus::DEPLOYMENT_<wbr>SPLITPROTECTION, versionbitscac=
he) =3D=3D<br>
&gt;&gt;&gt;&gt; THRESHOLD_LOCKED_IN &amp;&amp;<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0 =C2=A0 !IsWitnessLockedIn(pindex-&gt;<wbr>ppr=
ev, chainparams.GetConsensus()) &amp;&amp;<br>
&gt;&gt;&gt;&gt; // Segwit is not locked in<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0 =C2=A0 !IsWitnessEnabled(pindex-&gt;<wbr>ppre=
v, chainparams.GetConsensus()) ) //<br>
&gt;&gt;&gt;&gt; and is not active.<br>
&gt;&gt;&gt;&gt; {<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0 =C2=A0bool fVersionBits =3D (pindex-&gt;nVers=
ion &amp; VERSIONBITS_TOP_MASK) =3D=3D<br>
&gt;&gt;&gt;&gt; VERSIONBITS_TOP_BITS;<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0 =C2=A0bool fSegbit =3D (pindex-&gt;nVersion &=
amp;<br>
&gt;&gt;&gt;&gt; VersionBitsMask(chainparams.<wbr>GetConsensus(),<br>
&gt;&gt;&gt;&gt; Consensus::DEPLOYMENT_SEGWIT)) !=3D 0;<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0 =C2=A0if (!(fVersionBits &amp;&amp; fSegbit))=
 {<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0return state.DoS(0, error=
(&quot;ConnectBlock(): relayed block must<br>
&gt;&gt;&gt;&gt; signal for segwit, please upgrade&quot;), REJECT_INVALID, =
&quot;bad-no-segwit&quot;);<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0 =C2=A0}<br>
&gt;&gt;&gt;&gt; }<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; // BIP148 mandatory segwit signalling.<br>
&gt;&gt;&gt;&gt; int64_t nMedianTimePast =3D pindex-&gt;GetMedianTimePast()=
;<br>
&gt;&gt;&gt;&gt; if ( (nMedianTimePast &gt;=3D 1501545600) &amp;&amp;=C2=A0=
 // Tue 01 Aug 2017 00:00:00 UTC<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0 =C2=A0 (nMedianTimePast &lt;=3D 1510704000) &=
amp;&amp;=C2=A0 // Wed 15 Nov 2017 00:00:00 UTC<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0 =C2=A0 (!IsWitnessLockedIn(pindex-&gt;<wbr>pp=
rev, chainparams.GetConsensus()) &amp;&amp;<br>
&gt;&gt;&gt;&gt;=C2=A0 // Segwit is not locked in<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0!IsWitnessEnabled(pindex-&gt;<wb=
r>pprev, chainparams.GetConsensus())) )<br>
&gt;&gt;&gt;&gt;=C2=A0 // and is not active.<br>
&gt;&gt;&gt;&gt; {<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0 =C2=A0bool fVersionBits =3D (pindex-&gt;nVers=
ion &amp; VERSIONBITS_TOP_MASK) =3D=3D<br>
&gt;&gt;&gt;&gt; VERSIONBITS_TOP_BITS;<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0 =C2=A0bool fSegbit =3D (pindex-&gt;nVersion &=
amp;<br>
&gt;&gt;&gt;&gt; VersionBitsMask(chainparams.<wbr>GetConsensus(),<br>
&gt;&gt;&gt;&gt; Consensus::DEPLOYMENT_SEGWIT)) !=3D 0;<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0 =C2=A0if (!(fVersionBits &amp;&amp; fSegbit))=
 {<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0return state.DoS(0, error=
(&quot;ConnectBlock(): relayed block must<br>
&gt;&gt;&gt;&gt; signal for segwit, please upgrade&quot;), REJECT_INVALID, =
&quot;bad-no-segwit&quot;);<br>
&gt;&gt;&gt;&gt;=C2=A0 =C2=A0 =C2=A0}<br>
&gt;&gt;&gt;&gt; }<br>
&gt;&gt;&gt;&gt; &lt;/pre&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; <a href=3D"https://github.com/bitcoin/bitcoin/compare/0.14=
...jameshilliard:splitprotection-v0.14.1" rel=3D"noreferrer" target=3D"_bla=
nk">https://github.com/bitcoin/<wbr>bitcoin/compare/0.14...<wbr>jameshillia=
rd:splitprotection-<wbr>v0.14.1</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; =3D=3DBackwards Compatibility=3D=3D<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; This deployment is compatible with the existing &quot;segw=
it&quot; bit 1<br>
&gt;&gt;&gt;&gt; deployment scheduled between midnight November 15th, 2016 =
and midnight<br>
&gt;&gt;&gt;&gt; November 15th, 2017. This deployment is also compatible wi=
th the<br>
&gt;&gt;&gt;&gt; existing BIP148 deployment. This BIP is compatible with BI=
P91 only if<br>
&gt;&gt;&gt;&gt; BIP91 activates before it and before BIP148. Miners will n=
eed to<br>
&gt;&gt;&gt;&gt; upgrade their nodes to support splitprotection otherwise t=
hey may<br>
&gt;&gt;&gt;&gt; build on top of an invalid block. While this bip is active=
 users<br>
&gt;&gt;&gt;&gt; should either upgrade to splitprotection or wait for addit=
ional<br>
&gt;&gt;&gt;&gt; confirmations when accepting payments.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; =3D=3DRationale=3D=3D<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Historically we have used IsSuperMajority() to activate so=
ft forks<br>
&gt;&gt;&gt;&gt; such as BIP66 which has a mandatory signalling requirement=
 for miners<br>
&gt;&gt;&gt;&gt; once activated, this ensures that miners are aware of new =
rules being<br>
&gt;&gt;&gt;&gt; enforced. This technique can be leveraged to lower the sig=
nalling<br>
&gt;&gt;&gt;&gt; threshold of a soft fork while it is in the process of bei=
ng deployed<br>
&gt;&gt;&gt;&gt; in a backwards compatible way. We also use a BIP8 style ti=
meout to<br>
&gt;&gt;&gt;&gt; ensure that this BIP is compatible with BIP148 and that BI=
P148<br>
&gt;&gt;&gt;&gt; compatible mandatory signalling activates regardless of mi=
ner<br>
&gt;&gt;&gt;&gt; signalling levels.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; By orphaning non-signalling blocks during the BIP9 bit 1 &=
quot;segwit&quot;<br>
&gt;&gt;&gt;&gt; deployment, this BIP can cause the existing &quot;segwit&q=
uot; deployment to<br>
&gt;&gt;&gt;&gt; activate without needing to release a new deployment. As w=
e approach<br>
&gt;&gt;&gt;&gt; BIP148 activation it may be desirable for a majority of mi=
ners to have<br>
&gt;&gt;&gt;&gt; a method that will ensure that there is no chain split.<br=
>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; =3D=3DReferences=3D=3D<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; *[<a href=3D"https://lists.linuxfoundation.org/pipermail/b=
itcoin-dev/2017-March/013714.html" rel=3D"noreferrer" target=3D"_blank">htt=
ps://lists.<wbr>linuxfoundation.org/pipermail/<wbr>bitcoin-dev/2017-March/0=
13714.<wbr>html</a><br>
&gt;&gt;&gt;&gt; Mailing list discussion]<br>
&gt;&gt;&gt;&gt; *[<a href=3D"https://github.com/bitcoin/bitcoin/blob/v0.6.=
0/src/main.cpp#L1281-L1283" rel=3D"noreferrer" target=3D"_blank">https://gi=
thub.com/bitcoin/<wbr>bitcoin/blob/v0.6.0/src/main.<wbr>cpp#L1281-L1283</a>=
<br>
&gt;&gt;&gt;&gt; P2SH flag day activation]<br>
&gt;&gt;&gt;&gt; *[[bip-0009.mediawiki|BIP9 Version bits with timeout and d=
elay]]<br>
&gt;&gt;&gt;&gt; *[[bip-0016.mediawiki|BIP16 Pay to Script Hash]]<br>
&gt;&gt;&gt;&gt; *[[bip-0091.mediawiki|BIP91 Reduced threshold Segwit MASF]=
]<br>
&gt;&gt;&gt;&gt; *[[bip-0141.mediawiki|BIP141 Segregated Witness (Consensus=
 layer)]]<br>
&gt;&gt;&gt;&gt; *[[bip-0143.mediawiki|BIP143 Transaction Signature Verific=
ation for<br>
&gt;&gt;&gt;&gt; Version 0 Witness Program]]<br>
&gt;&gt;&gt;&gt; *[[bip-0147.mediawiki|BIP147 Dealing with dummy stack elem=
ent malleability]]<br>
&gt;&gt;&gt;&gt; *[[bip-0148.mediawiki|BIP148 Mandatory activation of segwi=
t deployment]]<br>
&gt;&gt;&gt;&gt; *[[bip-0149.mediawiki|BIP149 Segregated Witness (second de=
ployment)]]<br>
&gt;&gt;&gt;&gt; *[<a href=3D"https://bitcoincore.org/en/2016/01/26/segwit-=
benefits/" rel=3D"noreferrer" target=3D"_blank">https://bitcoincore.org/en/=
<wbr>2016/01/26/segwit-benefits/</a> Segwit benefits]<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; =3D=3DCopyright=3D=3D<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; This document is dual licensed as BSD 3-clause, and Creati=
ve Commons<br>
&gt;&gt;&gt;&gt; CC0 1.0 Universal.<br>
&gt;&gt;&gt;&gt; ______________________________<wbr>_________________<br>
&gt;&gt;&gt;&gt; bitcoin-dev mailing list<br>
&gt;&gt;&gt;&gt; <a href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org">b=
itcoin-dev@lists.<wbr>linuxfoundation.org</a><br>
&gt;&gt;&gt;&gt; <a href=3D"https://lists.linuxfoundation.org/mailman/listi=
nfo/bitcoin-dev" rel=3D"noreferrer" target=3D"_blank">https://lists.linuxfo=
undation.<wbr>org/mailman/listinfo/bitcoin-<wbr>dev</a><br>
</div></div></blockquote></div><br></div>

--001a11457cc2f8847c055166995d--