open timestamps #51
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mosaic/nostr-next#51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Many theoretical attacks in proposed nostr improvements are based upon the fact that the
created_attimestamp is free and can be a lie. Each network node knows when an event arrived, however, and can use that arrival time instead.But it might be far better to build open timestamps into the protocol from the get go. Open timestamps are scalable and distributed.
https://petertodd.org/2016/opentimestamps-announcement
https://opentimestamps.org/
Problem is these can be large and of varying size, for example from 175 bytes to 3812 bytes. And you need to connect to a bitcoin node.
Actually you don't need a full Bitcoin node. You can validate timestamps with just the block headers; OpenTimestamps proofs go all the way to the block header. For most timestamp validation tasks it's perfectly reasonable to accept any timestamp leading to a block with a decent amount of PoW.
Oh ok, that is much less data.