summaryrefslogtreecommitdiff
path: root/c9/e231b1b88f9264a8ef311754646afb5dfefdb3
blob: b2428fd863998bc53ba88cedda9f277b92bfbcc2 (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
Return-Path: <arielluaces@gmail.com>
Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137])
 by lists.linuxfoundation.org (Postfix) with ESMTP id 2B60FC0001
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Sun, 28 Feb 2021 13:07:28 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by smtp4.osuosl.org (Postfix) with ESMTP id 18D264EF4F
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Sun, 28 Feb 2021 13:07:28 +0000 (UTC)
X-Virus-Scanned: amavisd-new at osuosl.org
X-Spam-Flag: NO
X-Spam-Score: -0.197
X-Spam-Level: 
X-Spam-Status: No, score=-0.197 tagged_above=-999 required=5
 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,
 DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001,
 RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001,
 RCVD_IN_MSPIKE_WL=0.001, SPF_PASS=-0.001]
 autolearn=ham autolearn_force=no
Authentication-Results: smtp4.osuosl.org (amavisd-new);
 dkim=pass (2048-bit key) header.d=gmail.com
Received: from smtp4.osuosl.org ([127.0.0.1])
 by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id kqFtBfDoH_V6
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Sun, 28 Feb 2021 13:07:26 +0000 (UTC)
X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0
Received: from mail-pg1-f169.google.com (mail-pg1-f169.google.com
 [209.85.215.169])
 by smtp4.osuosl.org (Postfix) with ESMTPS id 350504EE62
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Sun, 28 Feb 2021 13:07:26 +0000 (UTC)
Received: by mail-pg1-f169.google.com with SMTP id p21so9473321pgl.12
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Sun, 28 Feb 2021 05:07:26 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;
 h=in-reply-to:references:thread-topic:user-agent:mime-version
 :content-transfer-encoding:subject:from:date:to:message-id;
 bh=p2kNMZJSLh94NAJYZDf7VFBqSMGYfC73yc73xzxaxEc=;
 b=tZ08iVnLt6VrjSAxTcS1Wkm75YX0baB8hn5qcXcf89xHFg2sLZQeaTsOPSAiI6KokZ
 rMQsh3WGdWSqNAIpAV9SHpBiFUGNq9R439s1qKWZu4N8eUxtRQBJGVh54M09TNg9LUV4
 OqAZtrkgQI/oEnegLYQsxK1q7xrWifiZMb7Og3h+vKtPmlkZQCsK9AU7FyQqbHT1MP9q
 Sw05IaGB/46i3f5BTJBZ2qrFAs07EVlgdEasFsccBAH4nYZH4iyqkP4kJBKgCL1fXmjz
 +0fc2aH4x1gvN+5Zc3ZJHWKyA2kyXUhOWpVU98vSxdY2gAcGZtbAxHHpefTl7DzqebeU
 aWrQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:in-reply-to:references:thread-topic:user-agent
 :mime-version:content-transfer-encoding:subject:from:date:to
 :message-id;
 bh=p2kNMZJSLh94NAJYZDf7VFBqSMGYfC73yc73xzxaxEc=;
 b=QL/AlqNeOwe9ZbmJZvjO+eMuqhzylYAwUdlPxMbAG7swn7TJXI1Bx2PvcS2NsmhFEL
 2BrFqZcFfas73IF6sBro1J78dQ0UzZRlJEtd3NHVW/lydqhws8NK3fa92mNjGPZ2Um24
 KCSHVScdQyj/rBvYF8SHuVjMvY7dWNaJYIDYRA0YxFYp3gqsAnqKMkXEvm5m38GSdr2R
 Bk9hhXlmqVGSgZnBY8Np1Sz5tEDAAcYMY1O8Di5KVCsl4GgYxA9l7/yXBFQhU4CEZgIs
 EvlVOMEtpCIcwRi/k/jLVNgFDUUsG/A5kC5Bk8+uTCc2/DUEYBviVGA9K7F+xudiVC8W
 ofyw==
X-Gm-Message-State: AOAM533VShLKd1772IPtUBAxqzD6E0Ntkk3JD4bNBg3VB2udvaj7x/9a
 EZ+GulEzx8DsJT57wyO3lpk=
X-Google-Smtp-Source: ABdhPJxSAzD0zvnOJgeIn/aMi2Pypem2kbURJWWYmcJM3nFV3XkivU982xQRnc8mZukxJMbwLnhYDA==
X-Received: by 2002:a63:a10a:: with SMTP id b10mr9610549pgf.121.1614517645555; 
 Sun, 28 Feb 2021 05:07:25 -0800 (PST)
Received: from [192.168.168.106] (d142-179-7-88.bchsia.telus.net.
 [142.179.7.88])
 by smtp.gmail.com with ESMTPSA id b14sm14985155pji.14.2021.02.28.05.07.24
 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256);
 Sun, 28 Feb 2021 05:07:24 -0800 (PST)
In-Reply-To: <SL2P216MB0089322359FD1FC4C89AB1619D9B9@SL2P216MB0089.KORP216.PROD.OUTLOOK.COM>
References: <SL2P216MB00896C65DECD973205D17ABE9D9F9@SL2P216MB0089.KORP216.PROD.OUTLOOK.COM>,
 <CAD5xwhhxw7RhwMWSxa76HZqefpVcJidVpzE7Vbzk+hsD6zfUHQ@mail.gmail.com>
 <SL2P216MB0089322359FD1FC4C89AB1619D9B9@SL2P216MB0089.KORP216.PROD.OUTLOOK.COM>
X-Referenced-Uid: 24129
Thread-Topic: [bitcoin-dev] Taproot NACK
X-Blue-Identity: !l=823&o=96429&fo=112888&pl=736&po=0&qs=PREFIX&f=HTML&n=Ariel%20Lorenzo-Luaces&e=arielluaces%40gmail.com&m=!%3AZjEwN2MyYjMtOWE0OC00NzJhLWEzYTQtYjc3MTEzNTNhODJm%3ASU5CT1g%3D%3AMjQxMjk%3D%3AANSWERED&p=715&q=SHOW
User-Agent: Android
MIME-Version: 1.0
Content-Type: multipart/alternative;
 boundary="----006VGGS4YHKPF8CHFQQKA32U1QWQIH"
Content-Transfer-Encoding: 7bit
X-Local-Message-Id: <c4da8a65-a3ba-467b-91d2-a839bc6e9d35@gmail.com>
From: Ariel Lorenzo-Luaces <arielluaces@gmail.com>
Date: Sun, 28 Feb 2021 05:07:21 -0800
To: LORD HIS EXCELLENCY JAMES HRMH <willtech@live.com.au>,
 Bitcoin Protocol Discussion <bitcoin-dev@lists.linuxfoundation.org>
Message-ID: <c4da8a65-a3ba-467b-91d2-a839bc6e9d35@gmail.com>
X-Mailman-Approved-At: Sun, 28 Feb 2021 16:23:41 +0000
Subject: Re: [bitcoin-dev] Taproot NACK
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.15
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: Sun, 28 Feb 2021 13:07:28 -0000

------006VGGS4YHKPF8CHFQQKA32U1QWQIH
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
 charset=UTF-8

Hello LORD HIS EXCELLENCY JAMES HRMH

I find a striking dichotomy between y=
our concern of increased privacy in bitcoin and your link to a bitcoin mixe=
r in your signature www=2Ego-overt=2Ecom

At first your concerns seemed gen=
uine but after seeing your promotion of a bitcoin mixer I'm thinking your c=
oncerns may be more profit motivated? I can't tell since you failed to disc=
lose your relationship with the mixer=2E

Could you please clarify your ass=
ociation with the bitcoin mixer and moving forward could you please always =
do proper disclosure any time you're publically talking about bitcoin trans=
action privacy=2E It's only fair to do so as to not mislead people in an at=
tempt to manipulate at worst and just a courteous practice at best=2E

Chee=
rs
Ariel Lorenzo-Luaces


On Feb 28, 2021, 4:36 AM, at 4:36 AM, LORD HIS EX=
CELLENCY JAMES HRMH via bitcoin-dev <bitcoin-dev@lists=2Elinuxfoundation=2E=
org> wrote:
>Good Evening,
>
>Thank-you for your advice @JeremyRubin<https:=
//twitter=2Ecom/JeremyRubin>
>on the basis you advise, "Taproot does not en=
able monero-like privacy
>features", I am prepred to withdraw my NACK notab=
ly that the existing
>feeatures of Bitcoin MUST be maintained, and whereby =
the UTXO of a
>transaction is identifiable, the PayTo Address, and the amou=
nt all
>without any obfuscation=2E
>
>Lightning does not really provide obf=
uscation, it provides a result of
>a subset of transactions although the op=
eration of the channel is
>observable to the parties=2E
>
>The reports I we=
re reading concerning the supposed operation of Taproot
>published in a pub=
lic media channel may have been speculation or
>misinformation nonetheless =
it is prudent to conditionally reply as you
>see that I have=2E It is impor=
tant not to allow things to slip through
>the cracks=2E As you may believe =
may astute reviewers could make a full
>disclosure to this list it is not t=
o be expected=2E
>
>KING JAMES HRMH
>Great British Empire
>
>Regards,
>The =
Australian
>LORD HIS EXCELLENCY JAMES HRMH (& HMRH)
>of Hougun Manor & Glen=
coe & British Empire
>MR=2E Damian A=2E James Williamson
>Wills
>
>et al=2E=

>
>
>Willtech
>www=2Ewilltech=2Ecom=2Eau<mail://local/Sent/www=2Ewilltech=
=2Ecom=2Eau>
>www=2Ego-overt=2Ecom<mail://local/Sent/www=2Ego-overt=2Ecom>
=
>and other projects
>
>earn=2Ecom/willtech
>linkedin=2Ecom/in/damianwilliam=
son
>
>
>m=2E 0487135719
>f=2E +61261470192
>
>
>This email does not consti=
tute a general advice=2E Please disregard this
>email if misdelivered=2E
>_=
_______________________________
>From: Jeremy <jlrubin@mit=2Eedu>
>Sent: Su=
nday, 28 February 2021 3:14 AM
>To: LORD HIS EXCELLENCY JAMES HRMH <willtec=
h@live=2Ecom=2Eau>; Bitcoin
>Protocol Discussion <bitcoin-dev@lists=2Elinux=
foundation=2Eorg>
>Subject: Re: [bitcoin-dev] Taproot NACK
>
>I have good n=
ews for you: Taproot does not enable monero-like privacy
>features any more=
so than already exist in Bitcoin today=2E At its core,
>taproot is a way to=
 make transactions with embedded smart contracts
>less expensive, done so i=
n a manner that may marginally improve privacy
>dependent on user behavior =
(but not in the monero-like way you
>mention)=2E For example, it makes it p=
ossible for lightning channels to
>look structurally similar to single key =
wallets, but it does nothing
>inherently to obfuscate the transaction graph=
 as in monero=2E
>
>Such "monero-like" transaction graph obfuscation may al=
ready exist in
>Bitcoin via other techniques (coinjoin, payjoin, coinswap, =
lightning,
>etc) with or without Taproot, so the point is further moot=2E
>=

>Do you have a source on your reporting?
>
>You may wish to rescind your n=
ack=2E
>
>
>--
>@JeremyRubin<https://twitter=2Ecom/JeremyRubin><https://twi=
tter=2Ecom/JeremyRubin>
>
>
>On Sat, Feb 27, 2021 at 5:46 AM LORD HIS EXCEL=
LENCY JAMES HRMH via
>bitcoin-dev
><bitcoin-dev@lists=2Elinuxfoundation=2Eo=
rg<mailto:bitcoin-dev@lists=2Elinuxfoundation=2Eorg>>
>wrote:
>Good Afterno=
on,
>
>It has been reported that Taproot will enable some Monero like featu=
res
>including the ability to hide transactions=2E
>
>If that is the case I=
 offer a full NACK and let me explain=2E
>
>A part of the benefit of using =
Bitcoin is its honesty=2E The full
>transaction is published on the blockch=
ain=2E If that were to change so
>that transactions may be obfuscated from =
scrutiny then any government
>would have unlimited impetus to ban Bitcoin, =
and speculation has that
>is the reason India has been reported to have ban=
ned cryptocurrencies
>already=2E
>
>I am in support of the expanded use cas=
e of Bitcoin without harming the
>established robust fairness and equal equ=
ity offered=2E The core
>functionality of Bitcoin, its values, must remain =
unaltered=2E
>
>KING JAMES HRMH
>Great British Empire
>
>Regards,
>The Aust=
ralian
>LORD HIS EXCELLENCY JAMES HRMH (& HMRH)
>of Hougun Manor & Glencoe =
& British Empire
>MR=2E Damian A=2E James Williamson
>Wills
>
>et al=2E
>
>=

>Willtech
>www=2Ewilltech=2Ecom=2Eau<http://www=2Ewilltech=2Ecom=2Eau>
>ww=
w=2Ego-overt=2Ecom<http://www=2Ego-overt=2Ecom>
>and other projects
>
>earn=
=2Ecom/willtech<http://earn=2Ecom/willtech>
>linkedin=2Ecom/in/damianwillia=
mson<http://linkedin=2Ecom/in/damianwilliamson>
>
>
>m=2E 0487135719
>f=2E =
+61261470192
>
>
>This email does not constitute a general advice=2E Please=
 disregard this
>email if misdelivered=2E
>________________________________=
_______________
>bitcoin-dev mailing list
>bitcoin-dev@lists=2Elinuxfoundat=
ion=2Eorg<mailto:bitcoin-dev@lists=2Elinuxfoundation=2Eorg>
>https://lists=
=2Elinuxfoundation=2Eorg/mailman/listinfo/bitcoin-dev
>
>
>----------------=
--------------------------------------------------------
>
>_______________=
________________________________
>bitcoin-dev mailing list
>bitcoin-dev@lis=
ts=2Elinuxfoundation=2Eorg
>https://lists=2Elinuxfoundation=2Eorg/mailman/l=
istinfo/bitcoin-dev

------006VGGS4YHKPF8CHFQQKA32U1QWQIH
Content-Type: text/html;
 charset=utf-8
Content-Transfer-Encoding: quoted-printable

<html><head></head><body><div dir=3D"auto">Hello LORD HIS EXCELLENCY JAMES =
HRMH<br><br></div>
<div dir=3D"auto">I find a striking dichotomy between yo=
ur concern of increased privacy in bitcoin and your link to a bitcoin mixer=
 in your signature <a href=3D"http://www=2Ego-overt=2Ecom">www=2Ego-overt=
=2Ecom</a><br><br></div>
<div dir=3D"auto">At first your concerns seemed ge=
nuine but after seeing your promotion of a bitcoin mixer I'm thinking your =
concerns may be more profit motivated? I can't tell since you failed to dis=
close your relationship with the mixer=2E<br><br></div>
<div dir=3D"auto">C=
ould you please clarify your association with the bitcoin mixer and moving =
forward could you please always do proper disclosure any time you're public=
ally talking about bitcoin transaction privacy=2E It's only fair to do so a=
s to not mislead people in an attempt to manipulate at worst and just a cou=
rteous practice at best=2E<br><br></div>
<div dir=3D"auto">Cheers<br></div>=

<div dir=3D"auto">Ariel Lorenzo-Luaces<br></div>
<div class=3D"gmail_quote=
" >On Feb 28, 2021, at 4:36 AM, LORD HIS EXCELLENCY JAMES HRMH via bitcoin-=
dev &lt;<a href=3D"mailto:bitcoin-dev@lists=2Elinuxfoundation=2Eorg" target=
=3D"_blank">bitcoin-dev@lists=2Elinuxfoundation=2Eorg</a>&gt; wrote:<blockq=
uote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0=2E8ex; border-lef=
t: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div style=3D"font-fa=
mily: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);=
"> 
</div> 
<span style=3D"caret-color:rgb(0, 0, 0);font-family:Cantarell;f=
ont-size:14=2E666666984558105px;font-weight:normal;orphans:auto;text-align:=
left;widows:auto">Good Evening,</span> 
<div style=3D"caret-color:rgb(0, 0,=
 0);font-family:Cantarell;font-size:14=2E666666984558105px;font-weight:norm=
al;orphans:auto;text-align:left;widows:auto"> 
 <br> 
</div> 
<div style=3D=
"caret-color:rgb(0, 0, 0);font-family:Cantarell;font-size:14=2E666666984558=
105px;font-weight:normal;orphans:auto;text-align:left;widows:auto">
  Thank=
-you for your advice
 <span class=3D"Apple-converted-space">&nbsp;</span>
 =
<a href=3D"https://twitter=2Ecom/JeremyRubin" target=3D"_blank">@JeremyRubi=
n</a>
 <span class=3D"Apple-converted-space">&nbsp;</span>on the basis you =
advise, "Taproot does not enable monero-like privacy features", I am prepre=
d to withdraw my NACK notably that the existing feeatures of Bitcoin MUST b=
e maintained, and whereby the UTXO of a transaction is identifiable, the Pa=
yTo Address, and the amount all without any obfuscation=2E
</div> 
<div sty=
le=3D"caret-color:rgb(0, 0, 0);font-family:Cantarell;font-size:14=2E6666669=
84558105px;font-weight:normal;orphans:auto;text-align:left;widows:auto"> 
 =
<br> 
</div> 
<div style=3D"caret-color:rgb(0, 0, 0);font-family:Cantarell;=
font-size:14=2E666666984558105px;font-weight:normal;orphans:auto;text-align=
:left;widows:auto">
  Lightning does not really provide obfuscation, it pro=
vides a result of a subset of transactions although the operation of the ch=
annel is observable to the parties=2E
</div> 
<div style=3D"caret-color:rgb=
(0, 0, 0);font-family:Cantarell;font-size:14=2E666666984558105px;font-weigh=
t:normal;orphans:auto;text-align:left;widows:auto"> 
 <br> 
</div> 
<div st=
yle=3D"caret-color:rgb(0, 0, 0);font-family:Cantarell;font-size:14=2E666666=
984558105px;font-weight:normal;orphans:auto;text-align:left;widows:auto">
 =
 The reports I were reading concerning the supposed operation of Taproot pu=
blished in a public media channel may have been speculation or misinformati=
on nonetheless it is prudent to conditionally reply as you see that I have=
=2E It is important not to allow things to slip through the cracks=2E As yo=
u may believe may astute reviewers could make a full disclosure to this lis=
t it is not to be expected=2E
</div> 
<div style=3D"caret-color:rgb(0, 0, 0=
);font-family:Cantarell;font-size:14=2E666666984558105px;font-weight:normal=
;orphans:auto;text-align:left;widows:auto"> 
 <br> 
</div> 
<div style=3D"c=
aret-color:rgb(0, 0, 0);font-family:Cantarell;font-size:14=2E66666698455810=
5px;font-weight:normal;orphans:auto;text-align:left;widows:auto">
  KING JA=
MES HRMH
</div> 
<div style=3D"caret-color:rgb(0, 0, 0);font-family:Cantare=
ll;font-size:14=2E666666984558105px;font-weight:normal;orphans:auto;text-al=
ign:left;widows:auto">
  Great British Empire
</div> 
<div style=3D"caret-c=
olor:rgb(0, 0, 0);font-family:Cantarell;font-size:14=2E666666984558105px;fo=
nt-weight:normal;orphans:auto;text-align:left;widows:auto"> 
 <br> 
</div> =

<div style=3D"caret-color:rgb(0, 0, 0);font-family:Cantarell;font-size:14=
=2E666666984558105px;font-weight:normal;orphans:auto;text-align:left;widows=
:auto">
  Regards,
</div> 
<div style=3D"caret-color:rgb(0, 0, 0);font-fami=
ly:Cantarell;font-size:14=2E666666984558105px;font-weight:normal;orphans:au=
to;text-align:left;widows:auto">
  The Australian
</div> 
<div style=3D"car=
et-color:rgb(0, 0, 0);font-family:Cantarell;font-size:14=2E666666984558105p=
x;font-weight:normal;orphans:auto;text-align:left;widows:auto">
  LORD HIS =
EXCELLENCY JAMES HRMH (&amp; HMRH)
</div> 
<div style=3D"caret-color:rgb(0,=
 0, 0);font-family:Cantarell;font-size:14=2E666666984558105px;font-weight:n=
ormal;orphans:auto;text-align:left;widows:auto">
  of Hougun Manor &amp; Gl=
encoe &amp; British Empire
</div> 
<div style=3D"caret-color:rgb(0, 0, 0);f=
ont-family:Cantarell;font-size:14=2E666666984558105px;font-weight:normal;or=
phans:auto;text-align:left;widows:auto">
  MR=2E Damian A=2E James Williams=
on
</div> 
<div style=3D"caret-color:rgb(0, 0, 0);font-family:Cantarell;fon=
t-size:14=2E666666984558105px;font-weight:normal;orphans:auto;text-align:le=
ft;widows:auto">
  Wills
</div> 
<div style=3D"caret-color:rgb(0, 0, 0);fon=
t-family:Cantarell;font-size:14=2E666666984558105px;font-weight:normal;orph=
ans:auto;text-align:left;widows:auto"> 
 <br> 
</div> 
<div style=3D"caret-=
color:rgb(0, 0, 0);font-family:Cantarell;font-size:14=2E666666984558105px;f=
ont-weight:normal;orphans:auto;text-align:left;widows:auto">
  et al=2E
</d=
iv> 
<div style=3D"caret-color:rgb(0, 0, 0);font-family:Cantarell;font-size=
:14=2E666666984558105px;font-weight:normal;orphans:auto;text-align:left;wid=
ows:auto"> 
 <br> 
</div> 
<div style=3D"caret-color:rgb(0, 0, 0);font-fami=
ly:Cantarell;font-size:14=2E666666984558105px;font-weight:normal;orphans:au=
to;text-align:left;widows:auto">
  &nbsp;
</div> 
<div style=3D"caret-color=
:rgb(0, 0, 0);font-family:Cantarell;font-size:14=2E666666984558105px;font-w=
eight:normal;orphans:auto;text-align:left;widows:auto">
  Willtech
</div> 
=
<div style=3D"caret-color:rgb(0, 0, 0);font-family:Cantarell;font-size:14=
=2E666666984558105px;font-weight:normal;orphans:auto;text-align:left;widows=
:auto"> 
 <a href=3D"mail://local/Sent/www=2Ewilltech=2Ecom=2Eau">www=2Ewil=
ltech=2Ecom=2Eau</a>
</div> 
<div style=3D"caret-color:rgb(0, 0, 0);font-fa=
mily:Cantarell;font-size:14=2E666666984558105px;font-weight:normal;orphans:=
auto;text-align:left;widows:auto"> 
 <a href=3D"mail://local/Sent/www=2Ego-=
overt=2Ecom">www=2Ego-overt=2Ecom</a>
</div> 
<div style=3D"caret-color:rgb=
(0, 0, 0);font-family:Cantarell;font-size:14=2E666666984558105px;font-weigh=
t:normal;orphans:auto;text-align:left;widows:auto">
  and other projects
</=
div> 
<div style=3D"caret-color:rgb(0, 0, 0);font-family:Cantarell;font-siz=
e:14=2E666666984558105px;font-weight:normal;orphans:auto;text-align:left;wi=
dows:auto">
  &nbsp;
</div> 
<div style=3D"caret-color:rgb(0, 0, 0);font-fa=
mily:Cantarell;font-size:14=2E666666984558105px;font-weight:normal;orphans:=
auto;text-align:left;widows:auto">
  earn=2Ecom/willtech
</div> 
<div style=
=3D"caret-color:rgb(0, 0, 0);font-family:Cantarell;font-size:14=2E666666984=
558105px;font-weight:normal;orphans:auto;text-align:left;widows:auto">
  li=
nkedin=2Ecom/in/damianwilliamson
</div> 
<div style=3D"caret-color:rgb(0, 0=
, 0);font-family:Cantarell;font-size:14=2E666666984558105px;font-weight:nor=
mal;orphans:auto;text-align:left;widows:auto"> 
 <br> 
</div> 
<div style=
=3D"caret-color:rgb(0, 0, 0);font-family:Cantarell;font-size:14=2E666666984=
558105px;font-weight:normal;orphans:auto;text-align:left;widows:auto"> 
 <b=
r> 
</div> 
<div style=3D"caret-color:rgb(0, 0, 0);font-family:Cantarell;fo=
nt-size:14=2E666666984558105px;font-weight:normal;orphans:auto;text-align:l=
eft;widows:auto">
  m=2E 0487135719
</div> 
<div style=3D"caret-color:rgb(0=
, 0, 0);font-family:Cantarell;font-size:14=2E666666984558105px;font-weight:=
normal;orphans:auto;text-align:left;widows:auto">
  f=2E +61261470192
</div=
> 
<div style=3D"caret-color:rgb(0, 0, 0);font-family:Cantarell;font-size:1=
4=2E666666984558105px;font-weight:normal;orphans:auto;text-align:left;widow=
s:auto"> 
 <br> 
</div> 
<div style=3D"caret-color:rgb(0, 0, 0);font-family=
:Cantarell;font-size:14=2E666666984558105px;font-weight:normal;orphans:auto=
;text-align:left;widows:auto"> 
 <br> 
</div> 
<span style=3D"caret-color:r=
gb(0, 0, 0);font-family:Cantarell;font-size:14=2E666666984558105px;font-wei=
ght:normal;orphans:auto;text-align:left;widows:auto"><font size=3D"2">This =
email does not constitute a general advice=2E Please disregard this email i=
f misdelivered=2E</font></span> 
<div> 
 <hr tabindex=3D"-1" style=3D"displ=
ay:inline-block; width:98%"> 
 <div id=3D"divRplyFwdMsg" dir=3D"ltr">
  <fo=
nt style=3D"font-size:11pt" face=3D"Calibri, sans-serif" color=3D"#000000">=
<b>From:</b> Jeremy &lt;jlrubin@mit=2Eedu&gt;<br> <b>Sent:</b> Sunday, 28 F=
ebruary 2021 3:14 AM<br> <b>To:</b> LORD HIS EXCELLENCY JAMES HRMH &lt;will=
tech@live=2Ecom=2Eau&gt;; Bitcoin Protocol Discussion &lt;bitcoin-dev@lists=
=2Elinuxfoundation=2Eorg&gt;<br> <b>Subject:</b> Re: [bitcoin-dev] Taproot =
NACK</font> 
  <div>
   &nbsp;
  </div> 
 </div> 
 <div> 
  <div dir=3D"ltr=
"> 
   <div class=3D"x_gmail_default" style=3D"font-family:arial,helvetica,=
sans-serif; font-size:small; color:#000000">
     I have good news for you:=
 Taproot does not enable monero-like privacy features any moreso than alrea=
dy exist in Bitcoin today=2E At its core, taproot is a way to make transact=
ions with embedded smart contracts less expensive, done so in a manner that=
 may marginally improve privacy dependent on user behavior (but not in the =
monero-like way you mention)=2E For example, it makes it possible for light=
ning channels to look structurally similar to single key wallets, but it do=
es nothing inherently to obfuscate the transaction graph as in monero=2E
  =
  <br> 
   </div> 
   <div class=3D"x_gmail_default" style=3D"font-family:a=
rial,helvetica,sans-serif; font-size:small; color:#000000"> 
    <br> 
   <=
/div> 
   <div class=3D"x_gmail_default" style=3D"font-family:arial,helveti=
ca,sans-serif; font-size:small; color:#000000">
     Such "monero-like" tra=
nsaction graph obfuscation may already exist in Bitcoin via other technique=
s (coinjoin, payjoin, coinswap, lightning, etc) with or without Taproot, so=
 the point is further moot=2E
    <br> 
   </div> 
   <div class=3D"x_gmail=
_default" style=3D"font-family:arial,helvetica,sans-serif; font-size:small;=
 color:#000000"> 
    <br> 
   </div> 
   <div class=3D"x_gmail_default" st=
yle=3D"font-family:arial,helvetica,sans-serif; font-size:small; color:#0000=
00">
     Do you have a source on your reporting?
   </div> 
   <div class=
=3D"x_gmail_default" style=3D"font-family:arial,helvetica,sans-serif; font-=
size:small; color:#000000"> 
    <br> 
   </div> 
   <div class=3D"x_gmail_=
default" style=3D"font-family:arial,helvetica,sans-serif; font-size:small; =
color:#000000">
     You may wish to rescind your nack=2E
    <br clear=3D"=
all"> 
   </div> 
   <div> 
    <div dir=3D"ltr" class=3D"x_gmail_signature=
"> 
     <div dir=3D"ltr">
      <br> 
     </div> 
     <div dir=3D"ltr">
=
      <br> 
     </div> 
     <div dir=3D"ltr">
      --
      <br> 
      =
<a href=3D"https://twitter=2Ecom/JeremyRubin" target=3D"_blank">@JeremyRubi=
n</a>
      <a href=3D"https://twitter=2Ecom/JeremyRubin" target=3D"_blank"=
></a>
     </div> 
    </div> 
   </div> 
   <br> 
  </div> 
  <br> 
  <div=
 class=3D"x_gmail_quote"> 
   <div dir=3D"ltr" class=3D"x_gmail_attr">
    =
On Sat, Feb 27, 2021 at 5:46 AM LORD HIS EXCELLENCY JAMES HRMH via bitcoin-=
dev &lt;
    <a href=3D"mailto:bitcoin-dev@lists=2Elinuxfoundation=2Eorg">b=
itcoin-dev@lists=2Elinuxfoundation=2Eorg</a>&gt; wrote:
    <br> 
   </div>=
 
   <blockquote class=3D"x_gmail_quote" style=3D"margin:0px 0px 0px 0=2E8e=
x; border-left:1px solid rgb(204,204,204); padding-left:1ex"> 
    <div dir=
=3D"ltr"> 
     <div style=3D"font-family:Calibri,Helvetica,sans-serif; fon=
t-size:12pt; color:rgb(0,0,0)">
       Good Afternoon,
     </div> 
     <d=
iv style=3D"font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color=
:rgb(0,0,0)"> 
      <br> 
     </div> 
     <div style=3D"font-family:Cali=
bri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
       It has =
been reported that Taproot will enable some Monero like features including =
the ability to hide transactions=2E
     </div> 
     <div style=3D"font-fa=
mily:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)"> 
    =
  <br> 
     </div> 
     <div style=3D"font-family:Calibri,Helvetica,sans-=
serif; font-size:12pt; color:rgb(0,0,0)">
       If that is the case I offe=
r a full NACK and let me explain=2E
     </div> 
     <div style=3D"font-fa=
mily:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)"> 
    =
  <br> 
     </div> 
     <div style=3D"font-family:Calibri,Helvetica,sans-=
serif; font-size:12pt; color:rgb(0,0,0)">
       A part of the benefit of u=
sing Bitcoin is its honesty=2E The full transaction is published on the blo=
ckchain=2E If that were to change so that transactions may be obfuscated fr=
om scrutiny then any government would have unlimited impetus to ban Bitcoin=
, and speculation has that is the reason India has been reported to have ba=
nned cryptocurrencies already=2E
     </div> 
     <div style=3D"font-famil=
y:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)"> 
      <=
br> 
     </div> 
     <div style=3D"font-family:Calibri,Helvetica,sans-ser=
if; font-size:12pt; color:rgb(0,0,0)">
       I am in support of the expand=
ed use case of Bitcoin without harming the established robust fairness and =
equal equity offered=2E The core functionality of Bitcoin, its values, must=
 remain unaltered=2E
      <br> 
     </div> 
     <div> 
      <div style=
=3D"font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0=
,0)"> 
       <span><span style=3D"font-family:Calibri,Helvetica,sans-serif=
; font-size:12pt; color:rgb(0,0,0)"><br> </span></span> 
       <div>
     =
   <span style=3D"font-family:Calibri,Helvetica,sans-serif; font-size:12pt;=
 color:rgb(0,0,0)">KING JAMES HRMH</span>
       </div> 
       <span><span=
 style=3D"font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:r=
gb(0,0,0)">Great British Empire</span></span>
       <br> 
      </div> 
  =
    <div style=3D"font-family:Calibri,Helvetica,sans-serif; font-size:12pt;=
 color:rgb(0,0,0)"> 
       <br> 
      </div> 
      <div id=3D"x_gmail-m_=
4980216234097253335Signature"> 
       <div> 
        <div></div> 
        =
<div></div> 
        <div></div> 
        <div style=3D"font-family:Calibri=
,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)"> 
        </div> 
=
        <div style=3D"font-family:Calibri,Helvetica,sans-serif; font-size:1=
2pt; color:rgb(0,0,0)"> 
         <div>
          Regards, 
          <div>=

           The Australian
          </div> 
          <div>
           LOR=
D HIS EXCELLENCY JAMES HRMH (&amp; HMRH)
          </div> 
          <div>
=
           of Hougun Manor &amp; Glencoe &amp; British Empire
          </d=
iv> 
          <div>
           MR=2E Damian A=2E James Williamson
        =
  </div> 
          <div>
           Wills
          </div> 
          <div=
>
           <br> 
          </div> 
          <div>
           et al=2E
  =
        </div> 
          <div>
           <br> 
          </div> 
        =
  <div>
           &nbsp;
          </div> 
          <div></div> Willtech =

          <div>
           <a href=3D"http://www=2Ewilltech=2Ecom=2Eau" ta=
rget=3D"_blank">www=2Ewilltech=2Ecom=2Eau</a>
          </div> 
          <=
div>
           <a href=3D"http://www=2Ego-overt=2Ecom" target=3D"_blank">w=
ww=2Ego-overt=2Ecom</a>
          </div> 
          <div>
           and ot=
her projects
          </div> 
          <div>
           &nbsp;
          =
</div> 
          <div>
           <a href=3D"http://earn=2Ecom/willtech" t=
arget=3D"_blank">earn=2Ecom/willtech</a>
          </div> 
          <div>
=
           <a href=3D"http://linkedin=2Ecom/in/damianwilliamson" target=3D"=
_blank">linkedin=2Ecom/in/damianwilliamson</a>
          </div> 
          =
<div>
           <br> 
          </div> 
          <div>
           <br> 
 =
         </div> 
          <div>
           m=2E 0487135719
          </div=
> 
          <div>
           f=2E +61261470192
          </div> 
         =
 <div>
           <br> 
          </div> 
          <div>
           <br> 
=
          </div> 
          <div>
           <span style=3D"font-size:10pt"=
>This email does not constitute a general advice=2E Please disregard this e=
mail if misdelivered=2E</span>
          </div> 
         </div> 
        <=
/div> 
       </div> 
      </div> 
     </div> 
    </div> _______________=
________________________________
    <br> bitcoin-dev mailing list
    <br>=
 
    <a href=3D"mailto:bitcoin-dev@lists=2Elinuxfoundation=2Eorg" target=
=3D"_blank">bitcoin-dev@lists=2Elinuxfoundation=2Eorg</a>
    <br> 
    <a =
href=3D"https://lists=2Elinuxfoundation=2Eorg/mailman/listinfo/bitcoin-dev"=
 rel=3D"noreferrer" target=3D"_blank">https://lists=2Elinuxfoundation=2Eorg=
/mailman/listinfo/bitcoin-dev</a>
    <br> 
   </blockquote> 
  </div> 
 </=
div> 
</div>   
<pre class=3D"blue"> <hr><br>bitcoin-dev mailing list<br>bi=
tcoin-dev@lists=2Elinuxfoundation=2Eorg<br><a href=3D"https://lists=2Elinux=
foundation=2Eorg/mailman/listinfo/bitcoin-dev">https://lists=2Elinuxfoundat=
ion=2Eorg/mailman/listinfo/bitcoin-dev</a><br></pre></blockquote></div></bo=
dy></html>
------006VGGS4YHKPF8CHFQQKA32U1QWQIH--