Thanks, I'll definitely have to take a look at this. I've been using these 31045 events with the thought that these might eventually get replaced by direct verification, but I have no idea how to go about verifying these proofs in real-time.
I basically need every regular event (say k-1, k-6, k-7 etc) that comes into the web client to have a valid OTS proof, meaning that the OTS proof must have a BTC timestamp that falls within some user-set recency window after the created_at of the reference event (e.g 4 hours). Any event that doesn't have such a valid OTS proof must get filtered out and not displayed, as if it had never existed at all.
I can't just throw away anything more than 4 years old. This needs to reach back into the past indefinitely.
If there is anything I can use for this kind of OTS-based real-time filtering, I'd be very interested to hear about it.
Login to reply
Replies (1)
No i mean to say that in terms of nostr, the bitcoin header chain up to 2022 is irrelevant, so you could throw away 2009 to 2022 of the headerchain reducing that 80mb even more.
What is the problem with running verification? Is so damn quick and cheap to do. Even the browser versions i made shred through things.