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