summaryrefslogtreecommitdiff
path: root/31/f173557b0858c59484bc879555605d844a6605
blob: b6d14508426fca9fb53e4948deec038032da08ab (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
Return-Path: <keagan.mcclelland@gmail.com>
Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138])
 by lists.linuxfoundation.org (Postfix) with ESMTP id 64AD2C0032
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Wed,  2 Aug 2023 05:59:09 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by smtp1.osuosl.org (Postfix) with ESMTP id 32FB980F3D
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Wed,  2 Aug 2023 05:59:09 +0000 (UTC)
DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 32FB980F3D
Authentication-Results: smtp1.osuosl.org;
 dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com
 header.a=rsa-sha256 header.s=20221208 header.b=FHu3HWa6
X-Virus-Scanned: amavisd-new at osuosl.org
X-Spam-Flag: NO
X-Spam-Score: 0.911
X-Spam-Level: 
X-Spam-Status: No, score=0.911 tagged_above=-999 required=5
 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1,
 DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001,
 FREEMAIL_REPLY=1, HTML_MESSAGE=0.001, PDS_OTHER_BAD_TLD=1.999,
 RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001,
 T_MIME_MALF=0.01] autolearn=no autolearn_force=no
Received: from smtp1.osuosl.org ([127.0.0.1])
 by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id WubPhW5Cc6dL
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Wed,  2 Aug 2023 05:59:07 +0000 (UTC)
Received: from mail-wr1-x42f.google.com (mail-wr1-x42f.google.com
 [IPv6:2a00:1450:4864:20::42f])
 by smtp1.osuosl.org (Postfix) with ESMTPS id BB57881065
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Wed,  2 Aug 2023 05:59:06 +0000 (UTC)
DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org BB57881065
Received: by mail-wr1-x42f.google.com with SMTP id
 ffacd0b85a97d-3110ab7110aso6505133f8f.3
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Tue, 01 Aug 2023 22:59:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=gmail.com; s=20221208; t=1690955945; x=1691560745;
 h=to:subject:message-id:date:from:in-reply-to:references:mime-version
 :from:to:cc:subject:date:message-id:reply-to;
 bh=o8COaVhHg+5AQDfaj8ctGQXg7NIAbDAz4mHWqY+j0AI=;
 b=FHu3HWa6K4PGFN3lnYLLY4G7qrj825wsHSsu0wzrjY5jdBhuLvRV9Sr7LEWlDcgabv
 um3iRoALxi9g4PsEtjsZF0U1JaybOXurySjXaG7ZzeFCGAUtYterjidrO9Dgo89IOOTE
 VGbnZBh5oZGWJ9zIDY6lUuXwOOL30mT2SlM0zANgOiDyrOZmD/CA8GIyDh5ny0g1sHMo
 qSM6ogsHFJSehO1h3mEPQ2SfVSEcAv9UQIyGuS8InvU95PP7ZZzwHeIUOFRSSSBFSPiL
 iNQ/E7wXn6wXUDx+4q/nsfIjhn/OD9bmLbbzf0jvMmGT8sIOyX+2s8NSr4F78I5do68o
 XVRg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20221208; t=1690955945; x=1691560745;
 h=to:subject:message-id:date:from:in-reply-to:references:mime-version
 :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
 bh=o8COaVhHg+5AQDfaj8ctGQXg7NIAbDAz4mHWqY+j0AI=;
 b=HeVaPQlnKCfhLlXpTAedEtqsRs+XmI5+OP7tfdKWTcFOxSDp9jjp/fUvgdeJUbnBQX
 GlIxdAhd2XWxHHZgMULnb/s1yhrg9W6mTu3a8sS6a/YeD1VEI8LI56ekd6V9DczUn3/h
 TZJh2Ari0DkWbkv/eUvUxaRgDsiHpipsFH3WIM37PTCbGxjVCIj5bRY70StRY8TQF2FW
 jSIdbNG074RBHvGjBKG7Zt/msvEkPsI1u/dwa7DUCfEJHQFrmf1kH9Oeh3yLpDTsvatS
 dVXMqhP7WbA92NysnP2bSD6ceEFyLTrHsHZXTptR+de0YkMr/jbZi+ezFvGT4ep2+J6N
 Lqfg==
X-Gm-Message-State: ABy/qLYu2LwKmjVQUnv4CVp5h2Qoj+sQIIjy+2JbkUxIun+vQlh/Ez4N
 B0jyvab+dA3mTU+1rBXsaoWrn2GgghaJFeQUF5U=
X-Google-Smtp-Source: APBJJlGXhkbyZzhHeJm7mDrPPSL54TBE7hic78qi72UdyM4oMCKqSDiGNq++fT3Dwi77yxTuZVD1binOphEdM1lUDGc=
X-Received: by 2002:adf:e850:0:b0:317:6704:72c with SMTP id
 d16-20020adfe850000000b003176704072cmr3878725wrn.52.1690955944356; Tue, 01
 Aug 2023 22:59:04 -0700 (PDT)
MIME-Version: 1.0
References: <mailman.126799.1690753843.956.bitcoin-dev@lists.linuxfoundation.org>
 <CAGaGvmNkLS9OuMOcfLb9TTOFvwwY0GW=UYsYyx6y5Rt5Phni1g@mail.gmail.com>
In-Reply-To: <CAGaGvmNkLS9OuMOcfLb9TTOFvwwY0GW=UYsYyx6y5Rt5Phni1g@mail.gmail.com>
From: Keagan McClelland <keagan.mcclelland@gmail.com>
Date: Tue, 1 Aug 2023 22:58:53 -0700
Message-ID: <CALeFGL2Z3q90Esnu0qV0mqpHZaCnOV-5aks2TKGOjY4L+14d3w@mail.gmail.com>
To: Hugo L <ashneverdawn@gmail.com>, 
 Bitcoin Protocol Discussion <bitcoin-dev@lists.linuxfoundation.org>
Content-Type: multipart/alternative; boundary="00000000000064ef780601ea5c07"
X-Mailman-Approved-At: Wed, 02 Aug 2023 09:40:00 +0000
Subject: Re: [bitcoin-dev] Concern about "Inscriptions". (ashneverdawn)
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, 02 Aug 2023 05:59:09 -0000

--00000000000064ef780601ea5c07
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

There is an open question as to whether or not we should figure out a way
to price space in the UTXO set. I think it is fair to say that given the
fact that the UTXO set space remains unpriced that we actually have no way
to determine whether some of these transactions are spam or not. The UTXO
set must be maintained by all nodes including pruned nodes, whereas main
block and witness data do not have the same type of indefinite footprint,
so in some sense it is an even more significant resource than chain space.
We may very well discover that if we price UTXOs in a way that reflect the
resource costs that usage of inscriptions would vanish. The trouble though
is that such a mechanism would imply having to pay "rent" for an "account"
with Bitcoin, a proposition that would likely be offensive to a significant
portion of the Bitcoin user base.

Cheers,
Keags

On Mon, Jul 31, 2023 at 4:55=E2=80=AFAM Hugo L via bitcoin-dev <
bitcoin-dev@lists.linuxfoundation.org> wrote:

> I don't think it's anyone's place to judge which types of transactions
> should be allowed or not on the network, in fact, when it comes to privac=
y
> and censorship resistance, it would be better if we were not even able to
> distinguish different types of transactions from one another in the first
> place.
>
> We have limited resources on the blockchain and so they should go to the
> highest bidder. This is already how the network functions and how it
> ensures it's security.
>
> Rather than thinking about this as "spam", I think it's useful to
> objectively think about it in terms of value to the marketplace (fees
> they're willing to pay) against cost to the network (storage consumed). I=
t
> comes down to supply and demand.
>
> If the rate of growth of the blockchain is too high, Ordinals aren't the
> cause, it's rather that the theoretical limit of the amount of storage th=
at
> can be added per block isn't sufficiently limited. (Whether they are used
> to produce Ordinals or something else)
>
>
>
> On Sun, Jul 30, 2023, 5:51 PM , <
> bitcoin-dev-request@lists.linuxfoundation.org> wrote:
>
>> Send bitcoin-dev mailing list submissions to
>>         bitcoin-dev@lists.linuxfoundation.org
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>>         https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev
>> or, via email, send a message with subject or body 'help' to
>>         bitcoin-dev-request@lists.linuxfoundation.org
>>
>> You can reach the person managing the list at
>>         bitcoin-dev-owner@lists.linuxfoundation.org
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of bitcoin-dev digest..."
>>
>>
>> Today's Topics:
>>
>>    1. Re: Concern about "Inscriptions". (rot13maxi)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Sun, 30 Jul 2023 18:34:12 +0000
>> From: rot13maxi <rot13maxi@protonmail.com>
>> To: L?o Haf <leohaf@orangepill.ovh>, "vjudeu@gazeta.pl"
>>         <vjudeu@gazeta.pl>
>> Cc: Bitcoin Protocol Discussion
>>         <bitcoin-dev@lists.linuxfoundation.org>
>> Subject: Re: [bitcoin-dev] Concern about "Inscriptions".
>> Message-ID:
>>
>> <RIqguuebFmAhEDqCY_0T8KRqHBXEfcvPw6-MbDIyWsAWpLenFFeOVx88-068QFZr7xowg-6=
Zg988HsRCKdswtZC6QUKPXnrTyTAc_l5jphg=3D@
>> protonmail.com>
>>
>> Content-Type: text/plain; charset=3D"utf-8"
>>
>> Hello,
>>
>> > This cat and mouse game can be won by bitcoin defenders. Why ? Because
>> it is easier to detect these transactions and make them a standardizatio=
n
>> rule than to create new types of spam transactions.
>>
>> One of the things discussed during the mempoolfullrbf discussion is that
>> a small (~10%) of nodes willing to relay a class of transaction is enoug=
h
>> for that class of transaction to consistently reach miners. That means y=
ou
>> would need to get nearly the entire network to run updated relay policy =
to
>> prevent inscriptions from trivially reaching miners and being included i=
n
>> blocks. Inscription users have shown that they are willing and able to s=
end
>> non-standard transactions to miners out of band (
>> https://mempool.space/tx/0301e0480b374b32851a9462db29dc19fe830a7f7d7a88b=
81612b9d42099c0ae),
>> so even if you managed to get enough of the network running the new rule=
 to
>> prevent propagation to miners, those users can just go out of band. Or,
>> they can simply change the script that is used to embed an inscription i=
n
>> the transaction witness. For example, instead of 0 OP_IF?, maybe they do=
 0
>> OP_DUP OP_DROP OP_IF. When the anti-inscription people detect this, they
>> have to update the rule and wait for 90%
>>  + of the network to upgrade. When the pro-inscription people see this,
>> they only have to convince other inscription enthusiasts and businesses =
to
>> update.
>>
>> The anti-inscription patch has to be run by many more participants (most
>> of whom don?t care), while the pro-inscription update has to be run by a
>> small number of people who care a lot. It?s a losing battle for the
>> anti-inscription people.
>>
>> If you want to prevent inscriptions, the best answer we know of today is
>> economic: the cost of the blockspace needs to be more expensive than
>> inscribers are willing to pay, either because its too expensive or becau=
se
>> there?s no market demand for inscriptions. The former relies on Bitcoin
>> becoming more useful to more people, the latter is the natural course of
>> collectibles.
>>
>> > Finally, I would like to quote satoshi himself who wrote about spam
>> here is the link:
>> https://bitcointalk.org/index.php?topic=3D195.msg1617#msg1617
>>
>> Appeals to Satoshi are not compelling arguments.
>>
>> Cheers,
>> Rijndael
>>
>> On Sun, Jul 30, 2023 at 2:04 PM, L?o Haf via bitcoin-dev <[
>> bitcoin-dev@lists.linuxfoundation.org](mailto:On Sun, Jul 30, 2023 at
>> 2:04 PM, L?o Haf via bitcoin-dev <<a href=3D)> wrote:
>>
>> > ?According to you, the rules of standardization are useless but in thi=
s
>> case why were they introduced? The opreturn limit can be circumvented by
>> miners, yet it is rare to see any, the same for maxancestorcount,
>> minrelayfee or even the dust limit.
>> >
>> > This cat and mouse game can be won by bitcoin defenders. Why ? Because
>> it is easier to detect these transactions and make them a standardizatio=
n
>> rule than to create new types of spam transactions.
>> >
>> > As for the default policy, it can be a weakness but also a strength
>> because if the patch is integrated into Bitcoin Core by being activated =
by
>> default, the patch will become more and more effective as the nodes upda=
te.
>> >
>> > Also, when it came to using a pre-segwit node, it is not a solution
>> because this type of node cannot initiate new ones, which is obviously a
>> big problem.
>> >
>> > Finally, I would like to quote satoshi himself who wrote about spam
>> here is the link:
>> https://bitcointalk.org/index.php?topic=3D195.msg1617#msg1617
>> >
>> >> Le 27 juil. 2023 ? 07:10, vjudeu@gazeta.pl a ?crit :
>> >
>> >>
>> >
>> >> ?
>> >
>> >>> not taking action against these inscription could be interpreted by
>> spammers as tacit acceptance of their practice.
>> >
>> >>
>> >
>> >> Note that some people, even on this mailing list, do not consider
>> Ordinals as spam:
>> https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-February/02=
1464.html
>> >
>> >>
>> >
>> >> See? It was discussed when it started. Some people believe that
>> blocking Ordinals is censorship, and could lead to blocking regular
>> transactions in the future, just based on other criteria. That means, ev=
en
>> if developers would create some official version with that option, then
>> some people would not follow them, or even block Ordinals-filtering node=
s,
>> exactly as described in the linked thread:
>> https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-February/02=
1487.html
>> >
>> >>
>> >
>> >>> as spammers might perceive that the Bitcoin network tolerates this
>> kind of behavior
>> >
>> >>
>> >
>> >> But it is true, you have the whole pages, where you can find images,
>> files, or other data, that was pushed on-chain long before Ordinals. The
>> whole whitepaper was uploaded just on 1-of-3 multisig outputs, see
>> transaction
>> 54e48e5f5c656b26c3bca14a8c95aa583d07ebe84dde3b7dd4a78f4e4186e713. You ha=
ve
>> the whole altcoins that are connected to Bitcoin by using part of the
>> Bitcoin's UTXO set as their database.
>> >
>> >>
>> >
>> >> That means, as long as you won't solve IBD problem and UTXO set
>> growing problem, you will go nowhere, because if you block Ordinals
>> specifically, people won't learn "this is bad, don't do that", they coul=
d
>> read it as "use the old way instead", as long as you won't block all
>> possible ways. And doing that, requires for example creating new nodes,
>> without synchronizing non-consensus data, like it could be done in "assu=
me
>> UTXO" model.
>> >
>> >>
>> >
>> >> Also note that as long as people use Taproot to upload a lot of data,
>> you can still turn off the witness, and become a pre-Segwit node. But if
>> you block those ways, then people will push data into legacy parts, and
>> then you will need more code to strip it correctly. The block 774628 may=
be
>> contains almost 4 MB of data from the perspective of Segwit node, but th=
e
>> legacy part is actually very small, so by turning witness off, you can
>> strip it to maybe just a few kilobytes.
>> >
>> >>
>> >
>> >>> I want to emphasize that my proposal does not involve implementing a
>> soft fork in any way. On the contrary, what I am asking is simply to
>> consider adding a standardization option. This option would allow the
>> community to freely decide whether it should be activated or not.
>> >
>> >>
>> >
>> >> 1. Without a soft-fork, those data will be pushed by mining pools
>> anyway, as it happened in the block 774628.
>> >
>> >> 2. Adding some settings won't help, as most people use the default
>> configuration. For example, people can configure their nodes to allow fr=
ee
>> transactions, without recompiling anything. The same with disabling dust
>> amounts. But good luck finding a node in the wild that does anything
>> unusual.
>> >
>> >> 3. This patch produced by Luke Dashjr does not address all cases. You
>> could use "OP_TRUE OP_NOTIF" instead of "OP_FALSE OP_IF" used by Ordinal=
s,
>> and easily bypass those restrictions. This will be just a cat and mouse
>> game, where spammers will even use P2PK, if they will be forced to. The
>> Pandora's box is already opened, that fix could be good for February or
>> March, but not now.
>> >
>> >>
>> >
>> >>
>> >
>> >>
>> >
>> >>> On 2023-07-26 11:47:09 user leohaf@orangepill.ovh wrote:
>> >
>> >>> I understand your point of view. However, inscription represent by
>> far the largest spam attack due to their ability to embed themselves in =
the
>> witness with a fee reduction.
>> >
>> >>
>> >
>> >> Unlike other methods, such as using the op_return field which could
>> also be used to spam the chain, the associated fees and the standardizat=
ion
>> rule limiting op_return to 80 bytes have so far prevented similar abuses=
.
>> >
>> >>
>> >
>> >> Although attempting to stop inscription could lead to more serious
>> issues, not taking action against these inscription could be interpreted=
 by
>> spammers as tacit acceptance of their practice. This could encourage mor=
e
>> similar spam attacks in the future, as spammers might perceive that the
>> Bitcoin network tolerates this kind of behavior.
>> >
>> >>
>> >
>> >> I want to emphasize that my proposal does not involve implementing a
>> soft fork in any way. On the contrary, what I am asking is simply to
>> consider adding a standardization option. This option would allow the
>> community to freely decide whether it should be activated or not.
>> >
>> >>
>> >
>> >>
>> >
>> >>>> Le 26 juil. 2023 ? 07:30, vjudeu@gazeta.pl a ?crit :
>> >
>> >>>> and I would like to understand why this problem has not been
>> addressed more seriously
>> >
>> >>> Because if nobody has any good solution, then status quo is
>> preserved. If tomorrow ECDSA would be broken, the default state of the
>> network would be "just do nothing", and every solution would be
>> backward-compatible with that approach. Burn old coins, and people will
>> call it "Tether", redistribute them, and people will call it "BSV". Leav=
e
>> everything untouched, and the network will split into N parts, and then =
you
>> pick the strongest chain to decide, what should be done.
>> >
>> >>>> However, when it comes to inscriptions, there are no available
>> options except for a patch produced by Luke Dashjr.
>> >
>> >>> Because the real solution should address some different problem, tha=
t
>> was always there, and nobody knows, how to deal with it: the problem of
>> forever-growing initial blockchain download time, and forever-growing UT=
XO
>> set. Some changes with "assume UTXO" are trying to address just that, bu=
t
>> this code is not yet completed.
>> >
>> >>>> So, I wonder why there are no options to reject inscriptions in the
>> mempool of a node.
>> >
>> >>> Because it will lead you to never ending chase. You will block one
>> inscriptions, and different ones will be created. Now, they are present
>> even on chains, where there is no Taproot, or even Segwit. That means, i=
f
>> you try to kill them, then they will be replaced by N regular
>> indistinguishable transactions, and then you will go back to those more
>> serious problems under the hood: IBD time, and UTXO size.
>> >
>> >>>> Inscriptions are primarily used to sell NFTs or Tokens, concepts
>> that the Bitcoin community has consistently rejected.
>> >
>> >>> The community also rejected things like sidechains, and they are
>> still present, just in a more centralized form. There are some unstoppab=
le
>> concepts, for example soft-forks. You cannot stop a soft-fork. What
>> inscription creators did, is just non-enforced soft-fork. They believe
>> their rules are followed to the letter, but this is not the case, as you
>> can create a valid Bitcoin transaction, that will be some invalid Ordina=
ls
>> transaction (because their additional rules are not enforced by miners a=
nd
>> nodes).
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: <
>> http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20230=
730/dfc353d3/attachment.html
>> >
>>
>> ------------------------------
>>
>> Subject: Digest Footer
>>
>> _______________________________________________
>> bitcoin-dev mailing list
>> bitcoin-dev@lists.linuxfoundation.org
>> https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev
>>
>>
>> ------------------------------
>>
>> End of bitcoin-dev Digest, Vol 98, Issue 20
>> *******************************************
>>
> _______________________________________________
> bitcoin-dev mailing list
> bitcoin-dev@lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev
>

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

<div dir=3D"ltr">There is an open question as to whether or not we should f=
igure out a way to price space in the UTXO set. I think it is fair to say t=
hat given the fact that the UTXO set space remains unpriced that we actuall=
y have no way to determine whether some of these transactions are spam or n=
ot. The UTXO set must be maintained by all nodes including pruned nodes, wh=
ereas main block and witness data do not have the same type of indefinite f=
ootprint, so in some sense it is an even more significant resource than cha=
in space. We may very well discover=C2=A0that if we price UTXOs in a way th=
at reflect the resource costs that usage of inscriptions would vanish. The =
trouble though is that such a mechanism would imply having to pay &quot;ren=
t&quot; for an &quot;account&quot; with Bitcoin, a proposition that would l=
ikely be offensive to a significant portion of the Bitcoin user base.<div><=
br></div><div>Cheers,</div><div>Keags</div></div><br><div class=3D"gmail_qu=
ote"><div dir=3D"ltr" class=3D"gmail_attr">On Mon, Jul 31, 2023 at 4:55=E2=
=80=AFAM Hugo L via bitcoin-dev &lt;<a href=3D"mailto:bitcoin-dev@lists.lin=
uxfoundation.org">bitcoin-dev@lists.linuxfoundation.org</a>&gt; wrote:<br><=
/div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;bo=
rder-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D"auto"><d=
iv dir=3D"auto">I don&#39;t think it&#39;s anyone&#39;s place to judge whic=
h types of transactions should be allowed or not on the network, in fact, w=
hen it comes to privacy and censorship resistance, it would be better if we=
 were not even able to distinguish different types of transactions from one=
 another in the first place.<br></div><div dir=3D"auto"><br></div><div dir=
=3D"auto">We have limited resources on the blockchain and so they should go=
 to the highest bidder. This is already how the network functions and how i=
t ensures it&#39;s security.=C2=A0<br></div><div dir=3D"auto"><br></div>Rat=
her than thinking about this as &quot;spam&quot;, I think it&#39;s useful t=
o objectively think about it in terms of value to the marketplace (fees the=
y&#39;re willing to pay) against cost to the network (storage consumed). It=
 comes down to supply and demand.<div dir=3D"auto"><div dir=3D"auto"><br></=
div><div dir=3D"auto">If the rate of growth of the blockchain is too high, =
Ordinals aren&#39;t the cause, it&#39;s rather that the theoretical limit o=
f the amount of storage that can be added per block isn&#39;t sufficiently =
limited. (Whether they are used to produce Ordinals or something else)</div=
><div dir=3D"auto"><br></div><div dir=3D"auto"><br></div></div></div><br><d=
iv class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Sun, Jul =
30, 2023, 5:51 PM , &lt;<a href=3D"mailto:bitcoin-dev-request@lists.linuxfo=
undation.org" target=3D"_blank">bitcoin-dev-request@lists.linuxfoundation.o=
rg</a>&gt; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margi=
n:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex=
">Send bitcoin-dev mailing list submissions to<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 <a href=3D"mailto:bitcoin-dev@lists.linuxfounda=
tion.org" rel=3D"noreferrer" target=3D"_blank">bitcoin-dev@lists.linuxfound=
ation.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 <a href=3D"https://lists.linuxfoundation.org/ma=
ilman/listinfo/bitcoin-dev" rel=3D"noreferrer noreferrer" target=3D"_blank"=
>https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 <a href=3D"mailto:bitcoin-dev-request@lists.lin=
uxfoundation.org" rel=3D"noreferrer" target=3D"_blank">bitcoin-dev-request@=
lists.linuxfoundation.org</a><br>
<br>
You can reach the person managing the list at<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 <a href=3D"mailto:bitcoin-dev-owner@lists.linux=
foundation.org" rel=3D"noreferrer" target=3D"_blank">bitcoin-dev-owner@list=
s.linuxfoundation.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of bitcoin-dev digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
=C2=A0 =C2=A01. Re: Concern about &quot;Inscriptions&quot;. (rot13maxi)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sun, 30 Jul 2023 18:34:12 +0000<br>
From: rot13maxi &lt;<a href=3D"mailto:rot13maxi@protonmail.com" rel=3D"nore=
ferrer" target=3D"_blank">rot13maxi@protonmail.com</a>&gt;<br>
To: L?o Haf &lt;leohaf@orangepill.ovh&gt;, &quot;<a href=3D"mailto:vjudeu@g=
azeta.pl" rel=3D"noreferrer" target=3D"_blank">vjudeu@gazeta.pl</a>&quot;<b=
r>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 &lt;<a href=3D"mailto:vjudeu@gazeta.pl" rel=3D"=
noreferrer" target=3D"_blank">vjudeu@gazeta.pl</a>&gt;<br>
Cc: Bitcoin Protocol Discussion<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 &lt;<a href=3D"mailto:bitcoin-dev@lists.linuxfo=
undation.org" rel=3D"noreferrer" target=3D"_blank">bitcoin-dev@lists.linuxf=
oundation.org</a>&gt;<br>
Subject: Re: [bitcoin-dev] Concern about &quot;Inscriptions&quot;.<br>
Message-ID:<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 &lt;RIqguuebFmAhEDqCY_0T8KRqHBXEfcvPw6-MbDIyWsA=
WpLenFFeOVx88-068QFZr7xowg-6Zg988HsRCKdswtZC6QUKPXnrTyTAc_l5jphg=3D@<a href=
=3D"http://protonmail.com" rel=3D"noreferrer noreferrer" target=3D"_blank">=
protonmail.com</a>&gt;<br>
<br>
Content-Type: text/plain; charset=3D&quot;utf-8&quot;<br>
<br>
Hello,<br>
<br>
&gt; This cat and mouse game can be won by bitcoin defenders. Why ? Because=
 it is easier to detect these transactions and make them a standardization =
rule than to create new types of spam transactions.<br>
<br>
One of the things discussed during the mempoolfullrbf discussion is that a =
small (~10%) of nodes willing to relay a class of transaction is enough for=
 that class of transaction to consistently reach miners. That means you wou=
ld need to get nearly the entire network to run updated relay policy to pre=
vent inscriptions from trivially reaching miners and being included in bloc=
ks. Inscription users have shown that they are willing and able to send non=
-standard transactions to miners out of band (<a href=3D"https://mempool.sp=
ace/tx/0301e0480b374b32851a9462db29dc19fe830a7f7d7a88b81612b9d42099c0ae" re=
l=3D"noreferrer noreferrer" target=3D"_blank">https://mempool.space/tx/0301=
e0480b374b32851a9462db29dc19fe830a7f7d7a88b81612b9d42099c0ae</a>), so even =
if you managed to get enough of the network running the new rule to prevent=
 propagation to miners, those users can just go out of band. Or, they can s=
imply change the script that is used to embed an inscription in the transac=
tion witness. For example, instead of 0 OP_IF?, maybe they do 0 OP_DUP OP_D=
ROP OP_IF. When the anti-inscription people detect this, they have to updat=
e the rule and wait for 90%<br>
=C2=A0+ of the network to upgrade. When the pro-inscription people see this=
, they only have to convince other inscription enthusiasts and businesses t=
o update.<br>
<br>
The anti-inscription patch has to be run by many more participants (most of=
 whom don?t care), while the pro-inscription update has to be run by a smal=
l number of people who care a lot. It?s a losing battle for the anti-inscri=
ption people.<br>
<br>
If you want to prevent inscriptions, the best answer we know of today is ec=
onomic: the cost of the blockspace needs to be more expensive than inscribe=
rs are willing to pay, either because its too expensive or because there?s =
no market demand for inscriptions. The former relies on Bitcoin becoming mo=
re useful to more people, the latter is the natural course of collectibles.=
<br>
<br>
&gt; Finally, I would like to quote satoshi himself who wrote about spam he=
re is the link: <a href=3D"https://bitcointalk.org/index.php?topic=3D195.ms=
g1617#msg1617" rel=3D"noreferrer noreferrer" target=3D"_blank">https://bitc=
ointalk.org/index.php?topic=3D195.msg1617#msg1617</a><br>
<br>
Appeals to Satoshi are not compelling arguments.<br>
<br>
Cheers,<br>
Rijndael<br>
<br>
On Sun, Jul 30, 2023 at 2:04 PM, L?o Haf via bitcoin-dev &lt;[<a href=3D"ma=
ilto:bitcoin-dev@lists.linuxfoundation.org" rel=3D"noreferrer" target=3D"_b=
lank">bitcoin-dev@lists.linuxfoundation.org</a>](mailto:<a href=3D"mailto:O=
n" rel=3D"noreferrer" target=3D"_blank">On</a> Sun, Jul 30, 2023 at 2:04 PM=
, L?o Haf via bitcoin-dev &lt;&lt;a href=3D)&gt; wrote:<br>
<br>
&gt; ?According to you, the rules of standardization are useless but in thi=
s case why were they introduced? The opreturn limit can be circumvented by =
miners, yet it is rare to see any, the same for maxancestorcount, minrelayf=
ee or even the dust limit.<br>
&gt;<br>
&gt; This cat and mouse game can be won by bitcoin defenders. Why ? Because=
 it is easier to detect these transactions and make them a standardization =
rule than to create new types of spam transactions.<br>
&gt;<br>
&gt; As for the default policy, it can be a weakness but also a strength be=
cause if the patch is integrated into Bitcoin Core by being activated by de=
fault, the patch will become more and more effective as the nodes update.<b=
r>
&gt;<br>
&gt; Also, when it came to using a pre-segwit node, it is not a solution be=
cause this type of node cannot initiate new ones, which is obviously a big =
problem.<br>
&gt;<br>
&gt; Finally, I would like to quote satoshi himself who wrote about spam he=
re is the link: <a href=3D"https://bitcointalk.org/index.php?topic=3D195.ms=
g1617#msg1617" rel=3D"noreferrer noreferrer" target=3D"_blank">https://bitc=
ointalk.org/index.php?topic=3D195.msg1617#msg1617</a><br>
&gt;<br>
&gt;&gt; Le 27 juil. 2023 ? 07:10, <a href=3D"mailto:vjudeu@gazeta.pl" rel=
=3D"noreferrer" target=3D"_blank">vjudeu@gazeta.pl</a> a ?crit :<br>
&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;&gt; ?<br>
&gt;<br>
&gt;&gt;&gt; not taking action against these inscription could be interpret=
ed by spammers as tacit acceptance of their practice.<br>
&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;&gt; Note that some people, even on this mailing list, do not consider =
Ordinals as spam: <a href=3D"https://lists.linuxfoundation.org/pipermail/bi=
tcoin-dev/2023-February/021464.html" rel=3D"noreferrer noreferrer" target=
=3D"_blank">https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-Fe=
bruary/021464.html</a><br>
&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;&gt; See? It was discussed when it started. Some people believe that bl=
ocking Ordinals is censorship, and could lead to blocking regular transacti=
ons in the future, just based on other criteria. That means, even if develo=
pers would create some official version with that option, then some people =
would not follow them, or even block Ordinals-filtering nodes, exactly as d=
escribed in the linked thread: <a href=3D"https://lists.linuxfoundation.org=
/pipermail/bitcoin-dev/2023-February/021487.html" rel=3D"noreferrer norefer=
rer" target=3D"_blank">https://lists.linuxfoundation.org/pipermail/bitcoin-=
dev/2023-February/021487.html</a><br>
&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;&gt;&gt; as spammers might perceive that the Bitcoin network tolerates =
this kind of behavior<br>
&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;&gt; But it is true, you have the whole pages, where you can find image=
s, files, or other data, that was pushed on-chain long before Ordinals. The=
 whole whitepaper was uploaded just on 1-of-3 multisig outputs, see transac=
tion 54e48e5f5c656b26c3bca14a8c95aa583d07ebe84dde3b7dd4a78f4e4186e713. You =
have the whole altcoins that are connected to Bitcoin by using part of the =
Bitcoin&#39;s UTXO set as their database.<br>
&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;&gt; That means, as long as you won&#39;t solve IBD problem and UTXO se=
t growing problem, you will go nowhere, because if you block Ordinals speci=
fically, people won&#39;t learn &quot;this is bad, don&#39;t do that&quot;,=
 they could read it as &quot;use the old way instead&quot;, as long as you =
won&#39;t block all possible ways. And doing that, requires for example cre=
ating new nodes, without synchronizing non-consensus data, like it could be=
 done in &quot;assume UTXO&quot; model.<br>
&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;&gt; Also note that as long as people use Taproot to upload a lot of da=
ta, you can still turn off the witness, and become a pre-Segwit node. But i=
f you block those ways, then people will push data into legacy parts, and t=
hen you will need more code to strip it correctly. The block 774628 maybe c=
ontains almost 4 MB of data from the perspective of Segwit node, but the le=
gacy part is actually very small, so by turning witness off, you can strip =
it to maybe just a few kilobytes.<br>
&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;&gt;&gt; I want to emphasize that my proposal does not involve implemen=
ting a soft fork in any way. On the contrary, what I am asking is simply to=
 consider adding a standardization option. This option would allow the comm=
unity to freely decide whether it should be activated or not.<br>
&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;&gt; 1. Without a soft-fork, those data will be pushed by mining pools =
anyway, as it happened in the block 774628.<br>
&gt;<br>
&gt;&gt; 2. Adding some settings won&#39;t help, as most people use the def=
ault configuration. For example, people can configure their nodes to allow =
free transactions, without recompiling anything. The same with disabling du=
st amounts. But good luck finding a node in the wild that does anything unu=
sual.<br>
&gt;<br>
&gt;&gt; 3. This patch produced by Luke Dashjr does not address all cases. =
You could use &quot;OP_TRUE OP_NOTIF&quot; instead of &quot;OP_FALSE OP_IF&=
quot; used by Ordinals, and easily bypass those restrictions. This will be =
just a cat and mouse game, where spammers will even use P2PK, if they will =
be forced to. The Pandora&#39;s box is already opened, that fix could be go=
od for February or March, but not now.<br>
&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;&gt;&gt; On 2023-07-26 11:47:09 user leohaf@orangepill.ovh wrote:<br>
&gt;<br>
&gt;&gt;&gt; I understand your point of view. However, inscription represen=
t by far the largest spam attack due to their ability to embed themselves i=
n the witness with a fee reduction.<br>
&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;&gt; Unlike other methods, such as using the op_return field which coul=
d also be used to spam the chain, the associated fees and the standardizati=
on rule limiting op_return to 80 bytes have so far prevented similar abuses=
.<br>
&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;&gt; Although attempting to stop inscription could lead to more serious=
 issues, not taking action against these inscription could be interpreted b=
y spammers as tacit acceptance of their practice. This could encourage more=
 similar spam attacks in the future, as spammers might perceive that the Bi=
tcoin network tolerates this kind of behavior.<br>
&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;&gt; I want to emphasize that my proposal does not involve implementing=
 a soft fork in any way. On the contrary, what I am asking is simply to con=
sider adding a standardization option. This option would allow the communit=
y to freely decide whether it should be activated or not.<br>
&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;&gt;&gt;&gt; Le 26 juil. 2023 ? 07:30, <a href=3D"mailto:vjudeu@gazeta.=
pl" rel=3D"noreferrer" target=3D"_blank">vjudeu@gazeta.pl</a> a ?crit :<br>
&gt;<br>
&gt;&gt;&gt;&gt; and I would like to understand why this problem has not be=
en addressed more seriously<br>
&gt;<br>
&gt;&gt;&gt; Because if nobody has any good solution, then status quo is pr=
eserved. If tomorrow ECDSA would be broken, the default state of the networ=
k would be &quot;just do nothing&quot;, and every solution would be backwar=
d-compatible with that approach. Burn old coins, and people will call it &q=
uot;Tether&quot;, redistribute them, and people will call it &quot;BSV&quot=
;. Leave everything untouched, and the network will split into N parts, and=
 then you pick the strongest chain to decide, what should be done.<br>
&gt;<br>
&gt;&gt;&gt;&gt; However, when it comes to inscriptions, there are no avail=
able options except for a patch produced by Luke Dashjr.<br>
&gt;<br>
&gt;&gt;&gt; Because the real solution should address some different proble=
m, that was always there, and nobody knows, how to deal with it: the proble=
m of forever-growing initial blockchain download time, and forever-growing =
UTXO set. Some changes with &quot;assume UTXO&quot; are trying to address j=
ust that, but this code is not yet completed.<br>
&gt;<br>
&gt;&gt;&gt;&gt; So, I wonder why there are no options to reject inscriptio=
ns in the mempool of a node.<br>
&gt;<br>
&gt;&gt;&gt; Because it will lead you to never ending chase. You will block=
 one inscriptions, and different ones will be created. Now, they are presen=
t even on chains, where there is no Taproot, or even Segwit. That means, if=
 you try to kill them, then they will be replaced by N regular indistinguis=
hable transactions, and then you will go back to those more serious problem=
s under the hood: IBD time, and UTXO size.<br>
&gt;<br>
&gt;&gt;&gt;&gt; Inscriptions are primarily used to sell NFTs or Tokens, co=
ncepts that the Bitcoin community has consistently rejected.<br>
&gt;<br>
&gt;&gt;&gt; The community also rejected things like sidechains, and they a=
re still present, just in a more centralized form. There are some unstoppab=
le concepts, for example soft-forks. You cannot stop a soft-fork. What insc=
ription creators did, is just non-enforced soft-fork. They believe their ru=
les are followed to the letter, but this is not the case, as you can create=
 a valid Bitcoin transaction, that will be some invalid Ordinals transactio=
n (because their additional rules are not enforced by miners and nodes).<br=
>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href=3D"http://lists.linuxfoundation.org/pipermail/bitcoin-dev/=
attachments/20230730/dfc353d3/attachment.html" rel=3D"noreferrer noreferrer=
" target=3D"_blank">http://lists.linuxfoundation.org/pipermail/bitcoin-dev/=
attachments/20230730/dfc353d3/attachment.html</a>&gt;<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
bitcoin-dev mailing list<br>
<a href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org" rel=3D"noreferrer"=
 target=3D"_blank">bitcoin-dev@lists.linuxfoundation.org</a><br>
<a href=3D"https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev" =
rel=3D"noreferrer noreferrer" target=3D"_blank">https://lists.linuxfoundati=
on.org/mailman/listinfo/bitcoin-dev</a><br>
<br>
<br>
------------------------------<br>
<br>
End of bitcoin-dev Digest, Vol 98, Issue 20<br>
*******************************************<br>
</blockquote></div>
_______________________________________________<br>
bitcoin-dev mailing list<br>
<a href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org" target=3D"_blank">=
bitcoin-dev@lists.linuxfoundation.org</a><br>
<a href=3D"https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev" =
rel=3D"noreferrer" target=3D"_blank">https://lists.linuxfoundation.org/mail=
man/listinfo/bitcoin-dev</a><br>
</blockquote></div>

--00000000000064ef780601ea5c07--