From: Peter Todd <pete@petertodd.org>
To: Greg Maxwell <gmaxwell@gmail.com>
Cc: Bitcoin Development Mailing List <bitcoindev@googlegroups.com>
Subject: Re: [bitcoindev] Re: Removing OP_Return restrictions: Devil's Advocate Position
Date: Mon, 5 May 2025 21:45:14 +0000 [thread overview]
Message-ID: <aBkxapFiBxC_TeEy@petertodd.org> (raw)
In-Reply-To: <16f3af30-985f-40b7-afc3-9faae892d824n@googlegroups.com>
[-- Attachment #1: Type: text/plain, Size: 3797 bytes --]
On Fri, May 02, 2025 at 03:58:35PM -0700, Greg Maxwell wrote:
> A point of clarification, that's really a scheme to keep arbitrary data
> out of unprunable data. The proofs that the values in question are what
> they're supposed to be are themselves arbitrary data channels. But these
> proofs are prunable.
When you originally proposed the scheme that may have been true. But
these days you could probably use zero-knowledge-proofs to prove that
hash digests are in fact hash digests, without having to include the
actual pre-images of those hash digests.
> A point I raised on bitcointalk: If you work out how much it costs to store
> data on S3 (by far not the cheapest internet data storage) for *forever*
> you end up with a rate that is less than a hundred thousandth the current
> Bitcoin minimum fee rate-- maybe way less if you also factor in the cost of
> storage decreasing, but I didn't. Data stuffers are not particularly price
> sensitive, if they were they wouldn't be using Bitcoin at all. Schemes to
> discourage them by causing them increased costs (e.g. by forcing them to
> encode in ways that use more block capacity) shouldn't be expected to work.
But Amazon doesn't offer a service to store data on S3 forever. Not even
indefinitely. The best you can do is pre-pay costs:
https://aws.amazon.com/about-aws/whats-new/2021/06/aws-now-allows-customers-to-pay-for-their-usage-in-advance-/
But even *that* service doesn't actually work in a lot of cases from
what I've heard. For example, I've heard that even if you have two
different AWS accounts, Amazon will use pre-paid funds from one to pay
the bills of another if they believe the accounts are the same
underlying entity (this is quite relevant to me as one of the ways I
backup the OpenTimestamps calendars I run is snapshots saved to S3
Glacier Deep Archive). There's also the issue that for Amazon's cheap
storage (S3 Glacier), it's quite hard for the general public to get
access to the data even if the person storing it wants to make it
available.
Comparing Bitcoin data storage/publication to centralized services like
AWS just isn't a good comparison. Like it or not, but public blockchains
are genuinely a unique service that aren't provided elsewhere.
Also of course, S3 only offers storage. Not publication. Things like
Citrea (and Lightning) specifically need data publication.
> And to the extent that what many of these things have been doing is trying
> to profit off seigniorage-- creating a rare 'asset' to sell to some greater
> fool and profit off the difference-- further restricting them could
> increase their volume because the resource they need has been made more
> rare. For the vast majority of users the ire comes about this stuff from
> the fact that they've driven up fees at times, but that is dependent on
> what they're willing to spend, which is likely not particularly related to
> the marginal data rates. (And one could always embed smaller jpegs,
> compress them better, or not use raw json instead of an efficient encoding
> if they cared.. which they clearly don't.)
No, they do. As fees increased the hype around these tradable assets
moved from heavy-weight inscriptions (full-on JPGs) to absurd,
lightweight, memecoins that could be "registered" with much smaller
inscriptions. Costs do matter, even to the scammy vibe trading industry.
--
https://petertodd.org 'peter'[:-1]@petertodd.org
--
You received this message because you are subscribed to the Google Groups "Bitcoin Development Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bitcoindev+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/bitcoindev/aBkxapFiBxC_TeEy%40petertodd.org.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2025-05-05 23:39 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-17 18:52 [bitcoindev] Relax OP_RETURN standardness restrictions 'Antoine Poinsot' via Bitcoin Development Mailing List
2025-04-18 12:03 ` Sjors Provoost
2025-04-18 12:54 ` Greg Sanders
2025-04-18 13:06 ` Vojtěch Strnad
2025-04-18 13:29 ` 'Antoine Poinsot' via Bitcoin Development Mailing List
2025-04-18 21:34 ` Antoine Riard
2025-04-20 8:43 ` Peter Todd
2025-04-26 9:50 ` Luke Dashjr
2025-04-26 10:53 ` Sjors Provoost
2025-04-26 11:35 ` Luke Dashjr
2025-04-26 11:45 ` Sjors Provoost
2025-04-26 12:48 ` Pieter Wuille
2025-04-28 16:20 ` Jason Hughes (wk057)
2025-04-29 14:51 ` Sjors Provoost
2025-04-30 15:37 ` Nagaev Boris
2025-04-30 16:30 ` Sjors Provoost
2025-04-29 19:20 ` Martin Habovštiak
2025-04-30 0:10 ` Jason Hughes
2025-05-01 17:40 ` Andrew Toth
2025-04-30 5:39 ` Chris Guida
2025-04-30 16:37 ` Anthony Towns
2025-05-01 4:57 ` Chris Guida
2025-05-01 19:33 ` Nagaev Boris
2025-05-02 6:34 ` Anthony Towns
2025-05-02 18:29 ` Peter Todd
2025-05-03 5:14 ` 'nsvrn' via Bitcoin Development Mailing List
2025-05-01 3:01 ` Anthony Towns
2025-05-02 18:56 ` Greg Tonoski
2025-05-05 6:04 ` Bitcoin Error Log
2025-05-01 22:40 ` [bitcoindev] " 'Antoine Poinsot' via Bitcoin Development Mailing List
2025-05-02 0:14 ` PandaCute
2025-05-02 11:16 ` [bitcoindev] " Sjors Provoost
2025-05-02 14:37 ` 'nsvrn' via Bitcoin Development Mailing List
2025-05-02 16:43 ` Greg Maxwell
2025-05-02 13:58 ` [bitcoindev] " Bob Burnett
2025-05-02 20:03 ` [bitcoindev] Removing OP_Return restrictions: Devil's Advocate Position Peter Todd
2025-05-02 22:58 ` [bitcoindev] " Greg Maxwell
2025-05-03 2:02 ` Martin Habovštiak
2025-05-05 21:45 ` Peter Todd [this message]
2025-05-05 23:55 ` Greg Maxwell
2025-05-02 6:29 ` [bitcoindev] Re: Relax OP_RETURN standardness restrictions Greg Maxwell
2025-05-02 9:51 ` Anthony Towns
2025-05-02 17:36 ` Greg Maxwell
2025-05-05 9:18 ` Anthony Towns
2025-05-05 21:34 ` [bitcoindev] Weak blocks give an advantage to large miners Peter Todd
2025-05-06 8:56 ` Sjors Provoost
2025-05-02 20:43 ` [bitcoindev] Re: Relax OP_RETURN standardness restrictions Peter Todd
2025-05-02 19:04 ` /dev /fd0
2025-05-02 20:10 ` Peter Todd
2025-05-04 20:04 ` Nagaev Boris
2025-05-05 11:42 ` Greg Maxwell
2025-05-05 14:32 ` Nagaev Boris
2025-05-05 21:30 ` Peter Todd
2025-05-05 14:05 ` Greg Maxwell
[not found] ` <20250502064744.92B057C0EE2@smtp.postman.i2p>
2025-05-07 1:20 ` pithosian
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aBkxapFiBxC_TeEy@petertodd.org \
--to=pete@petertodd.org \
--cc=bitcoindev@googlegroups.com \
--cc=gmaxwell@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox