upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/13.md
diff options
context:
space:
mode:
authorsgmoore <git-sgmoore@users.noreply.github.com>2022-12-16 22:30:56 -0800
committerfiatjaf <fiatjaf@gmail.com>2022-12-17 22:28:49 -0300
commit8918dc06eedfd1584c778746ceeff337ae7df84d (patch)
treef67efdbf846af3fdbf3669aff187a621cbaabbaa /13.md
parentf4b6603df58eee23856d0f7faf23542a8cce6c4b (diff)
Minor grammar fixes
Minor grammar fixes at lines 9 and 93.
Diffstat (limited to '13.md')
-rw-r--r--13.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/13.md b/13.md
index 63e5169..cf28d86 100644
--- a/13.md
+++ b/13.md
@@ -6,7 +6,7 @@ Proof of Work
6 6
7`draft` `optional` `author:jb55` `author:cameri` 7`draft` `optional` `author:jb55` `author:cameri`
8 8
9This NIP defines a way to generate and interpret Proof of Work for nostr notes. Proof of Work (PoW) is a way to add a proof of computational work to a note. This is a bearer proof which all relays and clients can universally validate with a small amount of code. This proof can be used as a means of spam deterrence. 9This NIP defines a way to generate and interpret Proof of Work for nostr notes. Proof of Work (PoW) is a way to add a proof of computational work to a note. This is a bearer proof that all relays and clients can universally validate with a small amount of code. This proof can be used as a means of spam deterrence.
10 10
11`difficulty` is defined to be the number of leading zero bits in the `NIP-01` id. For example, an id of `000000000e9d97a1ab09fc381030b346cdd7a142ad57e6df0b46dc9bef6c7e2d` has a difficulty of `36` with `36` leading 0 bits. 11`difficulty` is defined to be the number of leading zero bits in the `NIP-01` id. For example, an id of `000000000e9d97a1ab09fc381030b346cdd7a142ad57e6df0b46dc9bef6c7e2d` has a difficulty of `36` with `36` leading 0 bits.
12 12
@@ -90,4 +90,4 @@ $ echo '["REQ", "subid", {"ids": ["000000000"]}]' | websocat wss://some-relay.c
90Delegated Proof of Work 90Delegated Proof of Work
91----------------------- 91-----------------------
92 92
93Since 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 93Since 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