the 'lots of people' stuff (get confused, can't figure out what i'm quoting, actually are reading this conversation) is an appeal to an authority that doesn't exist. If something is unclear to you, let me know. If it's unclear to a supposed existential person or set of persons, they can let me know. concretely, I am confused by how OTS can both support RBF for updating to larger commitments (the reason you're arguing with me) and not have an epoch based re-comittings scheme and still be correct. My assumption now, short of a coherent spec that's not just 'read the code', is that OTS probably is not formally correct and has some holes in what is committed to, or relies on clients re-requesting proofs if they fail to be committed. in any case, you would be greatly aided by having an actual spec for OTS since i'm not interested in the specifics of OTS software, but I'm willing to look at the protocol. So if you do that, maybe we can talk more about the issue you see with how sponsors works. further, I think that if there is something that sponsors does that could make a hypothetical OTS-like service work better, in a way that would be opaque (read: soft-fork like wrt compatibility) to clients, then we should just change what OTS is rather than committing ourselves to a worse design in service of some unstated design goals. In particular, it seems that OTS's servers can be linearized and because old clients aren't looking for linearization, then the new linearization won't be a breaking change for old clients, just calendar servers. And new clients can benefit from linearization. -- @JeremyRubin On Fri, Apr 15, 2022 at 7:52 AM Peter Todd wrote: > On Mon, Apr 11, 2022 at 09:18:10AM -0400, Jeremy Rubin wrote: > > > nonsense marketing > > > > I'm sure the people who are confused about "blockchain schemes as \"world > > computers\" and other nonsense > > marketing" are avid and regular readers of the bitcoin devs mailing list > so > > I offer my sincerest apologies to all members of the intersection of > those > > sets who were confused by the description given. > > Of course, uninformed people _do_ read all kinds of technical materials. > And > more importantly, those technical materials get quoted by journalists, > scammers, etc. > > > > useless work > > > > progress is not useless work, it *is* useful work in this context. you > have > > committed to some subset of data that you requested -- if it was > 'useless', > > why did you *ever* bother to commit it in the first place? However, it is > > not 'maximally useful' in some sense. However, progress is progress -- > > suppose you only confirmed 50% of the commitments, is that not progress? > If > > you just happened to observe 50% of the commitments commit because of > > proximity to the time a block was mined and tx propagation naturally > would > > you call it useless? > > Please don't trim quoted text to the point where all context is lost. Lots > of > people read this mailing list and doing that isn't helpful to them. > > > > Remember that OTS simply proves data in the past. Nothing more. > > > OTS doesn't have a chain of transactions > > Gotcha -- I've not been able to find an actual spec of Open Time Stamps > > The technical spec of OpenTimestamps is of course the normative validation > source code, currently python-opentimestamps, similar to how the technical > spec > of Bitcoin is the consensus parts of the Bitcoin Core codebase. The > explanatory > docs are linked on https://opentimestamps.org under the "How It Works" > section. > It'd be good to take the linked post in that section and turn it into > better > explanatory materials with graphics (esp interactive/animated graphics). > > > anywhere, so I suppose I just assumed based on how I think it *should* > > work. Having a chain of transactions would serve to linearize history of > > OTS commitments which would let you prove, given reorgs, that knowledge > of > > commit A was before B a bit more robustly. > > I'll reply to this as a separate email as this discussion - while useful - > is > getting quite off topic for this thread. > > > > I'd rather do one transaction with all pending commitments at a > > particular time > > rather than waste money on mining two transactions for a given set of > > commitments > > > > This sounds like a personal preference v.s. a technical requirement. > > > > You aren't doing any extra transactions in the model i showed, what > you're > > doing is selecting the window for the next based on the prior conf. > > ...the model you showed is wrong, as there is no reason to have a > linearized > transaction history. OpenTimestamps proofs don't even have the concept of > transactions: the proof format proves that data existed prior to a merkle > root > of a particular Bitcoin block. Not a Bitcoin transaction. > > > See the diagram below, you would have to (if OTS is correct) support this > > sort of 'attempt/confirm' head that tracks attempted commitments and > > confirmed ones and 'rewinds' after a confirm to make the next commit > > contain the prior attempts that didn't make it. > > > > > [.........................................................................] > > ------^ confirm head tx 0 at height 34 > > ------------------------^ attempt head after tx 0 > > -----------^ confirm head tx 1 at height 35 > > --------------------------^ attempt head after tx 1 > > ------------^ confirm head tx 2 at height 36 > > -------------------------------^ > > attempt head after tx 2 > > -------------------------------^ > > confirm head tx 3 at height 37 > > > > you can compare this to a "spherical cow" model where RBF is always > perfect > > and guaranteed inclusion: > > > > > > > [.........................................................................] > > ------^ confirm head tx 0 at height 34 > > -------------------------^ confirm head tx 1 at height 35 > > -----------^ confirm head at tx 1 > > height 36 > > -----------------^ > > confirm head tx 3 at height 37 > > > > The same number of transactions gets used over the time period. > > None of the above has anything to do with how OpenTimestamps works. > > Anyway, getting back to the topic at hand, I remain of the opinion that in > the > unlikely event that fee accounts is ever implemented, it should be opt-in. > > -- > https://petertodd.org 'peter'[:-1]@petertodd.org >