NIP-13 describes how events can include proof-of-work by using a nonce tag. Enforce this convention by rejecting events which include a nonce but do not also have the required number of leading zero bits in the event id.
Note: Use the OK message response type to inform the client if it provided an event with insufficient proof of work. The description should begin with pow:. See NIP-20
NIP-13 describes how events can include proof-of-work by using a
nonce
tag. Enforce this convention by rejecting events which include a nonce but do not also have the required number of leading zero bits in the event id.Note: Use the
OK
message response type to inform the client if it provided an event with insufficient proof of work. The description should begin withpow:
. See NIP-20