-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NIP-13: Proof of Work #3
Conversation
6be1ba8
to
ba01cc1
Compare
Harding made a good point about committing to difficulty
Will update the nip with this recommendation. Perhaps it can be a third entry in the nonce tag? |
@jb55 I like Hardings' example. We should probably include it. |
Signed-off-by: William Casarin <jb55@jb55.com>
how's this:
|
Thanks-to: Cameri and scsibug for the initial idea of using the id for PoW Thanks-to: David A. Harding for the difficulty commitment idea Signed-off-by: William Casarin <jb55@jb55.com>
Delegated Proof of Work | ||
----------------------- | ||
|
||
Since the `NIP-01` note id does not commit to any signature, PoW can be outsourced to PoW providers, perhaps for a fee. This provides a way for clients to get their messages out to PoW restricted relays without having to do any work themselves, which is useful for energy constrained devices like on mobile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section here was inspiration for https://oak-node.net/pow :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is cool 👍 amazing work
Proof of work for nostr events! I also fixed some other minor readme stuff.