summaryrefslogtreecommitdiff
path: root/6b/ab892e1353ceb67717b54a329e8a3a78177c6f
blob: a60601142b87077ee2d17d9e5eb6835330bb9a45 (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
Delivery-date: Sat, 20 Apr 2024 14:43:30 -0700
Received: from mail-qv1-f63.google.com ([209.85.219.63])
	by mail.fairlystable.org with esmtps  (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
	(Exim 4.94.2)
	(envelope-from <bitcoindev+bncBAABB6HNSCYQMGQESYTFDXY@googlegroups.com>)
	id 1ryIUa-0007gf-Cp
	for bitcoindev@gnusha.org; Sat, 20 Apr 2024 14:43:30 -0700
Received: by mail-qv1-f63.google.com with SMTP id 6a1803df08f44-6962767b1e7sf66216306d6.1
        for <bitcoindev@gnusha.org>; Sat, 20 Apr 2024 14:43:27 -0700 (PDT)
ARC-Seal: i=2; a=rsa-sha256; t=1713649402; cv=pass;
        d=google.com; s=arc-20160816;
        b=yFiJ4Gfx7An0j1Q6kadvceuqW6ZpClcM6i2mw5183JaZXuj4GvWZJYw2acKv52YXl8
         9ERMww0oMn7e4nk5p/PJZWqgG4tc1HiI+CzbkmL5s8jxubkZIUzt8DrkrOFe9bD+9OJl
         pfnB4NH04efFFG7MahHng3/zLuWFic2o2QqJ0cv4O8x1nXuCBe+hLoT5vt7Dad/Mn8lb
         Tg24X02aGX0gzwHW/ZeVs7l4KVnxPfxVboMMe2JlwhdHgd/FVqGfjRikahP5txBSU2YD
         tG2NJn0iAR7T4DM/iD9u4LoBzM4UnlLm3ylpWiIRG3hSBEGtGbxIp+XIMiycxmkyCvuR
         QHEA==
ARC-Message-Signature: i=2; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816;
        h=list-unsubscribe:list-subscribe:list-archive:list-help:list-post
         :list-id:mailing-list:precedence:reply-to:content-transfer-encoding
         :mime-version:feedback-id:references:in-reply-to:message-id:subject
         :cc:from:to:date:dkim-signature;
        bh=1jWCW4a5/uUU73WTUKmMJeukF74xiVAz5Yv1QH0M9l8=;
        fh=exmX3T9nGJEP0+2R9x/3ZkGoJnRckco+x/Dy+83qEgY=;
        b=b+d+anHpfoqCSHgXjH9asjhgwdNBK6NnpG3nxCVjmI8Av747hfEnWK1ZRxZz+e/F9d
         x40VzYgqT1+At4658EDbL9vkg53pEnqHLSYnaOz9qpdgwAFFaDsvJvz6LT5FRSXjU0UL
         ruAqgiStuT8w98eO0PWVrJ5rI3nQw43Ka81sjSV627aN8bcp/hDsKYn0bajQz27rwwiJ
         KmfYk8pusEBvujALnFM4CmljmYva7bukVlG3YQg5N/EERw4/x3171GHN3mhGlHC8oRiE
         p/pvEhXYob/AblfDCrnXFsJwKpz6BWHtMXuz7O2en3T1TJe+OAbdX7iSv6dFT2OIYgY8
         emNg==;
        darn=gnusha.org
ARC-Authentication-Results: i=2; gmr-mx.google.com;
       dkim=pass header.i=@achow101.com header.s=protonmail3 header.b=ZwrGqd6Q;
       spf=pass (google.com: domain of lists@achow101.com designates 185.70.40.136 as permitted sender) smtp.mailfrom=lists@achow101.com;
       dmarc=pass (p=REJECT sp=REJECT dis=NONE) header.from=achow101.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=googlegroups.com; s=20230601; t=1713649402; x=1714254202; darn=gnusha.org;
        h=list-unsubscribe:list-subscribe:list-archive:list-help:list-post
         :list-id:mailing-list:precedence:reply-to
         :x-original-authentication-results:x-original-sender
         :content-transfer-encoding:mime-version:feedback-id:references
         :in-reply-to:message-id:subject:cc:from:to:date:from:to:cc:subject
         :date:message-id:reply-to;
        bh=1jWCW4a5/uUU73WTUKmMJeukF74xiVAz5Yv1QH0M9l8=;
        b=pu39hAjI/VzgTN8OJf2TmgGNHk/BpelsYMgjJVsc6llfzVZ5DfSGN8Iy1TWGPGlDWi
         3M4v/IDgr6oaLHneejTzGzR7Rez6t0Er4DNLrT3EJqP0OwOksKLXXWLKFcQRsJX9nB9Z
         mFUBVIzgiJwLYYqdBbIq76i7EGG+Qw3QTAmyb9jbO6K1dtHmpnmkgU4SWeqoK2f8B95m
         BUqEzjDOrX9tIz0MHPduajmyDRIt0IY8AtHrOquDF5enX0Pi3oMXaIHpX3BW7hzIDb5A
         XM3JySrOIw3l34jkdRPcHZIejK8VC5IrHVAaIbHrYtBqjMgaVQw+Md2bf/CjwQNKAu1Y
         4/bg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1713649402; x=1714254202;
        h=list-unsubscribe:list-subscribe:list-archive:list-help:list-post
         :list-id:mailing-list:precedence:reply-to
         :x-original-authentication-results:x-original-sender
         :content-transfer-encoding:mime-version:feedback-id:references
         :in-reply-to:message-id:subject:cc:from:to:date:x-beenthere
         :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
        bh=1jWCW4a5/uUU73WTUKmMJeukF74xiVAz5Yv1QH0M9l8=;
        b=aNLYqvY4URRkZnF2nHExSEkly8FIj/KHYF1inGZPRMyS0e28Zwm++Vb3uJx+42mhZZ
         Ga8KZFXwoEbfUpQoOyHkQYlOYr+ahnFgIomVur+eP6iKbPUGF3LjxxO7It1zQjzzpcnv
         71WIohroDbWl/Yg1QteOIfC3czEtgZjX7rWRuc008f5rixUJO+eqz+rxVORsBqdcXHcg
         dNrtgVainFSwkJi2JQOIb/r2HKGcMtuMwzcoA5YQDxJZK4iNgICy/6wrFd5q9lhdlXKQ
         2DJ5YsFQOYr4651bXZarHF+khHEZqkVtp3cSiLbN1mwWiRja/2fHtpTJpTIAI60kOQ4e
         i1cA==
X-Forwarded-Encrypted: i=2; AJvYcCWcqIznSVxqubuVkMsNGi6lr7GPhAbn0dok8cDu/0trrl8/2cC9Lj5DxbLzcGiAG7wiQu2gR5yYARLy95486eZ38LA5LhQ=
X-Gm-Message-State: AOJu0YweGkvWGpYb7KLPZL/iIPaDUSWy0DOfF/k0cxDbjReu0lyILOce
	HM0ZgG7wxY3WBctXtoA236r6JRsb1cIORvzs5oreRVZ6ktazZJDU
X-Google-Smtp-Source: AGHT+IGYF/KTM0Q4cGsmDzMcwEpNmnZZk+CqllxAYHX0n9AwCZZkxwvBasvJKX/4yXuMqjcI1iRSuA==
X-Received: by 2002:ad4:4e42:0:b0:696:a982:92a8 with SMTP id eb2-20020ad44e42000000b00696a98292a8mr5693668qvb.3.1713649401546;
        Sat, 20 Apr 2024 14:43:21 -0700 (PDT)
X-BeenThere: bitcoindev@googlegroups.com
Received: by 2002:a05:6214:1256:b0:68e:fab1:8005 with SMTP id
 6a1803df08f44-6a05d47846dls34376306d6.0.-pod-prod-05-us; Sat, 20 Apr 2024
 14:43:20 -0700 (PDT)
X-Received: by 2002:a05:6214:d68:b0:69b:217a:43 with SMTP id 8-20020a0562140d6800b0069b217a0043mr203077qvs.8.1713649400521;
        Sat, 20 Apr 2024 14:43:20 -0700 (PDT)
Received: by 2002:a05:620a:2441:b0:78f:5e9:4781 with SMTP id af79cd13be357-78f092638bfms85a;
        Sat, 20 Apr 2024 14:37:20 -0700 (PDT)
X-Received: by 2002:a05:6512:3250:b0:51a:e21c:109c with SMTP id c16-20020a056512325000b0051ae21c109cmr1353370lfr.14.1713649037905;
        Sat, 20 Apr 2024 14:37:17 -0700 (PDT)
ARC-Seal: i=1; a=rsa-sha256; t=1713649037; cv=none;
        d=google.com; s=arc-20160816;
        b=SoWCVB/HDLD4XO/VuAe/FKF3Y0n8utLL+V1p9WTnUDMT08UNGIgAKMA6YNXNEhc7E0
         oqVgM1pT+o+Pnn/Z85ICazDcD8Izci5w8YZoJb/W+/njg/3yzAQsmEfpTwgwnVhuQ+YN
         Gu9AWBUkm1TZIvY3KpoMzHJAblCh1DDJYzYf1rN1kHuWg9ejnE5pIj8Y9DcT2EBEKYDl
         /20MdrmziIT5Pscl8xPwCPEqjQvPIxI1IyNKNu6hTDljbuqYr0HYgZ14dJfx9ooi6d60
         Zo9Zai55GGz+oYka2NJOzcNYGz0QhxY06y94HcAR57BWiMOLHHmX9K11FcPffZUA1o4F
         swEg==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816;
        h=content-transfer-encoding:mime-version:feedback-id:references
         :in-reply-to:message-id:subject:cc:from:to:date:dkim-signature;
        bh=oV/Pt3gBt6XZNoFw8ckUt5D42O83tndmC61s5vCJdCI=;
        fh=3CA5PZ1GgGNOEu45HQ+0VQMwbmlRakatiRWILAqV1AI=;
        b=PTWc+2nC/yqbfW4wwdmquMYxMaJpcyTDRqH9PrSghYv8JD+65/oMRa2dgKlCrtKk3M
         kPapz1+PFpGEwaCfCBVS3p3VMhUyYJIW6xoYGMC85MhmlF/Sam61iLXwC2VbKurtEwz2
         rlRmuU+p0rWnpHxAvR7mM6YlDkNWRPArYhK++HryaDMyxtevmd4t9oYEjmDrU340eY85
         NK0dfBDsCofRyVWd37bqdbeMgMFY7Q7TAjDMUXJpjib6j4hIRJEjRZkaFThqWG0wwaI5
         5x3E8pT5+OPXzJrG+60i5TzZ/weK5KLyzXZD9PiaxU3rmWiWKCjdt/afSYt2rBaUlAXN
         Fqsg==;
        dara=google.com
ARC-Authentication-Results: i=1; gmr-mx.google.com;
       dkim=pass header.i=@achow101.com header.s=protonmail3 header.b=ZwrGqd6Q;
       spf=pass (google.com: domain of lists@achow101.com designates 185.70.40.136 as permitted sender) smtp.mailfrom=lists@achow101.com;
       dmarc=pass (p=REJECT sp=REJECT dis=NONE) header.from=achow101.com
Received: from mail-40136.proton.ch (mail-40136.proton.ch. [185.70.40.136])
        by gmr-mx.google.com with ESMTPS id h6-20020a0565123c8600b005132cbccbb3si234264lfv.7.2024.04.20.14.37.17
        for <bitcoindev@googlegroups.com>
        (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
        Sat, 20 Apr 2024 14:37:17 -0700 (PDT)
Received-SPF: pass (google.com: domain of lists@achow101.com designates 185.70.40.136 as permitted sender) client-ip=185.70.40.136;
Date: Sat, 20 Apr 2024 21:37:12 +0000
To: Steve Lee <steven.j.lee@gmail.com>
From: "'Ava Chow' via Bitcoin Development Mailing List" <bitcoindev@googlegroups.com>
Cc: bitcoindev@googlegroups.com
Subject: Re: [bitcoindev] Re: Adding New BIP Editors
Message-ID: <2ca58df4-99b3-4466-b583-406427f4a928@achow101.com>
In-Reply-To: <CABu3BAdTpsYE99RTEEXZ9XRcH2q7qgVM6GT0JUSTkk9=ef0jSg@mail.gmail.com>
References: <2092f7ff-4860-47f8-ba1a-c9d97927551e@achow101.com> <77554baa9330c57361c65c1fc85557f1@dtrt.org> <7b4e2223-0b96-4ca0-a441-aebcfc7b0bben@googlegroups.com> <CAEYHFxV_8_Jw61tysL_cV_xiXBcRyA3e=CGHGuSCgm+-4WxT9w@mail.gmail.com> <fb52ccb5-9942-4db8-b880-3c06ebc47cd1@achow101.com> <070755a0-10e9-4903-9524-dd8ef98c1c8b@achow101.com> <CABu3BAeYqzp439z8Ug6_4QdhvSQ0fCysz-t2h1zzp2pX6Hsebg@mail.gmail.com> <0d4d85e3-9fbb-4bd4-af0f-92225e699b63@achow101.com> <CABu3BAdTpsYE99RTEEXZ9XRcH2q7qgVM6GT0JUSTkk9=ef0jSg@mail.gmail.com>
Feedback-ID: 53660394:user:proton
X-Pm-Message-ID: 99525dc149224f54f32b42b99a4d9b57ed4c746b
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Original-Sender: lists@achow101.com
X-Original-Authentication-Results: gmr-mx.google.com;       dkim=pass
 header.i=@achow101.com header.s=protonmail3 header.b=ZwrGqd6Q;       spf=pass
 (google.com: domain of lists@achow101.com designates 185.70.40.136 as
 permitted sender) smtp.mailfrom=lists@achow101.com;       dmarc=pass
 (p=REJECT sp=REJECT dis=NONE) header.from=achow101.com
X-Original-From: Ava Chow <lists@achow101.com>
Reply-To: Ava Chow <lists@achow101.com>
Precedence: list
Mailing-list: list bitcoindev@googlegroups.com; contact bitcoindev+owners@googlegroups.com
List-ID: <bitcoindev.googlegroups.com>
X-Google-Group-Id: 786775582512
List-Post: <https://groups.google.com/group/bitcoindev/post>, <mailto:bitcoindev@googlegroups.com>
List-Help: <https://groups.google.com/support/>, <mailto:bitcoindev+help@googlegroups.com>
List-Archive: <https://groups.google.com/group/bitcoindev
List-Subscribe: <https://groups.google.com/group/bitcoindev/subscribe>, <mailto:bitcoindev+subscribe@googlegroups.com>
List-Unsubscribe: <mailto:googlegroups-manage+786775582512+unsubscribe@googlegroups.com>,
 <https://groups.google.com/group/bitcoindev/subscribe>
X-Spam-Score: -1.0 (-)

On 04/20/2024 05:11 PM, Steve Lee wrote:
>=20
>     I am not aware of that, and it hasn't come up when I've talked to him
>     about being a BIPs editor.
>=20
>=20
> You should read this thread then before making a decision.

Thank you for your snarky reply.

I have, in fact, read every email in this thread. But there's 80+ emails=20
in this thread and it's spread over 2 months, so it's possible I've=20
missed something. With that in mind, I've just spent the last 10 minutes=20
searching through the archive and cannot find any mention of Kanzure or=20
anyone else saying that he would only be a BIP editor for payment. If=20
you think I'm mistaken, I ask that you please provide a link to this=20
evidence.

>     Personally, I've spoken to all 5 privately and they've all confirmed =
to
>     me that they are willing to be BIPs editors. Jonatack[1] and Murch[2]
>     have also replied to this thread about this.
>=20
>=20
> Ok good to know. Would've been nice to share this here so everyone was=20
> aware.

You should read this thread before making such assumptions.

I informed the list[1] 4 days ago that I reached out privately to and=20
got responses from Kanzure and Ruben. While I did the same with Jonatack=20
and Murch, I did not feel the need to mention that because, if you've=20
read this thread, they had already publicly confirmed their willingness.

Ava

[1]:=20
https://gnusha.org/pi/bitcoindev/fb52ccb5-9942-4db8-b880-3c06ebc47cd1@achow=
101.com/

>=20
>=20
>=20
>     Ava
>=20
>     [1]:
>     https://gnusha.org/pi/bitcoindev/83b69000-ca1e-4a58-90b5-114cb09ac0bb=
n@googlegroups.com/ <https://gnusha.org/pi/bitcoindev/83b69000-ca1e-4a58-90=
b5-114cb09ac0bbn@googlegroups.com/>
>     [2]:
>     https://gnusha.org/pi/bitcoindev/53a0015c-b76a-441a-920b-32bd88d5e778=
@murch.one/ <https://gnusha.org/pi/bitcoindev/53a0015c-b76a-441a-920b-32bd8=
8d5e778@murch.one/>
>=20
>      >
>      > On Sat, Apr 20, 2024 at 12:30=E2=80=AFPM 'Ava Chow' via Bitcoin De=
velopment
>      > Mailing List <bitcoindev@googlegroups.com
>     <mailto:bitcoindev@googlegroups.com>
>      > <mailto:bitcoindev@googlegroups.com
>     <mailto:bitcoindev@googlegroups.com>>> wrote:
>      >
>      >=C2=A0 =C2=A0 =C2=A0Since we're now past the deadline of April 19th=
, I'd like to
>     inform
>      >=C2=A0 =C2=A0 =C2=A0everyone of what will happen on Monday.
>      >
>      >=C2=A0 =C2=A0 =C2=A0There has not been any actual objections to the=
 nominees nor
>     have there
>      >=C2=A0 =C2=A0 =C2=A0been any suggestions on choosing a subset of th=
em since my
>     last email.
>      >=C2=A0 =C2=A0 =C2=A0As such, there is rough consensus on adding Kan=
zure, Murch,
>     Jonatack,
>      >=C2=A0 =C2=A0 =C2=A0Ruben, and Roasbeef as BIP editors, and they wi=
ll be added on
>     Monday
>      >=C2=A0 =C2=A0 =C2=A0April 22nd.
>      >
>      >=C2=A0 =C2=A0 =C2=A0Ava
>      >
>      >=C2=A0 =C2=A0 =C2=A0On 04/16/2024 01:08 PM, 'Ava Chow' via Bitcoin =
Development
>     Mailing List
>      >=C2=A0 =C2=A0 =C2=A0wrote:
>      >=C2=A0 =C2=A0 =C2=A0 > While I don't disagree that 5 or 6 people se=
ems like a lot
>     to add at
>      >=C2=A0 =C2=A0 =C2=A0 > once, it's not clear to me how we should dec=
ide which
>     subset of the
>      >=C2=A0 =C2=A0 =C2=A0 > nominees should be added. As it is now, I ha=
ve only seen
>     an actual
>      >=C2=A0 =C2=A0 =C2=A0 > objection to Kanzure and Ruben from /dev/fd0=
, and no explicit
>      >=C2=A0 =C2=A0 =C2=A0objections
>      >=C2=A0 =C2=A0 =C2=A0 > to anyone else. It seems like the vast major=
ity of people
>     don't share
>      >=C2=A0 =C2=A0 =C2=A0 > their concerns either as both Kanzure and Ru=
ben continue to be
>      >=C2=A0 =C2=A0 =C2=A0endorsed
>      >=C2=A0 =C2=A0 =C2=A0 > by many others.
>      >=C2=A0 =C2=A0 =C2=A0 >
>      >=C2=A0 =C2=A0 =C2=A0 > Looking at the endorsements each candidate h=
as received,
>     the current
>      >=C2=A0 =C2=A0 =C2=A0 > counts are:
>      >=C2=A0 =C2=A0 =C2=A0 > * Kanzure - 17 for, 1 against
>      >=C2=A0 =C2=A0 =C2=A0 > * Murch - 13 for
>      >=C2=A0 =C2=A0 =C2=A0 > * Jonatack - 13 for
>      >=C2=A0 =C2=A0 =C2=A0 > * Ruben - 12 for, 1 against
>      >=C2=A0 =C2=A0 =C2=A0 > * Roasbeef - 9 for
>      >=C2=A0 =C2=A0 =C2=A0 > * Michael Folkson - none
>      >=C2=A0 =C2=A0 =C2=A0 >
>      >=C2=A0 =C2=A0 =C2=A0 > However, I don't want this process to become=
 a popularity
>     contest and
>      >=C2=A0 =C2=A0 =C2=A0 > require some kind of formal voting. Rather I=
'd prefer that
>     this
>      >=C2=A0 =C2=A0 =C2=A0process
>      >=C2=A0 =C2=A0 =C2=A0 > be something more like how Bitcoin Core main=
tainers are
>     added - by
>      >=C2=A0 =C2=A0 =C2=A0 > achieving rough consensus. Without any expli=
cit objections
>     to any of
>      >=C2=A0 =C2=A0 =C2=A0 > these candidates, I'm inclined to move forwa=
rd with adding
>     the 5 who
>      >=C2=A0 =C2=A0 =C2=A0 > have received endorsements. Having to pick "=
winners" from
>     this list
>      >=C2=A0 =C2=A0 =C2=A0 > seems like a quick way to stir up drama that=
 I don't think
>     anyone
>      >=C2=A0 =C2=A0 =C2=A0really
>      >=C2=A0 =C2=A0 =C2=A0 > wants to deal with.
>      >=C2=A0 =C2=A0 =C2=A0 >
>      >=C2=A0 =C2=A0 =C2=A0 > I do want to note that neither Kanzure, Rube=
n, nor
>     Roasbeef have
>      >=C2=A0 =C2=A0 =C2=A0posted
>      >=C2=A0 =C2=A0 =C2=A0 > on this list that they are willing to be BIP=
 editors. I have
>      >=C2=A0 =C2=A0 =C2=A0reached out
>      >=C2=A0 =C2=A0 =C2=A0 > to all 3 of them privately, and received res=
ponses from
>     Kanzure and
>      >=C2=A0 =C2=A0 =C2=A0 > Ruben that indicate that they probably are w=
illing, but public
>      >=C2=A0 =C2=A0 =C2=A0 > confirmation from them on this list would al=
so be nice. I
>     have not
>      >=C2=A0 =C2=A0 =C2=A0 > received a response from Roasbeef.
>      >=C2=A0 =C2=A0 =C2=A0 >
>      >=C2=A0 =C2=A0 =C2=A0 > Ava
>      >=C2=A0 =C2=A0 =C2=A0 >
>      >=C2=A0 =C2=A0 =C2=A0 > On 04/11/2024 10:22 AM, Sergi Delgado Segura=
 wrote:
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0> I would prefer having more (9=
+?) than less folks on this
>      >=C2=A0 =C2=A0 =C2=A0task, so
>      >=C2=A0 =C2=A0 =C2=A0 >> personal preferences are easily ignored and=
 overwritten
>     by the group
>      >=C2=A0 =C2=A0 =C2=A0 >> majority.
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >> I disagree with that, the more doesn't real=
ly the better
>     here.
>      >=C2=A0 =C2=A0 =C2=A0Having
>      >=C2=A0 =C2=A0 =C2=A0 >> too many editors may result in a tragedy of=
 the commons, in
>      >=C2=A0 =C2=A0 =C2=A0which people
>      >=C2=A0 =C2=A0 =C2=A0 >> just commit to the job because many others =
do, and they
>     do not
>      >=C2=A0 =C2=A0 =C2=A0end up
>      >=C2=A0 =C2=A0 =C2=A0 >> doing as much because they expect others to=
 do the it.
>     This does not
>      >=C2=A0 =C2=A0 =C2=A0 >> only make the process look bad but may burn=
out the ones
>     that end up
>      >=C2=A0 =C2=A0 =C2=A0 >> doing the job, given their time commitment =
ends up being
>     too far
>      >=C2=A0 =C2=A0 =C2=A0from
>      >=C2=A0 =C2=A0 =C2=A0 >> their expectations.
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >> I think being more moderate with the amount=
 of people is
>     better, and
>      >=C2=A0 =C2=A0 =C2=A0 >> gives us leeway in case the workload ends u=
p being
>     excessive and
>      >=C2=A0 =C2=A0 =C2=A0we need
>      >=C2=A0 =C2=A0 =C2=A0 >> to add more people (plus discourage people =
from joining and
>      >=C2=A0 =C2=A0 =C2=A0slacking off).
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >> I think 3 more people should be a good numb=
er to start from.
>      >=C2=A0 =C2=A0 =C2=A0 >> I'd personally vouch for Murch, Kanzure, an=
d Ruben based on
>      >=C2=A0 =C2=A0 =C2=A0their track
>      >=C2=A0 =C2=A0 =C2=A0 >> record in the space
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >> On Tue, Apr 2, 2024 at 4:30=E2=80=AFPM nvk =
<rdlfnvk@gmail.com
>     <mailto:rdlfnvk@gmail.com>
>      >=C2=A0 =C2=A0 =C2=A0<mailto:rdlfnvk@gmail.com <mailto:rdlfnvk@gmail=
.com>>
>      >=C2=A0 =C2=A0 =C2=A0 >> <mailto:rdlfnvk@gmail.com <mailto:rdlfnvk@g=
mail.com>
>     <mailto:rdlfnvk@gmail.com <mailto:rdlfnvk@gmail.com>>>> wrote:
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >> +1 for
>      >=C2=A0 =C2=A0 =C2=A0 >> Kanzure
>      >=C2=A0 =C2=A0 =C2=A0 >> RubenSomsen
>      >=C2=A0 =C2=A0 =C2=A0 >> Seccour
>      >=C2=A0 =C2=A0 =C2=A0 >> Jon Atack
>      >=C2=A0 =C2=A0 =C2=A0 >> Roasbeef
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >> I would prefer having more (9+?) than less =
folks on this
>     task, so
>      >=C2=A0 =C2=A0 =C2=A0 >> personal preferences are easily ignored and=
 overwritten
>     by the group
>      >=C2=A0 =C2=A0 =C2=A0 >> majority.
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >> BIPs were intended as a means to collect id=
eas, not
>     enforce ideas.
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >> I'd like to return to that.
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >> - NVK (temp gmail account)
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 On Monday, April 1, 202=
4 at 5:16:54=E2=80=AFPM UTC-4 David A.
>      >=C2=A0 =C2=A0 =C2=A0Harding wrote:
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 On 2024-0=
3-28 10:04, Matt Corallo wrote:
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0> P=
lease provide justification rather than simply
>      >=C2=A0 =C2=A0 =C2=A0saying "I
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 like Bob!=
".
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Using onl=
y comments from the mailing list, the
>      >=C2=A0 =C2=A0 =C2=A0following appears
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 to be
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 the candi=
date list along with the current support.
>      >=C2=A0 =C2=A0 =C2=A0Asterisks denote
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 candidate=
s who indicated their willingness to accept
>      >=C2=A0 =C2=A0 =C2=A0the role.
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 - Bryan "=
Kanzure" Bishop, recommended by Ava
>     Chow[1], Chris
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Stewart[3=
],
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Michael F=
olkson[6], Peter Todd[9], Matt Corallo[10],
>      >=C2=A0 =C2=A0 =C2=A0Brandon
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Black[11]=
,
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Antoine R=
iard[12], Murch[13], Antoine
>     Poinsot[15], John
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Carvalho[=
16]
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 - Ruben S=
omsen, recommended by Ava Chow[1], Chris
>      >=C2=A0 =C2=A0 =C2=A0Stewart[3],
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Michael
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Folkson[6=
], Antoine Riard[12], Murch[13], Antoine
>      >=C2=A0 =C2=A0 =C2=A0Poinsot[15], John
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Carvalho[=
16]
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 - Jon Ata=
ck*, recommended by Luke Dashjr[2], Chris
>      >=C2=A0 =C2=A0 =C2=A0Stewart[3],
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 /dev/fd0[=
5][7],
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Brandon B=
lack[11], Antoine Riard[12], Ava
>     Chow[14], John
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Carvalho[=
16]
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 - Olaoluw=
a "Roasbeef" Osuntokun, recommended by
>     Chris
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Stewart[3=
], John
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 C. Vernal=
eo[4], /dev/fd0[5][7], Keagan
>     McClelland[8],
>      >=C2=A0 =C2=A0 =C2=A0Antoine
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Riard[12]=
, Ava Chow[14]
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 - Mark "M=
urch" Erhardt*, recommended by Michael
>      >=C2=A0 =C2=A0 =C2=A0Folkson[6], Keagan
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 McClellan=
d[8], Matt Corallo[10], Brandon
>     Black[11], Antoine
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Riard[12]=
,
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Ava Chow[=
14]
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 - Michael=
 Folkson*
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Note: Luk=
e Dashjr proposed[17] Seccour and Greg
>     Tonoski for
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 "non-dev
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 triaging"=
, Tonoski proposed himself[18] for "BIP
>      >=C2=A0 =C2=A0 =C2=A0editor", and
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Antoine
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Riard[12]=
 proposed Seccour for "decentralized PM".
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 I searche=
d the BIPs repo by commenter to see if
>     any of
>      >=C2=A0 =C2=A0 =C2=A0the above
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 candidate=
s had been especially active there,
>     which is
>      >=C2=A0 =C2=A0 =C2=A0listed
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 below as:
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 total PRs=
 they commented on (number still
>     open/number
>      >=C2=A0 =C2=A0 =C2=A0closed).
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 - 21 (1/2=
0) commenter:kanzure
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 - 3 (2/1)=
 commenter:rubensomsen
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 - 15 (0/1=
5) commenter:jonatack
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 - 18 (2/1=
6) commenter:roasbeef
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 - 10 (6/4=
) commenter:Murchandamus
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 - 57 (6/5=
1) commenter:michaelfolkson
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 I'll also=
 note that Osuntokun is the only member
>     of the
>      >=C2=A0 =C2=A0 =C2=A0set to
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 have a
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 merged BI=
P that they co-authored, although I believe
>      >=C2=A0 =C2=A0 =C2=A0there are
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 far-along
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 draft BIP=
s for both Murch (terminology) and
>     Somsen (Silent
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Payments)=
. I
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 don't thi=
nk this should be a requirement, but I
>     do think it
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 demonstra=
tes
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 familiari=
ty with the process.
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Speaking =
only for myself, I think all of the
>     candidates
>      >=C2=A0 =C2=A0 =C2=A0above with
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 multiple =
recommendations from other community
>      >=C2=A0 =C2=A0 =C2=A0participants are
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 fully
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 qualified=
 for the role, so I'll only provide a
>     detailed
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 justifica=
tion
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 for the p=
erson who would be my first pick: Murch
>     is not
>      >=C2=A0 =C2=A0 =C2=A0only a
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 longstand=
ing and broadly liked Bitcoin
>     contributor, but
>      >=C2=A0 =C2=A0 =C2=A0(as Corallo
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 mentioned=
) he has worked on standardizing
>     terminology
>      >=C2=A0 =C2=A0 =C2=A0through a
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 draft
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 BIP. In a=
ddition, he provided an extremely detailed
>      >=C2=A0 =C2=A0 =C2=A0review of
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 all 300
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 pages of =
a draft of Mastering Bitcoin (3rd
>     edition) and has
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 reviewed
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 drafts of=
 over 200 weekly Optech newsletters, in
>     both cases
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 significa=
ntly improving the accuracy and
>      >=C2=A0 =C2=A0 =C2=A0comprehensibility of the
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 documenta=
tion. To me, that seems very similar to the
>      >=C2=A0 =C2=A0 =C2=A0work we'd
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ask him
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 to perfor=
m as a BIPs editor and it's something that
>      >=C2=A0 =C2=A0 =C2=A0he's already
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 doing,
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 so I thin=
k there's an excellent fit of person to
>     role.
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 -Dave
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 [1]
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >
>     https://gnusha.org/pi/bitcoindev/2092f7ff-4860-47f8...@achow101.com/
>     <https://gnusha.org/pi/bitcoindev/2092f7ff-4860-47f8...@achow101.com/=
>
>      >  =20
>      =C2=A0<https://gnusha.org/pi/bitcoindev/2092f7ff-4860-47f8...@achow1=
01.com/ <https://gnusha.org/pi/bitcoindev/2092f7ff-4860-47f8...@achow101.co=
m/>> <https://gnusha.org/pi/bitcoindev/2092f7ff-4860-47f8-ba1a-c9d97927551e=
@achow101.com/ <https://gnusha.org/pi/bitcoindev/2092f7ff-4860-47f8-ba1a-c9=
d97927551e@achow101.com/> <https://gnusha.org/pi/bitcoindev/2092f7ff-4860-4=
7f8-ba1a-c9d97927551e@achow101.com/ <https://gnusha.org/pi/bitcoindev/2092f=
7ff-4860-47f8-ba1a-c9d97927551e@achow101.com/>>>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 [2]
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >
>     https://gnusha.org/pi/bitcoindev/9288df7b-f2e9-4106...@dashjr.org/
>     <https://gnusha.org/pi/bitcoindev/9288df7b-f2e9-4106...@dashjr.org/>
>      >  =20
>      =C2=A0<https://gnusha.org/pi/bitcoindev/9288df7b-f2e9-4106...@dashjr=
.org/ <https://gnusha.org/pi/bitcoindev/9288df7b-f2e9-4106...@dashjr.org/>>
>      >  =20
>      =C2=A0<https://gnusha.org/pi/bitcoindev/9288df7b-f2e9-4106-b843-c1ff=
8f8a62a3@dashjr.org/ <https://gnusha.org/pi/bitcoindev/9288df7b-f2e9-4106-b=
843-c1ff8f8a62a3@dashjr.org/> <https://gnusha.org/pi/bitcoindev/9288df7b-f2=
e9-4106-b843-c1ff8f8a62a3@dashjr.org/ <https://gnusha.org/pi/bitcoindev/928=
8df7b-f2e9-4106-b843-c1ff8f8a62a3@dashjr.org/>>>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 [3]
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >
>     https://gnusha.org/pi/bitcoindev/d1e7183c-30e6-4f1a...@googlegroups.c=
om/ <https://gnusha.org/pi/bitcoindev/d1e7183c-30e6-4f1a...@googlegroups.co=
m/> <https://gnusha.org/pi/bitcoindev/d1e7183c-30e6-4f1a...@googlegroups.co=
m/ <https://gnusha.org/pi/bitcoindev/d1e7183c-30e6-4f1a...@googlegroups.com=
/>> <https://gnusha.org/pi/bitcoindev/d1e7183c-30e6-4f1a-8fd6-cddc46f129a2n=
@googlegroups.com/ <https://gnusha.org/pi/bitcoindev/d1e7183c-30e6-4f1a-8fd=
6-cddc46f129a2n@googlegroups.com/> <https://gnusha.org/pi/bitcoindev/d1e718=
3c-30e6-4f1a-8fd6-cddc46f129a2n@googlegroups.com/ <https://gnusha.org/pi/bi=
tcoindev/d1e7183c-30e6-4f1a-8fd6-cddc46f129a2n@googlegroups.com/>>>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 [4]
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >
>     https://gnusha.org/pi/bitcoindev/84309c3f-e848-d333...@netpurgatory.c=
om/ <https://gnusha.org/pi/bitcoindev/84309c3f-e848-d333...@netpurgatory.co=
m/> <https://gnusha.org/pi/bitcoindev/84309c3f-e848-d333...@netpurgatory.co=
m/ <https://gnusha.org/pi/bitcoindev/84309c3f-e848-d333...@netpurgatory.com=
/>> <https://gnusha.org/pi/bitcoindev/84309c3f-e848-d333-fd28-bdd55899b713@=
netpurgatory.com/ <https://gnusha.org/pi/bitcoindev/84309c3f-e848-d333-fd28=
-bdd55899b713@netpurgatory.com/> <https://gnusha.org/pi/bitcoindev/84309c3f=
-e848-d333-fd28-bdd55899b713@netpurgatory.com/ <https://gnusha.org/pi/bitco=
indev/84309c3f-e848-d333-fd28-bdd55899b713@netpurgatory.com/>>>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 [5]
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >
>     https://gnusha.org/pi/bitcoindev/4c1462b7-ea1c-4a36...@googlegroups.c=
om/ <https://gnusha.org/pi/bitcoindev/4c1462b7-ea1c-4a36...@googlegroups.co=
m/> <https://gnusha.org/pi/bitcoindev/4c1462b7-ea1c-4a36...@googlegroups.co=
m/ <https://gnusha.org/pi/bitcoindev/4c1462b7-ea1c-4a36...@googlegroups.com=
/>> <https://gnusha.org/pi/bitcoindev/4c1462b7-ea1c-4a36-be81-7c3719157fabn=
@googlegroups.com/ <https://gnusha.org/pi/bitcoindev/4c1462b7-ea1c-4a36-be8=
1-7c3719157fabn@googlegroups.com/> <https://gnusha.org/pi/bitcoindev/4c1462=
b7-ea1c-4a36-be81-7c3719157fabn@googlegroups.com/ <https://gnusha.org/pi/bi=
tcoindev/4c1462b7-ea1c-4a36-be81-7c3719157fabn@googlegroups.com/>>>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 [6]
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >
>     https://gnusha.org/pi/bitcoindev/a116fba3-5948-48d2...@googlegroups.c=
om/ <https://gnusha.org/pi/bitcoindev/a116fba3-5948-48d2...@googlegroups.co=
m/> <https://gnusha.org/pi/bitcoindev/a116fba3-5948-48d2...@googlegroups.co=
m/ <https://gnusha.org/pi/bitcoindev/a116fba3-5948-48d2...@googlegroups.com=
/>> <https://gnusha.org/pi/bitcoindev/a116fba3-5948-48d2-a787-639a3564d006n=
@googlegroups.com/ <https://gnusha.org/pi/bitcoindev/a116fba3-5948-48d2-a78=
7-639a3564d006n@googlegroups.com/> <https://gnusha.org/pi/bitcoindev/a116fb=
a3-5948-48d2-a787-639a3564d006n@googlegroups.com/ <https://gnusha.org/pi/bi=
tcoindev/a116fba3-5948-48d2-a787-639a3564d006n@googlegroups.com/>>>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 [7]
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >
>     https://gnusha.org/pi/bitcoindev/846b668f-8386-4869...@googlegroups.c=
om/ <https://gnusha.org/pi/bitcoindev/846b668f-8386-4869...@googlegroups.co=
m/> <https://gnusha.org/pi/bitcoindev/846b668f-8386-4869...@googlegroups.co=
m/ <https://gnusha.org/pi/bitcoindev/846b668f-8386-4869...@googlegroups.com=
/>> <https://gnusha.org/pi/bitcoindev/846b668f-8386-4869-a3b1-55d346efbea1n=
@googlegroups.com/ <https://gnusha.org/pi/bitcoindev/846b668f-8386-4869-a3b=
1-55d346efbea1n@googlegroups.com/> <https://gnusha.org/pi/bitcoindev/846b66=
8f-8386-4869-a3b1-55d346efbea1n@googlegroups.com/ <https://gnusha.org/pi/bi=
tcoindev/846b668f-8386-4869-a3b1-55d346efbea1n@googlegroups.com/>>>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 [8]
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >
>     https://gnusha.org/pi/bitcoindev/CALeFGL1-LKPWd7YRS110ut8tX=3DwruqgLE=
azRA5...@mail.gmail.com/ <https://gnusha.org/pi/bitcoindev/CALeFGL1-LKPWd7Y=
RS110ut8tX=3DwruqgLEazRA5...@mail.gmail.com/> <https://gnusha.org/pi/bitcoi=
ndev/CALeFGL1-LKPWd7YRS110ut8tX=3DwruqgLEazRA5...@mail.gmail.com/ <https://=
gnusha.org/pi/bitcoindev/CALeFGL1-LKPWd7YRS110ut8tX=3DwruqgLEazRA5...@mail.=
gmail.com/>> <https://gnusha.org/pi/bitcoindev/CALeFGL1-LKPWd7YRS110ut8tX=
=3DwruqgLEazRA5nVw9siYCPj4A@mail.gmail.com/ <https://gnusha.org/pi/bitcoind=
ev/CALeFGL1-LKPWd7YRS110ut8tX=3DwruqgLEazRA5nVw9siYCPj4A@mail.gmail.com/> <=
https://gnusha.org/pi/bitcoindev/CALeFGL1-LKPWd7YRS110ut8tX=3DwruqgLEazRA5n=
Vw9siYCPj4A@mail.gmail.com/ <https://gnusha.org/pi/bitcoindev/CALeFGL1-LKPW=
d7YRS110ut8tX=3DwruqgLEazRA5nVw9siYCPj4A@mail.gmail.com/>>>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 [9]
>      > https://gnusha.org/pi/bitcoindev/ZgePPvbf...@petertodd.org/
>     <https://gnusha.org/pi/bitcoindev/ZgePPvbf...@petertodd.org/>
>      >=C2=A0 =C2=A0 =C2=A0<https://gnusha.org/pi/bitcoindev/ZgePPvbf...@p=
etertodd.org/
>     <https://gnusha.org/pi/bitcoindev/ZgePPvbf...@petertodd.org/>>
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >  =20
>      =C2=A0<https://gnusha.org/pi/bitcoindev/ZgePPvbfrr4wZG7k@petertodd.o=
rg/
>     <https://gnusha.org/pi/bitcoindev/ZgePPvbfrr4wZG7k@petertodd.org/>
>      >  =20
>      =C2=A0<https://gnusha.org/pi/bitcoindev/ZgePPvbfrr4wZG7k@petertodd.o=
rg/
>     <https://gnusha.org/pi/bitcoindev/ZgePPvbfrr4wZG7k@petertodd.org/>>>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 [10]
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >
>     https://gnusha.org/pi/bitcoindev/f9435999-42df-46b5...@mattcorallo.co=
m/ <https://gnusha.org/pi/bitcoindev/f9435999-42df-46b5...@mattcorallo.com/=
> <https://gnusha.org/pi/bitcoindev/f9435999-42df-46b5...@mattcorallo.com/ =
<https://gnusha.org/pi/bitcoindev/f9435999-42df-46b5...@mattcorallo.com/>> =
<https://gnusha.org/pi/bitcoindev/f9435999-42df-46b5-86e2-7ba0336a9bf2@matt=
corallo.com/ <https://gnusha.org/pi/bitcoindev/f9435999-42df-46b5-86e2-7ba0=
336a9bf2@mattcorallo.com/> <https://gnusha.org/pi/bitcoindev/f9435999-42df-=
46b5-86e2-7ba0336a9bf2@mattcorallo.com/ <https://gnusha.org/pi/bitcoindev/f=
9435999-42df-46b5-86e2-7ba0336a9bf2@mattcorallo.com/>>>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 [11]
>      > https://gnusha.org/pi/bitcoindev/ZgWRu32FXzqqg69V@console/
>     <https://gnusha.org/pi/bitcoindev/ZgWRu32FXzqqg69V@console/>
>      >=C2=A0 =C2=A0 =C2=A0<https://gnusha.org/pi/bitcoindev/ZgWRu32FXzqqg=
69V@console/
>     <https://gnusha.org/pi/bitcoindev/ZgWRu32FXzqqg69V@console/>>
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0<https://gnusha.org/pi/bitcoindev/ZgWRu32FXzqqg=
69V@console/
>     <https://gnusha.org/pi/bitcoindev/ZgWRu32FXzqqg69V@console/>
>      >=C2=A0 =C2=A0 =C2=A0<https://gnusha.org/pi/bitcoindev/ZgWRu32FXzqqg=
69V@console/
>     <https://gnusha.org/pi/bitcoindev/ZgWRu32FXzqqg69V@console/>>>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 [12]
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >
>     https://gnusha.org/pi/bitcoindev/CALZpt+E8DohYEJ9aO+FiF6+E...@mail.gm=
ail.com/ <https://gnusha.org/pi/bitcoindev/CALZpt+E8DohYEJ9aO+FiF6+E...@mai=
l.gmail.com/> <https://gnusha.org/pi/bitcoindev/CALZpt+E8DohYEJ9aO+FiF6+E..=
.@mail.gmail.com/ <https://gnusha.org/pi/bitcoindev/CALZpt+E8DohYEJ9aO+FiF6=
+E...@mail.gmail.com/>> <https://gnusha.org/pi/bitcoindev/CALZpt+E8DohYEJ9a=
O+FiF6+EKMCP5oEbHSKSXpq0VKVBhJLhrw@mail.gmail.com/ <https://gnusha.org/pi/b=
itcoindev/CALZpt+E8DohYEJ9aO+FiF6+EKMCP5oEbHSKSXpq0VKVBhJLhrw@mail.gmail.co=
m/> <https://gnusha.org/pi/bitcoindev/CALZpt+E8DohYEJ9aO+FiF6+EKMCP5oEbHSKS=
Xpq0VKVBhJLhrw@mail.gmail.com/ <https://gnusha.org/pi/bitcoindev/CALZpt+E8D=
ohYEJ9aO+FiF6+EKMCP5oEbHSKSXpq0VKVBhJLhrw@mail.gmail.com/>>>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 [13]
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      > https://gnusha.org/pi/bitcoindev/53a0015c-b76a-441a...@murch.one/
>     <https://gnusha.org/pi/bitcoindev/53a0015c-b76a-441a...@murch.one/>
>      >  =20
>      =C2=A0<https://gnusha.org/pi/bitcoindev/53a0015c-b76a-441a...@murch.=
one/
>     <https://gnusha.org/pi/bitcoindev/53a0015c-b76a-441a...@murch.one/>>
>      >  =20
>      =C2=A0<https://gnusha.org/pi/bitcoindev/53a0015c-b76a-441a-920b-32bd=
88d5e778@murch.one/ <https://gnusha.org/pi/bitcoindev/53a0015c-b76a-441a-92=
0b-32bd88d5e778@murch.one/> <https://gnusha.org/pi/bitcoindev/53a0015c-b76a=
-441a-920b-32bd88d5e778@murch.one/ <https://gnusha.org/pi/bitcoindev/53a001=
5c-b76a-441a-920b-32bd88d5e778@murch.one/>>>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 [14]
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >
>     https://gnusha.org/pi/bitcoindev/ae482890-bce3-468f...@achow101.com/
>     <https://gnusha.org/pi/bitcoindev/ae482890-bce3-468f...@achow101.com/=
>
>      >  =20
>      =C2=A0<https://gnusha.org/pi/bitcoindev/ae482890-bce3-468f...@achow1=
01.com/ <https://gnusha.org/pi/bitcoindev/ae482890-bce3-468f...@achow101.co=
m/>> <https://gnusha.org/pi/bitcoindev/ae482890-bce3-468f-866d-c555b80b0644=
@achow101.com/ <https://gnusha.org/pi/bitcoindev/ae482890-bce3-468f-866d-c5=
55b80b0644@achow101.com/> <https://gnusha.org/pi/bitcoindev/ae482890-bce3-4=
68f-866d-c555b80b0644@achow101.com/ <https://gnusha.org/pi/bitcoindev/ae482=
890-bce3-468f-866d-c555b80b0644@achow101.com/>>>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 [15]
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >
>     https://gnusha.org/pi/bitcoindev/ppBS1tfMU3SFX85kmIBVBd0WpT5Wof_oSBXs=
uizh7692AUDw2TojfvCqvcvlmsy9E69qfWMxK-UZWawf8IDApPqF7bXOH4gwU1c2jS4xojo=3D@=
protonmail.com/ <https://gnusha.org/pi/bitcoindev/ppBS1tfMU3SFX85kmIBVBd0Wp=
T5Wof_oSBXsuizh7692AUDw2TojfvCqvcvlmsy9E69qfWMxK-UZWawf8IDApPqF7bXOH4gwU1c2=
jS4xojo=3D@protonmail.com/> <https://gnusha.org/pi/bitcoindev/ppBS1tfMU3SFX=
85kmIBVBd0WpT5Wof_oSBXsuizh7692AUDw2TojfvCqvcvlmsy9E69qfWMxK-UZWawf8IDApPqF=
7bXOH4gwU1c2jS4xojo=3D@protonmail.com/ <https://gnusha.org/pi/bitcoindev/pp=
BS1tfMU3SFX85kmIBVBd0WpT5Wof_oSBXsuizh7692AUDw2TojfvCqvcvlmsy9E69qfWMxK-UZW=
awf8IDApPqF7bXOH4gwU1c2jS4xojo=3D@protonmail.com/>> <https://gnusha.org/pi/=
bitcoindev/ppBS1tfMU3SFX85kmIBVBd0WpT5Wof_oSBXsuizh7692AUDw2TojfvCqvcvlmsy9=
E69qfWMxK-UZWawf8IDApPqF7bXOH4gwU1c2jS4xojo=3D@protonmail.com/ <https://gnu=
sha.org/pi/bitcoindev/ppBS1tfMU3SFX85kmIBVBd0WpT5Wof_oSBXsuizh7692AUDw2Tojf=
vCqvcvlmsy9E69qfWMxK-UZWawf8IDApPqF7bXOH4gwU1c2jS4xojo=3D@protonmail.com/> =
<https://gnusha.org/pi/bitcoindev/ppBS1tfMU3SFX85kmIBVBd0WpT5Wof_oSBXsuizh7=
692AUDw2TojfvCqvcvlmsy9E69qfWMxK-UZWawf8IDApPqF7bXOH4gwU1c2jS4xojo=3D@proto=
nmail.com/ <https://gnusha.org/pi/bitcoindev/ppBS1tfMU3SFX85kmIBVBd0WpT5Wof=
_oSBXsuizh7692AUDw2TojfvCqvcvlmsy9E69qfWMxK-UZWawf8IDApPqF7bXOH4gwU1c2jS4xo=
jo=3D@protonmail.com/>>>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 [16]
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >
>     https://gnusha.org/pi/bitcoindev/ad284018-e99c-4552...@googlegroups.c=
om/ <https://gnusha.org/pi/bitcoindev/ad284018-e99c-4552...@googlegroups.co=
m/> <https://gnusha.org/pi/bitcoindev/ad284018-e99c-4552...@googlegroups.co=
m/ <https://gnusha.org/pi/bitcoindev/ad284018-e99c-4552...@googlegroups.com=
/>> <https://gnusha.org/pi/bitcoindev/ad284018-e99c-4552-88ca-11b9ed340661n=
@googlegroups.com/ <https://gnusha.org/pi/bitcoindev/ad284018-e99c-4552-88c=
a-11b9ed340661n@googlegroups.com/> <https://gnusha.org/pi/bitcoindev/ad2840=
18-e99c-4552-88ca-11b9ed340661n@googlegroups.com/ <https://gnusha.org/pi/bi=
tcoindev/ad284018-e99c-4552-88ca-11b9ed340661n@googlegroups.com/>>>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 [17]
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >
>     https://gnusha.org/pi/bitcoindev/CAMHHROw9mZJRnTbUo76PdqwJU=3D=3DYJMv=
d9Qrst+...@mail.gmail.com/ <https://gnusha.org/pi/bitcoindev/CAMHHROw9mZJRn=
TbUo76PdqwJU=3D=3DYJMvd9Qrst+...@mail.gmail.com/> <https://gnusha.org/pi/bi=
tcoindev/CAMHHROw9mZJRnTbUo76PdqwJU=3D=3DYJMvd9Qrst+...@mail.gmail.com/ <ht=
tps://gnusha.org/pi/bitcoindev/CAMHHROw9mZJRnTbUo76PdqwJU=3D=3DYJMvd9Qrst+.=
..@mail.gmail.com/>> <https://gnusha.org/pi/bitcoindev/CAMHHROw9mZJRnTbUo76=
PdqwJU=3D=3DYJMvd9Qrst+nmyypaedYZgg@mail.gmail.com/ <https://gnusha.org/pi/=
bitcoindev/CAMHHROw9mZJRnTbUo76PdqwJU=3D=3DYJMvd9Qrst+nmyypaedYZgg@mail.gma=
il.com/> <https://gnusha.org/pi/bitcoindev/CAMHHROw9mZJRnTbUo76PdqwJU=3D=3D=
YJMvd9Qrst+nmyypaedYZgg@mail.gmail.com/ <https://gnusha.org/pi/bitcoindev/C=
AMHHROw9mZJRnTbUo76PdqwJU=3D=3DYJMvd9Qrst+nmyypaedYZgg@mail.gmail.com/>>>
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 --
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 You received this messa=
ge because you are subscribed
>     to the
>      >=C2=A0 =C2=A0 =C2=A0Google
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 Groups "Bitcoin Develop=
ment Mailing List" group.
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 To unsubscribe from thi=
s group and stop receiving emails
>      >=C2=A0 =C2=A0 =C2=A0from it,
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 send an email to
>     bitcoindev+unsubscribe@googlegroups.com
>     <mailto:bitcoindev%2Bunsubscribe@googlegroups.com>
>      >=C2=A0 =C2=A0 =C2=A0<mailto:bitcoindev%2Bunsubscribe@googlegroups.c=
om
>     <mailto:bitcoindev%252Bunsubscribe@googlegroups.com>>
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 <mailto:bitcoindev+unsu=
bscribe@googlegroups.com
>     <mailto:bitcoindev%2Bunsubscribe@googlegroups.com>
>      >=C2=A0 =C2=A0 =C2=A0<mailto:bitcoindev%2Bunsubscribe@googlegroups.c=
om
>     <mailto:bitcoindev%252Bunsubscribe@googlegroups.com>>>.
>      >=C2=A0 =C2=A0 =C2=A0 >>=C2=A0 =C2=A0 =C2=A0 To view this discussion=
 on the web visit
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >
>     https://groups.google.com/d/msgid/bitcoindev/7b4e2223-0b96-4ca0-a441-=
aebcfc7b0bben%40googlegroups.com <https://groups.google.com/d/msgid/bitcoin=
dev/7b4e2223-0b96-4ca0-a441-aebcfc7b0bben%40googlegroups.com> <https://grou=
ps.google.com/d/msgid/bitcoindev/7b4e2223-0b96-4ca0-a441-aebcfc7b0bben%40go=
oglegroups.com <https://groups.google.com/d/msgid/bitcoindev/7b4e2223-0b96-=
4ca0-a441-aebcfc7b0bben%40googlegroups.com>> <https://groups.google.com/d/m=
sgid/bitcoindev/7b4e2223-0b96-4ca0-a441-aebcfc7b0bben%40googlegroups.com?ut=
m_medium=3Demail&utm_source=3Dfooter <https://groups.google.com/d/msgid/bit=
coindev/7b4e2223-0b96-4ca0-a441-aebcfc7b0bben%40googlegroups.com?utm_medium=
=3Demail&utm_source=3Dfooter> <https://groups.google.com/d/msgid/bitcoindev=
/7b4e2223-0b96-4ca0-a441-aebcfc7b0bben%40googlegroups.com?utm_medium=3Demai=
l&utm_source=3Dfooter <https://groups.google.com/d/msgid/bitcoindev/7b4e222=
3-0b96-4ca0-a441-aebcfc7b0bben%40googlegroups.com?utm_medium=3Demail&utm_so=
urce=3Dfooter>>>.
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >> --
>      >=C2=A0 =C2=A0 =C2=A0 >> Sergi.
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >=C2=A0 =C2=A0 =C2=A0 >> --
>      >=C2=A0 =C2=A0 =C2=A0 >> You received this message because you are s=
ubscribed to
>     the Google
>      >=C2=A0 =C2=A0 =C2=A0 >> Groups "Bitcoin Development Mailing List" g=
roup.
>      >=C2=A0 =C2=A0 =C2=A0 >> To unsubscribe from this group and stop rec=
eiving emails from
>      >=C2=A0 =C2=A0 =C2=A0it, send
>      >=C2=A0 =C2=A0 =C2=A0 >> an email to bitcoindev+unsubscribe@googlegr=
oups.com
>     <mailto:bitcoindev%2Bunsubscribe@googlegroups.com>
>      >=C2=A0 =C2=A0 =C2=A0<mailto:bitcoindev%2Bunsubscribe@googlegroups.c=
om
>     <mailto:bitcoindev%252Bunsubscribe@googlegroups.com>>
>      >=C2=A0 =C2=A0 =C2=A0 >> <mailto:bitcoindev+unsubscribe@googlegroups=
.com
>     <mailto:bitcoindev%2Bunsubscribe@googlegroups.com>
>      >=C2=A0 =C2=A0 =C2=A0<mailto:bitcoindev%2Bunsubscribe@googlegroups.c=
om
>     <mailto:bitcoindev%252Bunsubscribe@googlegroups.com>>>.
>      >=C2=A0 =C2=A0 =C2=A0 >> To view this discussion on the web visit
>      >=C2=A0 =C2=A0 =C2=A0 >>
>      >
>     https://groups.google.com/d/msgid/bitcoindev/CAEYHFxV_8_Jw61tysL_cV_x=
iXBcRyA3e%3DCGHGuSCgm%2B-4WxT9w%40mail.gmail.com <https://groups.google.com=
/d/msgid/bitcoindev/CAEYHFxV_8_Jw61tysL_cV_xiXBcRyA3e%3DCGHGuSCgm%2B-4WxT9w=
%40mail.gmail.com> <https://groups.google.com/d/msgid/bitcoindev/CAEYHFxV_8=
_Jw61tysL_cV_xiXBcRyA3e%3DCGHGuSCgm%2B-4WxT9w%40mail.gmail.com <https://gro=
ups.google.com/d/msgid/bitcoindev/CAEYHFxV_8_Jw61tysL_cV_xiXBcRyA3e%3DCGHGu=
SCgm%2B-4WxT9w%40mail.gmail.com>> <https://groups.google.com/d/msgid/bitcoi=
ndev/CAEYHFxV_8_Jw61tysL_cV_xiXBcRyA3e%3DCGHGuSCgm%2B-4WxT9w%40mail.gmail.c=
om?utm_medium=3Demail&utm_source=3Dfooter <https://groups.google.com/d/msgi=
d/bitcoindev/CAEYHFxV_8_Jw61tysL_cV_xiXBcRyA3e%3DCGHGuSCgm%2B-4WxT9w%40mail=
.gmail.com?utm_medium=3Demail&utm_source=3Dfooter> <https://groups.google.c=
om/d/msgid/bitcoindev/CAEYHFxV_8_Jw61tysL_cV_xiXBcRyA3e%3DCGHGuSCgm%2B-4WxT=
9w%40mail.gmail.com?utm_medium=3Demail&utm_source=3Dfooter <https://groups.=
google.com/d/msgid/bitcoindev/CAEYHFxV_8_Jw61tysL_cV_xiXBcRyA3e%3DCGHGuSCgm=
%2B-4WxT9w%40mail.gmail.com?utm_medium=3Demail&utm_source=3Dfooter>>>.
>      >=C2=A0 =C2=A0 =C2=A0 >
>      >=C2=A0 =C2=A0 =C2=A0 > --
>      >=C2=A0 =C2=A0 =C2=A0 > You received this message because you are su=
bscribed to the
>      >=C2=A0 =C2=A0 =C2=A0Google Groups "Bitcoin Development Mailing List=
" group.
>      >=C2=A0 =C2=A0 =C2=A0 > To unsubscribe from this group and stop rece=
iving emails
>     from it,
>      >=C2=A0 =C2=A0 =C2=A0send an email to bitcoindev+unsubscribe@googleg=
roups.com
>     <mailto:bitcoindev%2Bunsubscribe@googlegroups.com>
>      >=C2=A0 =C2=A0 =C2=A0<mailto:bitcoindev%2Bunsubscribe@googlegroups.c=
om
>     <mailto:bitcoindev%252Bunsubscribe@googlegroups.com>>.
>      >=C2=A0 =C2=A0 =C2=A0 > To view this discussion on the web visit
>      >
>     https://groups.google.com/d/msgid/bitcoindev/fb52ccb5-9942-4db8-b880-=
3c06ebc47cd1%40achow101.com <https://groups.google.com/d/msgid/bitcoindev/f=
b52ccb5-9942-4db8-b880-3c06ebc47cd1%40achow101.com> <https://groups.google.=
com/d/msgid/bitcoindev/fb52ccb5-9942-4db8-b880-3c06ebc47cd1%40achow101.com =
<https://groups.google.com/d/msgid/bitcoindev/fb52ccb5-9942-4db8-b880-3c06e=
bc47cd1%40achow101.com>>.
>      >
>      >=C2=A0 =C2=A0 =C2=A0--
>      >=C2=A0 =C2=A0 =C2=A0You received this message because you are subsc=
ribed to the
>     Google
>      >=C2=A0 =C2=A0 =C2=A0Groups "Bitcoin Development Mailing List" group=
.
>      >=C2=A0 =C2=A0 =C2=A0To unsubscribe from this group and stop receivi=
ng emails from it,
>      >=C2=A0 =C2=A0 =C2=A0send an email to bitcoindev+unsubscribe@googleg=
roups.com
>     <mailto:bitcoindev%2Bunsubscribe@googlegroups.com>
>      >=C2=A0 =C2=A0 =C2=A0<mailto:bitcoindev%2Bunsubscribe@googlegroups.c=
om
>     <mailto:bitcoindev%252Bunsubscribe@googlegroups.com>>.
>      >=C2=A0 =C2=A0 =C2=A0To view this discussion on the web visit
>      >
>     https://groups.google.com/d/msgid/bitcoindev/070755a0-10e9-4903-9524-=
dd8ef98c1c8b%40achow101.com <https://groups.google.com/d/msgid/bitcoindev/0=
70755a0-10e9-4903-9524-dd8ef98c1c8b%40achow101.com> <https://groups.google.=
com/d/msgid/bitcoindev/070755a0-10e9-4903-9524-dd8ef98c1c8b%40achow101.com =
<https://groups.google.com/d/msgid/bitcoindev/070755a0-10e9-4903-9524-dd8ef=
98c1c8b%40achow101.com>>.
>      >
>=20

--=20
You received this message because you are subscribed to the Google Groups "=
Bitcoin Development Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to bitcoindev+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/=
bitcoindev/2ca58df4-99b3-4466-b583-406427f4a928%40achow101.com.