After the edit window closes on a post/comment, we now timestamp posts/comments in the timechain using OpenTimestamps. The resulting proof allows stackers to know a piece of content is at least as old as the bitcoin block that it's in. While maybe not super or immediately useful for SN, it's pretty cool.
This only applies to content created from this point forward so long as it's a post or the child of a post that's been timestamped. We might at some point timestamp historical content but we don't yet. We also don't upgrade timestamps to be independently verifiable, instead relying on the calendars we submitted the hashes to.
How this works:
- After the edit window closes, we sha256 hash a canonical json object of the post/comment.
- the preimages of comments include the hash of their parent
- We then send this hash to OTS for timestamping.
- At this point, you can view the OTS info by appending
/ots
to the item's path- if you attempt to view the OTS info before we've submitted the timestamp or on a piece of content that wasn't timestamped, you'll 404
- because when we delete items we actually delete them, the preimage is not available on deleted items ... however, the hash and the resulting timestamp is kept
- You can download both the preimage and the ots file and verify the timestamp for yourself.
We might at some point make it easier to see the ots info, but for now you'll need to do the url stuff.
Assuming the edit window on this post has closed, you can view the timestamp.
35m
, or the1 replies
.