summaryrefslogtreecommitdiff
path: root/66/83c31ef7a2efd1dcd1d95ac03bde2026a66cf9
blob: 09961c8a1f1cacde140c0333efdbc57d6390eec1 (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
Return-Path: <eric@voskuil.org>
Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133])
 by lists.linuxfoundation.org (Postfix) with ESMTP id 7F23FC0001
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Wed,  3 Mar 2021 15:03:42 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by smtp2.osuosl.org (Postfix) with ESMTP id 6B74D4010A
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Wed,  3 Mar 2021 15:03:42 +0000 (UTC)
X-Virus-Scanned: amavisd-new at osuosl.org
X-Spam-Flag: NO
X-Spam-Score: 0.001
X-Spam-Level: 
X-Spam-Status: No, score=0.001 tagged_above=-999 required=5
 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HTML_MESSAGE=0.001,
 RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham autolearn_force=no
Authentication-Results: smtp2.osuosl.org (amavisd-new);
 dkim=pass (2048-bit key) header.d=voskuil-org.20150623.gappssmtp.com
Received: from smtp2.osuosl.org ([127.0.0.1])
 by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id UMCbj4sjwH43
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Wed,  3 Mar 2021 15:03:40 +0000 (UTC)
X-Greylist: delayed 02:38:37 by SQLgrey-1.8.0
Received: from mail-pf1-x42a.google.com (mail-pf1-x42a.google.com
 [IPv6:2607:f8b0:4864:20::42a])
 by smtp2.osuosl.org (Postfix) with ESMTPS id 39B4440115
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Wed,  3 Mar 2021 15:03:40 +0000 (UTC)
Received: by mail-pf1-x42a.google.com with SMTP id w18so16459197pfu.9
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Wed, 03 Mar 2021 07:03:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=voskuil-org.20150623.gappssmtp.com; s=20150623;
 h=from:to:references:in-reply-to:subject:date:message-id:mime-version
 :thread-index:content-language;
 bh=4AIQAGJ1k9l7TrLnMkcnnvFiQbEAAbM+DGpQKZ07TE4=;
 b=ymurVzA32jTEH7RORUYHtuuAypGfhUnAbACFgur3HSw5nznScFU5GiMPOR/EyBlIcw
 uiiJNftD2TH1Blrb56eOcMAw09meBksoYXTyjtLy0iCN60hdzUjFUka6YTXdLY8/Xvyb
 9GQG7wBGeghJQh1n0zqxrxG0LwMlrD+R2oZIjAlXlNxakydUs8VG+BO4V94Clnrg4P1C
 wmMD1J1O79YJjA4HbbtwrTOtMEuv+f79XdKwZLRzjxUeYXC1Opqg2/ckSgH1UYDFUZO9
 rIBfgBeryPi0N5VDZT1uWtqfwySMHpR34ZceVPW/bQoczDZ+iC0kRU3SZFfmsxdUitVm
 UoSA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:from:to:references:in-reply-to:subject:date
 :message-id:mime-version:thread-index:content-language;
 bh=4AIQAGJ1k9l7TrLnMkcnnvFiQbEAAbM+DGpQKZ07TE4=;
 b=nugGcnr9ln5/cFTr6aBOMRFqSbh9Y+3OknhyWhT4brr4ttEFXF2Lmp8A8XBKVIbiG6
 aVGFYxuw80CHiYFf4lZcdPfUjCpsud6xSpKZuk+NMiqxPkXFaRZ1ZGeew9ZApG40oX5u
 Zx4XDeNgkC7QoxJE3RRRH+e0o7lFun/PABlkGG5B5SuTkfjzoqm3US8nzbw6ruSu/7Yp
 jm19SmfBfgT4hNY7bsdD692eBOnzv+kKLmSBmIpy6zjc8OCnvwE2Si0E9sUM5V7R1XnC
 ZhFeGrFIWSAWvsK+RTTnl1W+GHGqpsLm8byVeQLW+jc4BWugNAeHoUQkfz7duvcgC8y2
 Tq8Q==
X-Gm-Message-State: AOAM531fVvakrdOPLumM6t6wLliRdA5t3D0devRlWtpr/7NNI2v6mH7W
 8UC6FmLlk/9/6E1VNUsu8YjSn/nilpQ5Fk4H
X-Google-Smtp-Source: ABdhPJxy3wNGnL/5eMqDmWuLj1oA8EZd3N/0/O2/ZTLwjB3qfFPg6c4tAnEWcxXZ2hVrYaqt38OpNQ==
X-Received: by 2002:a63:1343:: with SMTP id 3mr22614240pgt.166.1614772716914; 
 Wed, 03 Mar 2021 03:58:36 -0800 (PST)
Received: from ERICDESKTOP ([2601:600:9c00:1d0::b000])
 by smtp.gmail.com with ESMTPSA id t19sm16304582pgj.8.2021.03.03.03.58.35
 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 03 Mar 2021 03:58:36 -0800 (PST)
From: <eric@voskuil.org>
To: "'LORD HIS EXCELLENCY JAMES HRMH'" <willtech@live.com.au>,
 "'Bitcoin Protocol Discussion'" <bitcoin-dev@lists.linuxfoundation.org>,
 "'Daniel Edgecumbe'" <email@esotericnonsense.com>
References: <SL2P216MB0089B70AEDD58F2EBC46B4309D9A9@SL2P216MB0089.KORP216.PROD.OUTLOOK.COM>
 <A326C6D2-7C6E-42A2-93C9-DC7647BB09B6@voskuil.org>,
 <fbc4ce6c-111d-4dcc-8fc7-03ea91855bc4@www.fastmail.com>
 <SL2P216MB00899B7B3C67C0DD9E9376B09D989@SL2P216MB0089.KORP216.PROD.OUTLOOK.COM>
In-Reply-To: <SL2P216MB00899B7B3C67C0DD9E9376B09D989@SL2P216MB0089.KORP216.PROD.OUTLOOK.COM>
Date: Wed, 3 Mar 2021 03:58:35 -0800
Message-ID: <00f301d71024$8ac14cf0$a043e6d0$@voskuil.org>
MIME-Version: 1.0
Content-Type: multipart/alternative;
 boundary="----=_NextPart_000_00F4_01D70FE1.7CA4C3B0"
X-Mailer: Microsoft Outlook 16.0
Thread-Index: AQHt4UEM/boPATH1Wxq/eTFHV4bbTQF0Ftf7As3qPeECY9VEm6oPVyPg
Content-Language: en-us
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: Wed, 03 Mar 2021 15:03:42 -0000

This is a multipart message in MIME format.

------=_NextPart_000_00F4_01D70FE1.7CA4C3B0
Content-Type: text/plain;
	charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

> consensus requires the ledger to be honest does not prove that it is =
honest.

=20

Actually, that=E2=80=99s exactly what it does. A logical/mathematical =
requirement (necessity) is also called a proof.

=20

e

=20

From: bitcoin-dev <bitcoin-dev-bounces@lists.linuxfoundation.org> On =
Behalf Of LORD HIS EXCELLENCY JAMES HRMH via bitcoin-dev
Sent: Tuesday, March 2, 2021 7:06 PM
To: M.K. Safi via bitcoin-dev <bitcoin-dev@lists.linuxfoundation.org>; =
Daniel Edgecumbe <email@esotericnonsense.com>
Subject: Re: [bitcoin-dev] Taproot NACK

=20

"Today I spent approximately $5 at a chip shop in North London in cash. =
Besides the fact that I have voluntarily chosen to share this =
information, it is absolutely no concern of yourself or any other party =
that this transaction has occured."

=20

Good Afternoon,

=20

Requiring little argument I concur, privacy allows that you do not have =
snoops and researchers following you around looking in your purse as you =
transact. For the general public, how much you carry in your purse and =
where you get it from is none of their business. However, your employer =
is required to report to the government a record of pay, or at least =
maintain that record, and the store where you made a purchase similarly =
to keep records so that taxes can be paid. From their perspective, you =
do not need to know how much they keep in their drawer. Bitcoin directly =
allows your purse to be private and for the transaction ledger to take =
the scrutiny anyone should be able to apply to prove the ledger is =
honest. Maintaining an argument that consensus requires the ledger to be =
honest does not prove that it is honest.

=20

KING JAMES HRMH

Great British Empire

=20

Regards,

The Australian

LORD HIS EXCELLENCY JAMES HRMH (& HMRH)

of Hougun Manor & Glencoe & British Empire

MR. Damian A. James Williamson

Wills

=20

et al.

=20

=20

Willtech

www.willtech.com.au <http://www.willtech.com.au>=20

www.go-overt.com <http://www.go-overt.com>=20

and other projects

=20

earn.com/willtech

linkedin.com/in/damianwilliamson

=20

=20

m. 0487135719

f. +61261470192

=20

=20

This email does not constitute a general advice. Please disregard this =
email if misdelivered.

  _____ =20

From: bitcoin-dev <bitcoin-dev-bounces@lists.linuxfoundation.org> on =
behalf of Daniel Edgecumbe via bitcoin-dev =
<bitcoin-dev@lists.linuxfoundation.org =
<mailto:bitcoin-dev@lists.linuxfoundation.org> >
Sent: Tuesday, 2 March 2021 12:16 PM
To: M.K. Safi via bitcoin-dev <bitcoin-dev@lists.linuxfoundation.org =
<mailto:bitcoin-dev@lists.linuxfoundation.org> >
Subject: Re: [bitcoin-dev] Taproot NACK=20

=20

Any "transparency" in the blockchain, beyond that required for a =
participant to determine valid ownership, can only reasonably be thought =
of as a bug.

Today I spent approximately $5 at a chip shop in North London in cash. =
Besides the fact that I have voluntarily chosen to share this =
information, it is absolutely no concern of yourself or any other party =
that this transaction has occured.

Bitcoin is digital cash.

Daniel Edgecumbe | esotericnonsense
email@esotericnonsense.com <mailto:email@esotericnonsense.com>  | =
https://esotericnonsense.com

On Mon, Mar 1, 2021, at 22:37, Eric Voskuil via bitcoin-dev wrote:
> To be clear, is this a NACK because Taproot reduces =
=E2=80=9Ctransparency=E2=80=9D=20
> (increases privacy) on the chain (=E2=80=9Cmaintaining =
consensus=E2=80=9D is obviously=20
> an argument against any protocol change, so that=E2=80=99s a red =
herring)?=20
>=20
> And is it your theory that only an =E2=80=9Chonest=E2=80=9D (statute =
abiding) person=20
> should have privacy, and not against the state, and/or that mixers are =

> sufficient privacy?
>=20
> Personally, I=E2=80=99m not moved by such an argument. What do you =
think is the=20
> value proposition of Bitcoin?
>=20
> e
>=20
> > On Mar 1, 2021, at 14:21, LORD HIS EXCELLENCY JAMES HRMH via =
bitcoin-dev <bitcoin-dev@lists.linuxfoundation.org =
<mailto:bitcoin-dev@lists.linuxfoundation.org> > wrote:
> >=20
> > =EF=BB=BF=20
> > Good Afternoon,
> >=20
> > I am going to take tough terms with much of your reply and do =
appreciate a courteous practice. Having previously made public =
disclosure of my affiliation with Jambler.io it seems sufficient to =
disclose my affiliation through the link in my email signature block.
> >=20
> > My concern is not increased privacy it is maintaining consensus =
values and the transparency of the blockchain wherein all transactions =
are published in an immutable record and that forbids the redaction of =
information by any obfuscation. A separate concern is the availability =
of a privacy suitable for cash should a Bitcoin user desire and =
especially without disturbing the existing consensus.
> >=20
> > The use of a Bitcoin Mixer is to enable standard equivalent privacy. =
As you may experience yourself, you do not allow people to follow you =
around looking in your purse, suppose you are dealing entirely with =
cash, and to see where and how much you fill it up, and where you spend. =
Nonetheless, for an honest person, their wallet is available for =
government audit as are their financial affairs. This is consistent with =
the existing operation of consensus.
> >=20
> > My full email signature block is a disclosure where I have some =
affiliation with the referenced website being that it carries at least =
some information that I have provided or that in some way I am =
associated perhaps only making use of their services. For example, I =
hardly make a profit from LinkedIn just my information is there. Also, I =
have made previous public disclosure of the affiliation. Bitcoin Mixer =
2.0 is a partner mixer run by Jambler.io wherein I receive a service =
referral fee and am not in receipt of any part of the process =
transaction. The operation block diagram provided by Jambler.io is =
provided here and attached.
> > <ip.bitcointalk.org.png>
> >=20
> > [ip.bitcointalk.org.png]-Operation of Jambler.io partner mixer
> > =
https://ip.bitcointalk.org/?u=3Dhttps%3A%2F%2Fjambler.io%2Fimages%2Fschem=
e-1.png =
<https://ip.bitcointalk.org/?u=3Dhttps%3A%2F%2Fjambler.io%2Fimages%2Fsche=
me-1.png&t=3D622&c=3DgTi7r1cfh-yynw> &t=3D622&c=3DgTi7r1cfh-yynw
> > from this thread  https://bitcointalk.org/index.php?topic=3D5267588
> >=20
> >=20
> > The installation script provided by Jambler.io that is the basis of =
my referral website is also publicly published,
> > https://github.com/jambler-io/bitcoin-mixer
> >=20
> > The disclosure for the partner program is available from Jambler.io =
however and is made prominently on my referral website. While it may =
seem lucrative at first I insist all partner profits are reportable on =
your personal income.
> > https://jambler.io/become-partner.php
> >=20
> > I am certainly better than confident that you appreciate the =
difference between an open and transparent blockchain and the ability of =
the user to not reveal details of the content of their wallet publicly.
> >=20
> > If further clarification is required may I suggest you pay a token =
and mix some Bitcoin wherein our discussion may then have some point of =
reference.
> >=20
> > KING JAMES HRMH
> > Great British Empire
> >=20
> > Regards,
> > The Australian
> > LORD HIS EXCELLENCY JAMES HRMH (& HMRH)
> > of Hougun Manor & Glencoe & British Empire
> > MR. Damian A. James Williamson
> > Wills
> >=20
> > et al.
> >=20
> > =20
> > Willtech
> > www.willtech.com.au <http://www.willtech.com.au>=20
> > www.go-overt.com <http://www.go-overt.com>=20
> > and other projects
> > =20
> > earn.com/willtech
> > linkedin.com/in/damianwilliamson
> >=20
> >=20
> > m. 0487135719
> > f. +61261470192
> >=20
> >=20
> > This email does not constitute a general advice. Please disregard =
this email if misdelivered.
> > *From:* Ariel Lorenzo-Luaces <arielluaces@gmail.com =
<mailto:arielluaces@gmail.com> >
> > *Sent:* Monday, 1 March 2021 12:07 AM
> > *To:* LORD HIS EXCELLENCY JAMES HRMH <willtech@live.com.au =
<mailto:willtech@live.com.au> >; Bitcoin Protocol Discussion =
<bitcoin-dev@lists.linuxfoundation.org =
<mailto:bitcoin-dev@lists.linuxfoundation.org> >
> > *Subject:* Re: [bitcoin-dev] Taproot NACK=20
> > =20
> > Hello LORD HIS EXCELLENCY JAMES HRMH
> >=20
> > I find a striking dichotomy between your concern of increased =
privacy in bitcoin and your link to a bitcoin mixer in your signature =
www.go-overt.com <http://www.go-overt.com>=20
> >=20
> > At first your concerns seemed genuine 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 disclose your =
relationship with the mixer.
> >=20
> > Could you please clarify your association with the bitcoin mixer and =
moving forward could you please always do proper disclosure any time =
you're publically talking about bitcoin transaction privacy. It's only =
fair to do so as to not mislead people in an attempt to manipulate at =
worst and just a courteous practice at best.
> >=20
> > Cheers
> > Ariel Lorenzo-Luaces
> > On Feb 28, 2021, at 4:36 AM, LORD HIS EXCELLENCY JAMES HRMH via =
bitcoin-dev <bitcoin-dev@lists.linuxfoundation.org =
<mailto:bitcoin-dev@lists.linuxfoundation.org> > wrote:=20
> >> Good Evening,=20
> >>=20
> >> Thank-you for your advice   @JeremyRubin =
<https://twitter.com/JeremyRubin>  on the basis you advise, "Taproot =
does not enable monero-like privacy features", I am prepred to withdraw =
my NACK notably that the existing feeatures of Bitcoin MUST be =
maintained, and whereby the UTXO of a transaction is identifiable, the =
PayTo Address, and the amount all without any obfuscation.=20
> >>=20
> >> Lightning does not really provide obfuscation, it provides a result =
of a subset of transactions although the operation of the channel is =
observable to the parties.=20
> >>=20
> >> The reports I were reading concerning the supposed operation of =
Taproot published in a public media channel may have been speculation or =
misinformation nonetheless it is prudent to conditionally reply as you =
see that I have. It is important not to allow things to slip through the =
cracks. As you may believe may astute reviewers could make a full =
disclosure to this list it is not to be expected.=20
> >>=20
> >> KING JAMES HRMH=20
> >> Great British Empire=20
> >>=20
> >> Regards,=20
> >> The Australian=20
> >> LORD HIS EXCELLENCY JAMES HRMH (& HMRH)=20
> >> of Hougun Manor & Glencoe & British Empire=20
> >> MR. Damian A. James Williamson=20
> >> Wills=20
> >>=20
> >> et al.=20
> >>=20
> >>  =20
> >> Willtech=20
> >> www.willtech.com.au <http://www.willtech.com.au> =20
> >> www.go-overt.com <http://www.go-overt.com> =20
> >> and other projects=20
> >>  =20
> >> earn.com/willtech=20
> >> linkedin.com/in/damianwilliamson=20
> >>=20
> >>=20
> >> m. 0487135719=20
> >> f. +61261470192=20
> >>=20
> >>=20
> >> This email does not constitute a general advice. Please disregard =
this email if misdelivered.=20
> >> *From:* Jeremy <jlrubin@mit.edu <mailto:jlrubin@mit.edu> >
> >> *Sent:* Sunday, 28 February 2021 3:14 AM
> >> *To:* LORD HIS EXCELLENCY JAMES HRMH <willtech@live.com.au =
<mailto:willtech@live.com.au> >; Bitcoin Protocol Discussion =
<bitcoin-dev@lists.linuxfoundation.org =
<mailto:bitcoin-dev@lists.linuxfoundation.org> >
> >> *Subject:* Re: [bitcoin-dev] Taproot NACK=20
> >>  =20
> >> I have good news for you: Taproot does not enable monero-like =
privacy features any moreso than already exist in Bitcoin today. At its =
core, taproot is a way to make transactions 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). For example, it makes it possible for lightning =
channels to look structurally similar to single key wallets, but it does =
nothing inherently to obfuscate the transaction graph as in monero.=20
> >>=20
> >> Such "monero-like" transaction graph obfuscation may already exist =
in Bitcoin via other techniques (coinjoin, payjoin, coinswap, lightning, =
etc) with or without Taproot, so the point is further moot.=20
> >>=20
> >> Do you have a source on your reporting?=20
> >>=20
> >> You may wish to rescind your nack.=20
> >>=20
> >>=20
> >> --=20
> >> @JeremyRubin <https://twitter.com/JeremyRubin>  =
<https://twitter.com/JeremyRubin>
> >>=20
> >>=20
> >> On Sat, Feb 27, 2021 at 5:46 AM LORD HIS EXCELLENCY JAMES HRMH via =
bitcoin-dev < bitcoin-dev@lists.linuxfoundation.org =
<mailto:bitcoin-dev@lists.linuxfoundation.org> > wrote:=20
> >>> Good Afternoon,=20
> >>>=20
> >>> It has been reported that Taproot will enable some Monero like =
features including the ability to hide transactions.=20
> >>>=20
> >>> If that is the case I offer a full NACK and let me explain.=20
> >>>=20
> >>> A part of the benefit of using Bitcoin is its honesty. The full =
transaction is published on the blockchain. 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 banned cryptocurrencies =
already.=20
> >>>=20
> >>> I am in support of the expanded use case of Bitcoin without =
harming the established robust fairness and equal equity offered. The =
core functionality of Bitcoin, its values, must remain unaltered.=20
> >>>=20
> >>> KING JAMES HRMH=20
> >>> Great British Empire=20
> >>>=20
> >>> Regards,=20
> >>> The Australian=20
> >>> LORD HIS EXCELLENCY JAMES HRMH (& HMRH)=20
> >>> of Hougun Manor & Glencoe & British Empire=20
> >>> MR. Damian A. James Williamson=20
> >>> Wills=20
> >>>=20
> >>> et al.=20
> >>>=20
> >>>  =20
> >>> Willtech=20
> >>> www.willtech.com.au <http://www.willtech.com.au> =20
> >>> www.go-overt.com <http://www.go-overt.com> =20
> >>> and other projects=20
> >>>  =20
> >>> earn.com/willtech=20
> >>> linkedin.com/in/damianwilliamson=20
> >>>=20
> >>>=20
> >>> m. 0487135719=20
> >>> f. +61261470192=20
> >>>=20
> >>>=20
> >>> This email does not constitute a general advice. Please disregard =
this email if misdelivered.=20
> >>> _______________________________________________=20
> >>> bitcoin-dev mailing list=20
> >>> bitcoin-dev@lists.linuxfoundation.org =
<mailto:bitcoin-dev@lists.linuxfoundation.org> =20
> >>> https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev=20
> >> =20
> >> bitcoin-dev mailing list
> >> bitcoin-dev@lists.linuxfoundation.org =
<mailto:bitcoin-dev@lists.linuxfoundation.org>=20
> >> https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev
> > <ip.bitcointalk.org.png>
> > _______________________________________________
> > bitcoin-dev mailing list
> > bitcoin-dev@lists.linuxfoundation.org =
<mailto:bitcoin-dev@lists.linuxfoundation.org>=20
> > https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev
> _______________________________________________
> bitcoin-dev mailing list
> bitcoin-dev@lists.linuxfoundation.org =
<mailto:bitcoin-dev@lists.linuxfoundation.org>=20
> https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev
>
_______________________________________________
bitcoin-dev mailing list
bitcoin-dev@lists.linuxfoundation.org =
<mailto:bitcoin-dev@lists.linuxfoundation.org>=20
https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev


------=_NextPart_000_00F4_01D70FE1.7CA4C3B0
Content-Type: text/html;
	charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
xmlns=3D"http://www.w3.org/TR/REC-html40"><head><meta =
http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8"><meta =
name=3DGenerator content=3D"Microsoft Word 15 (filtered medium)"><!--[if =
!mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
span.EmailStyle20
	{mso-style-type:personal-reply;
	font-family:"Calibri",sans-serif;
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]--></head><body lang=3DEN-US link=3Dblue =
vlink=3Dpurple style=3D'word-wrap:break-word'><div =
class=3DWordSection1><p class=3DMsoNormal>&gt; <span =
style=3D'font-size:12.0pt;color:black'>consensus requires the ledger to =
be honest does not prove that it is honest.<o:p></o:p></span></p><p =
class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'><o:p>&nbsp;</o:p></span></p><p =
class=3DMsoNormal><span style=3D'font-size:12.0pt;color:black'>Actually, =
that=E2=80=99s exactly what it does. A logical/mathematical requirement =
(necessity) is also called a proof.<o:p></o:p></span></p><p =
class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'><o:p>&nbsp;</o:p></span></p><p =
class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'>e</span><o:p></o:p></p><p =
class=3DMsoNormal><o:p>&nbsp;</o:p></p><div><div =
style=3D'border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in =
0in 0in'><p class=3DMsoNormal><b>From:</b> bitcoin-dev =
&lt;bitcoin-dev-bounces@lists.linuxfoundation.org&gt; <b>On Behalf Of =
</b>LORD HIS EXCELLENCY JAMES HRMH via bitcoin-dev<br><b>Sent:</b> =
Tuesday, March 2, 2021 7:06 PM<br><b>To:</b> M.K. Safi via bitcoin-dev =
&lt;bitcoin-dev@lists.linuxfoundation.org&gt;; Daniel Edgecumbe =
&lt;email@esotericnonsense.com&gt;<br><b>Subject:</b> Re: [bitcoin-dev] =
Taproot NACK<o:p></o:p></p></div></div><p =
class=3DMsoNormal><o:p>&nbsp;</o:p></p><div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'>&quot;</span><span =
style=3D'color:black'>Today I spent approximately $5 at a chip shop in =
North London in cash. Besides the fact that I have voluntarily chosen to =
share this information, it is absolutely no concern of yourself or any =
other party that this transaction has occured.</span><span =
style=3D'font-size:12.0pt;color:black'>&quot;<o:p></o:p></span></p></div>=
<div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'><o:p>&nbsp;</o:p></span></p></div>=
<div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'>Good =
Afternoon,<o:p></o:p></span></p></div><div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'><o:p>&nbsp;</o:p></span></p></div>=
<div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'>Requiring little argument I =
concur, privacy allows that you do not have snoops and researchers =
following you around looking in your purse as you transact. For the =
general public, how much you carry in your purse and where you get it =
from is none of their business. However, your employer is required to =
report to the government a record of pay, or at least maintain that =
record, and the store where you made a purchase similarly to keep =
records so that taxes can be paid. From their perspective, you do not =
need to know how much they keep in their drawer. Bitcoin directly allows =
your purse to be private and for the transaction ledger to take the =
scrutiny anyone should be able to apply to prove the ledger is honest. =
Maintaining an argument that consensus requires the ledger to be honest =
does not prove that it is =
honest.<o:p></o:p></span></p></div><div><div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'><o:p>&nbsp;</o:p></span></p></div>=
<div id=3DSignature><div><div><div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'>KING JAMES =
HRMH<o:p></o:p></span></p></div><div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'>Great British =
Empire<o:p></o:p></span></p><div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'><o:p>&nbsp;</o:p></span></p></div>=
<div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'>Regards,<o:p></o:p></span></p></di=
v><div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'>The =
Australian<o:p></o:p></span></p></div><div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'>LORD HIS EXCELLENCY JAMES HRMH =
(&amp; HMRH)<o:p></o:p></span></p></div><div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'>of Hougun Manor &amp; Glencoe =
&amp; British Empire<o:p></o:p></span></p></div><div><p =
class=3DMsoNormal><span style=3D'font-size:12.0pt;color:black'>MR. =
Damian A. James Williamson<o:p></o:p></span></p></div><div><p =
class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'>Wills<o:p></o:p></span></p></div><=
div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'><o:p>&nbsp;</o:p></span></p></div>=
<div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'>et =
al.<o:p></o:p></span></p></div><div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'><o:p>&nbsp;</o:p></span></p></div>=
<div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'>&nbsp;<o:p></o:p></span></p></div>=
<div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'>Willtech<o:p></o:p></span></p></di=
v><div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'><a =
href=3D"http://www.willtech.com.au">www.willtech.com.au</a><o:p></o:p></s=
pan></p></div><div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'><a =
href=3D"http://www.go-overt.com">www.go-overt.com</a><o:p></o:p></span></=
p></div><div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'>and other =
projects<o:p></o:p></span></p></div><div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'>&nbsp;<o:p></o:p></span></p></div>=
<div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'>earn.com/willtech<o:p></o:p></span=
></p></div><div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'>linkedin.com/in/damianwilliamson<o=
:p></o:p></span></p></div><div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'><o:p>&nbsp;</o:p></span></p></div>=
<div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'><o:p>&nbsp;</o:p></span></p></div>=
<div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'>m. =
0487135719<o:p></o:p></span></p></div><div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'>f. =
+61261470192<o:p></o:p></span></p></div><div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'><o:p>&nbsp;</o:p></span></p></div>=
<div><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt;color:black'><o:p>&nbsp;</o:p></span></p></div>=
<p class=3DMsoNormal><span style=3D'font-size:10.0pt;color:black'>This =
email does not constitute a general advice. Please disregard this email =
if misdelivered.</span><span =
style=3D'font-size:12.0pt;color:black'><o:p></o:p></span></p></div></div>=
</div></div></div><div><div class=3DMsoNormal align=3Dcenter =
style=3D'text-align:center'><hr size=3D2 width=3D"98%" =
align=3Dcenter></div><div id=3DdivRplyFwdMsg><p =
class=3DMsoNormal><b><span style=3D'color:black'>From:</span></b><span =
style=3D'color:black'> bitcoin-dev &lt;<a =
href=3D"mailto:bitcoin-dev-bounces@lists.linuxfoundation.org">bitcoin-dev=
-bounces@lists.linuxfoundation.org</a>&gt; on behalf of Daniel Edgecumbe =
via bitcoin-dev &lt;<a =
href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org">bitcoin-dev@lists.l=
inuxfoundation.org</a>&gt;<br><b>Sent:</b> Tuesday, 2 March 2021 12:16 =
PM<br><b>To:</b> M.K. Safi via bitcoin-dev &lt;<a =
href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org">bitcoin-dev@lists.l=
inuxfoundation.org</a>&gt;<br><b>Subject:</b> Re: [bitcoin-dev] Taproot =
NACK</span> <o:p></o:p></p><div><p =
class=3DMsoNormal>&nbsp;<o:p></o:p></p></div></div><div><div><p =
class=3DMsoNormal>Any &quot;transparency&quot; in the blockchain, beyond =
that required for a participant to determine valid ownership, can only =
reasonably be thought of as a bug.<br><br>Today I spent approximately $5 =
at a chip shop in North London in cash. Besides the fact that I have =
voluntarily chosen to share this information, it is absolutely no =
concern of yourself or any other party that this transaction has =
occured.<br><br>Bitcoin is digital cash.<br><br>Daniel Edgecumbe | =
esotericnonsense<br><a =
href=3D"mailto:email@esotericnonsense.com">email@esotericnonsense.com</a>=
 | <a =
href=3D"https://esotericnonsense.com">https://esotericnonsense.com</a><br=
><br>On Mon, Mar 1, 2021, at 22:37, Eric Voskuil via bitcoin-dev =
wrote:<br>&gt; To be clear, is this a NACK because Taproot reduces =
=E2=80=9Ctransparency=E2=80=9D <br>&gt; (increases privacy) on the chain =
(=E2=80=9Cmaintaining consensus=E2=80=9D is obviously <br>&gt; an =
argument against any protocol change, so that=E2=80=99s a red herring)? =
<br>&gt; <br>&gt; And is it your theory that only an =
=E2=80=9Chonest=E2=80=9D (statute abiding) person <br>&gt; should have =
privacy, and not against the state, and/or that mixers are <br>&gt; =
sufficient privacy?<br>&gt; <br>&gt; Personally, I=E2=80=99m not moved =
by such an argument. What do you think is the <br>&gt; value proposition =
of Bitcoin?<br>&gt; <br>&gt; e<br>&gt; <br>&gt; &gt; On Mar 1, 2021, at =
14:21, LORD HIS EXCELLENCY JAMES HRMH via bitcoin-dev &lt;<a =
href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org">bitcoin-dev@lists.l=
inuxfoundation.org</a>&gt; wrote:<br>&gt; &gt; <br>&gt; &gt; =EF=BB=BF =
<br>&gt; &gt; Good Afternoon,<br>&gt; &gt; <br>&gt; &gt; I am going to =
take tough terms with much of your reply and do appreciate a courteous =
practice. Having previously made public disclosure of my affiliation =
with Jambler.io it seems sufficient to disclose my affiliation through =
the link in my email signature block.<br>&gt; &gt; <br>&gt; &gt; My =
concern is not increased privacy it is maintaining consensus values and =
the transparency of the blockchain wherein all transactions are =
published in an immutable record and that forbids the redaction of =
information by any obfuscation. A separate concern is the availability =
of a privacy suitable for cash should a Bitcoin user desire and =
especially without disturbing the existing consensus.<br>&gt; &gt; =
<br>&gt; &gt; The use of a Bitcoin Mixer is to enable standard =
equivalent privacy. As you may experience yourself, you do not allow =
people to follow you around looking in your purse, suppose you are =
dealing entirely with cash, and to see where and how much you fill it =
up, and where you spend. Nonetheless, for an honest person, their wallet =
is available for government audit as are their financial affairs. This =
is consistent with the existing operation of consensus.<br>&gt; &gt; =
<br>&gt; &gt; My full email signature block is a disclosure where I have =
some affiliation with the referenced website being that it carries at =
least some information that I have provided or that in some way I am =
associated perhaps only making use of their services. For example, I =
hardly make a profit from LinkedIn just my information is there. Also, I =
have made previous public disclosure of the affiliation. Bitcoin Mixer =
2.0 is a partner mixer run by Jambler.io wherein I receive a service =
referral fee and am not in receipt of any part of the process =
transaction. The operation block diagram provided by Jambler.io is =
provided here and attached.<br>&gt; &gt; =
&lt;ip.bitcointalk.org.png&gt;<br>&gt; &gt; <br>&gt; &gt; =
[ip.bitcointalk.org.png]-Operation of Jambler.io partner mixer<br>&gt; =
&gt; <a =
href=3D"https://ip.bitcointalk.org/?u=3Dhttps%3A%2F%2Fjambler.io%2Fimages=
%2Fscheme-1.png&amp;t=3D622&amp;c=3DgTi7r1cfh-yynw">https://ip.bitcointal=
k.org/?u=3Dhttps%3A%2F%2Fjambler.io%2Fimages%2Fscheme-1.png&amp;t=3D622&a=
mp;c=3DgTi7r1cfh-yynw</a><br>&gt; &gt; from this thread&nbsp; <a =
href=3D"https://bitcointalk.org/index.php?topic=3D5267588">https://bitcoi=
ntalk.org/index.php?topic=3D5267588</a><br>&gt; &gt; <br>&gt; &gt; =
<br>&gt; &gt; The installation script provided by Jambler.io that is the =
basis of my referral website is also publicly published,<br>&gt; &gt; <a =
href=3D"https://github.com/jambler-io/bitcoin-mixer">https://github.com/j=
ambler-io/bitcoin-mixer</a><br>&gt; &gt; <br>&gt; &gt; The disclosure =
for the partner program is available from Jambler.io however and is made =
prominently on my referral website. While it may seem lucrative at first =
I insist all partner profits are reportable on your personal =
income.<br>&gt; &gt; <a =
href=3D"https://jambler.io/become-partner.php">https://jambler.io/become-=
partner.php</a><br>&gt; &gt; <br>&gt; &gt; I am certainly better than =
confident that you appreciate the difference between an open and =
transparent blockchain and the ability of the user to not reveal details =
of the content of their wallet publicly.<br>&gt; &gt; <br>&gt; &gt; If =
further clarification is required may I suggest you pay a token and mix =
some Bitcoin wherein our discussion may then have some point of =
reference.<br>&gt; &gt; <br>&gt; &gt; KING JAMES HRMH<br>&gt; &gt; Great =
British Empire<br>&gt; &gt; <br>&gt; &gt; Regards,<br>&gt; &gt; The =
Australian<br>&gt; &gt; LORD HIS EXCELLENCY JAMES HRMH (&amp; =
HMRH)<br>&gt; &gt; of Hougun Manor &amp; Glencoe &amp; British =
Empire<br>&gt; &gt; MR. Damian A. James Williamson<br>&gt; &gt; =
Wills<br>&gt; &gt; <br>&gt; &gt; et al.<br>&gt; &gt; <br>&gt; &gt;&nbsp; =
<br>&gt; &gt; Willtech<br>&gt; &gt; <a =
href=3D"http://www.willtech.com.au">www.willtech.com.au</a><br>&gt; &gt; =
<a href=3D"http://www.go-overt.com">www.go-overt.com</a><br>&gt; &gt; =
and other projects<br>&gt; &gt;&nbsp; <br>&gt; &gt; =
earn.com/willtech<br>&gt; &gt; linkedin.com/in/damianwilliamson<br>&gt; =
&gt; <br>&gt; &gt; <br>&gt; &gt; m. 0487135719<br>&gt; &gt; f. =
+61261470192<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; This email does =
not constitute a general advice. Please disregard this email if =
misdelivered.<br>&gt; &gt; *From:* Ariel Lorenzo-Luaces &lt;<a =
href=3D"mailto:arielluaces@gmail.com">arielluaces@gmail.com</a>&gt;<br>&g=
t; &gt; *Sent:* Monday, 1 March 2021 12:07 AM<br>&gt; &gt; *To:* LORD =
HIS EXCELLENCY JAMES HRMH &lt;<a =
href=3D"mailto:willtech@live.com.au">willtech@live.com.au</a>&gt;; =
Bitcoin Protocol Discussion &lt;<a =
href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org">bitcoin-dev@lists.l=
inuxfoundation.org</a>&gt;<br>&gt; &gt; *Subject:* Re: [bitcoin-dev] =
Taproot NACK <br>&gt; &gt;&nbsp; <br>&gt; &gt; Hello LORD HIS EXCELLENCY =
JAMES HRMH<br>&gt; &gt; <br>&gt; &gt; I find a striking dichotomy =
between your concern of increased privacy in bitcoin and your link to a =
bitcoin mixer in your signature <a =
href=3D"http://www.go-overt.com">www.go-overt.com</a><br>&gt; &gt; =
<br>&gt; &gt; At first your concerns seemed genuine 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 disclose your =
relationship with the mixer.<br>&gt; &gt; <br>&gt; &gt; Could you please =
clarify your association with the bitcoin mixer and moving forward could =
you please always do proper disclosure any time you're publically =
talking about bitcoin transaction privacy. It's only fair to do so as to =
not mislead people in an attempt to manipulate at worst and just a =
courteous practice at best.<br>&gt; &gt; <br>&gt; &gt; Cheers<br>&gt; =
&gt; Ariel Lorenzo-Luaces<br>&gt; &gt; On Feb 28, 2021, at 4:36 AM, LORD =
HIS EXCELLENCY JAMES HRMH via bitcoin-dev &lt;<a =
href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org">bitcoin-dev@lists.l=
inuxfoundation.org</a>&gt; wrote: <br>&gt; &gt;&gt; Good Evening, =
<br>&gt; &gt;&gt; <br>&gt; &gt;&gt; Thank-you for your =
advice&nbsp;&nbsp; @JeremyRubin &lt;<a =
href=3D"https://twitter.com/JeremyRubin">https://twitter.com/JeremyRubin<=
/a>&gt;&nbsp; on the basis you advise, &quot;Taproot does not enable =
monero-like privacy features&quot;, I am prepred to withdraw my NACK =
notably that the existing feeatures of Bitcoin MUST be maintained, and =
whereby the UTXO of a transaction is identifiable, the PayTo Address, =
and the amount all without any obfuscation. <br>&gt; &gt;&gt; <br>&gt; =
&gt;&gt; Lightning does not really provide obfuscation, it provides a =
result of a subset of transactions although the operation of the channel =
is observable to the parties. <br>&gt; &gt;&gt; <br>&gt; &gt;&gt; The =
reports I were reading concerning the supposed operation of Taproot =
published in a public media channel may have been speculation or =
misinformation nonetheless it is prudent to conditionally reply as you =
see that I have. It is important not to allow things to slip through the =
cracks. As you may believe may astute reviewers could make a full =
disclosure to this list it is not to be expected. <br>&gt; &gt;&gt; =
<br>&gt; &gt;&gt; KING JAMES HRMH <br>&gt; &gt;&gt; Great British Empire =
<br>&gt; &gt;&gt; <br>&gt; &gt;&gt; Regards, <br>&gt; &gt;&gt; The =
Australian <br>&gt; &gt;&gt; LORD HIS EXCELLENCY JAMES HRMH (&amp; HMRH) =
<br>&gt; &gt;&gt; of Hougun Manor &amp; Glencoe &amp; British Empire =
<br>&gt; &gt;&gt; MR. Damian A. James Williamson <br>&gt; &gt;&gt; Wills =
<br>&gt; &gt;&gt; <br>&gt; &gt;&gt; et al. <br>&gt; &gt;&gt; <br>&gt; =
&gt;&gt;&nbsp;&nbsp; <br>&gt; &gt;&gt; Willtech <br>&gt; &gt;&gt; <a =
href=3D"http://www.willtech.com.au">www.willtech.com.au</a> <br>&gt; =
&gt;&gt; <a href=3D"http://www.go-overt.com">www.go-overt.com</a> =
<br>&gt; &gt;&gt; and other projects <br>&gt; &gt;&gt;&nbsp;&nbsp; =
<br>&gt; &gt;&gt; earn.com/willtech <br>&gt; &gt;&gt; =
linkedin.com/in/damianwilliamson <br>&gt; &gt;&gt; <br>&gt; &gt;&gt; =
<br>&gt; &gt;&gt; m. 0487135719 <br>&gt; &gt;&gt; f. +61261470192 =
<br>&gt; &gt;&gt; <br>&gt; &gt;&gt; <br>&gt; &gt;&gt; This email does =
not constitute a general advice. Please disregard this email if =
misdelivered. <br>&gt; &gt;&gt; *From:* Jeremy &lt;<a =
href=3D"mailto:jlrubin@mit.edu">jlrubin@mit.edu</a>&gt;<br>&gt; &gt;&gt; =
*Sent:* Sunday, 28 February 2021 3:14 AM<br>&gt; &gt;&gt; *To:* LORD HIS =
EXCELLENCY JAMES HRMH &lt;<a =
href=3D"mailto:willtech@live.com.au">willtech@live.com.au</a>&gt;; =
Bitcoin Protocol Discussion &lt;<a =
href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org">bitcoin-dev@lists.l=
inuxfoundation.org</a>&gt;<br>&gt; &gt;&gt; *Subject:* Re: [bitcoin-dev] =
Taproot NACK <br>&gt; &gt;&gt;&nbsp;&nbsp; <br>&gt; &gt;&gt; I have good =
news for you: Taproot does not enable monero-like privacy features any =
moreso than already exist in Bitcoin today. At its core, taproot is a =
way to make transactions 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). For example, =
it makes it possible for lightning channels to look structurally similar =
to single key wallets, but it does nothing inherently to obfuscate the =
transaction graph as in monero. <br>&gt; &gt;&gt; <br>&gt; &gt;&gt; Such =
&quot;monero-like&quot; transaction graph obfuscation may already exist =
in Bitcoin via other techniques (coinjoin, payjoin, coinswap, lightning, =
etc) with or without Taproot, so the point is further moot. <br>&gt; =
&gt;&gt; <br>&gt; &gt;&gt; Do you have a source on your reporting? =
<br>&gt; &gt;&gt; <br>&gt; &gt;&gt; You may wish to rescind your nack. =
<br>&gt; &gt;&gt; <br>&gt; &gt;&gt; <br>&gt; &gt;&gt; -- <br>&gt; =
&gt;&gt; @JeremyRubin &lt;<a =
href=3D"https://twitter.com/JeremyRubin">https://twitter.com/JeremyRubin<=
/a>&gt;&nbsp; &lt;<a =
href=3D"https://twitter.com/JeremyRubin">https://twitter.com/JeremyRubin<=
/a>&gt;<br>&gt; &gt;&gt; <br>&gt; &gt;&gt; <br>&gt; &gt;&gt; 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.linuxfoundation.org">bitcoin-dev@lists.l=
inuxfoundation.org</a>&gt; wrote: <br>&gt; &gt;&gt;&gt; Good Afternoon, =
<br>&gt; &gt;&gt;&gt; <br>&gt; &gt;&gt;&gt; It has been reported that =
Taproot will enable some Monero like features including the ability to =
hide transactions. <br>&gt; &gt;&gt;&gt; <br>&gt; &gt;&gt;&gt; If that =
is the case I offer a full NACK and let me explain. <br>&gt; =
&gt;&gt;&gt; <br>&gt; &gt;&gt;&gt; A part of the benefit of using =
Bitcoin is its honesty. The full transaction is published on the =
blockchain. 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 banned cryptocurrencies already. <br>&gt; =
&gt;&gt;&gt; <br>&gt; &gt;&gt;&gt; I am in support of the expanded use =
case of Bitcoin without harming the established robust fairness and =
equal equity offered. The core functionality of Bitcoin, its values, =
must remain unaltered. <br>&gt; &gt;&gt;&gt; <br>&gt; &gt;&gt;&gt; KING =
JAMES HRMH <br>&gt; &gt;&gt;&gt; Great British Empire <br>&gt; =
&gt;&gt;&gt; <br>&gt; &gt;&gt;&gt; Regards, <br>&gt; &gt;&gt;&gt; The =
Australian <br>&gt; &gt;&gt;&gt; LORD HIS EXCELLENCY JAMES HRMH (&amp; =
HMRH) <br>&gt; &gt;&gt;&gt; of Hougun Manor &amp; Glencoe &amp; British =
Empire <br>&gt; &gt;&gt;&gt; MR. Damian A. James Williamson <br>&gt; =
&gt;&gt;&gt; Wills <br>&gt; &gt;&gt;&gt; <br>&gt; &gt;&gt;&gt; et al. =
<br>&gt; &gt;&gt;&gt; <br>&gt; &gt;&gt;&gt;&nbsp;&nbsp; <br>&gt; =
&gt;&gt;&gt; Willtech <br>&gt; &gt;&gt;&gt; <a =
href=3D"http://www.willtech.com.au">www.willtech.com.au</a> <br>&gt; =
&gt;&gt;&gt; <a href=3D"http://www.go-overt.com">www.go-overt.com</a> =
<br>&gt; &gt;&gt;&gt; and other projects <br>&gt; =
&gt;&gt;&gt;&nbsp;&nbsp; <br>&gt; &gt;&gt;&gt; earn.com/willtech =
<br>&gt; &gt;&gt;&gt; linkedin.com/in/damianwilliamson <br>&gt; =
&gt;&gt;&gt; <br>&gt; &gt;&gt;&gt; <br>&gt; &gt;&gt;&gt; m. 0487135719 =
<br>&gt; &gt;&gt;&gt; f. +61261470192 <br>&gt; &gt;&gt;&gt; <br>&gt; =
&gt;&gt;&gt; <br>&gt; &gt;&gt;&gt; This email does not constitute a =
general advice. Please disregard this email if misdelivered. <br>&gt; =
&gt;&gt;&gt; _______________________________________________ <br>&gt; =
&gt;&gt;&gt; bitcoin-dev mailing list <br>&gt; &gt;&gt;&gt; <a =
href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org">bitcoin-dev@lists.l=
inuxfoundation.org</a> <br>&gt; &gt;&gt;&gt; <a =
href=3D"https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev">h=
ttps://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev</a> =
<br>&gt; &gt;&gt;&nbsp; <br>&gt; &gt;&gt; bitcoin-dev mailing =
list<br>&gt; &gt;&gt; <a =
href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org">bitcoin-dev@lists.l=
inuxfoundation.org</a><br>&gt; &gt;&gt; <a =
href=3D"https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev">h=
ttps://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev</a><br>&gt;=
 &gt; &lt;ip.bitcointalk.org.png&gt;<br>&gt; &gt; =
_______________________________________________<br>&gt; &gt; bitcoin-dev =
mailing list<br>&gt; &gt; <a =
href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org">bitcoin-dev@lists.l=
inuxfoundation.org</a><br>&gt; &gt; <a =
href=3D"https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev">h=
ttps://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev</a><br>&gt;=
 _______________________________________________<br>&gt; bitcoin-dev =
mailing list<br>&gt; <a =
href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org">bitcoin-dev@lists.l=
inuxfoundation.org</a><br>&gt; <a =
href=3D"https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev">h=
ttps://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev</a><br>&gt;=
<br>_______________________________________________<br>bitcoin-dev =
mailing list<br><a =
href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org">bitcoin-dev@lists.l=
inuxfoundation.org</a><br><a =
href=3D"https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev">h=
ttps://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev</a><o:p></o=
:p></p></div></div></div></div></body></html>
------=_NextPart_000_00F4_01D70FE1.7CA4C3B0--