Commit Graph

7 Commits

Author SHA1 Message Date
Mariano Pérez Rodríguez
c8f3afdac6
Merge remote-tracking branch 'origin/master' into markdownlint
# By arkin0x (2) and others
# Via GitHub (1) and fiatjaf_ (1)
* origin/master:
  Reword description of kind 1063
  forgot to update the initial nonce in the explanation
  example was incorrect
  reword NIP-94 to remove confusion.
  blurhash explanation

# Conflicts:
#	13.md
#	94.md
2023-04-25 16:40:29 -03:00
arkin0x
61475db6f4
forgot to update the initial nonce in the explanation 2023-04-24 14:43:15 -05:00
arkin0x
6fb9e54f7b
example was incorrect
the example event id had 21 leading zeroes, not 20

I provided new C code that has been tested to work (I couldn't get the original example code to work) and I provided some JavaScript code to test event ids as well.

I did not re-compute the event id for the example event; I simply changed the nonce to be 21. Since it is an example, it may not matter that the event id is not correct.
2023-04-24 14:34:02 -05:00
Mariano Pérez Rodríguez
ae3fdaf5ed
Apply minimal-ish changes to fit configuration 2023-04-17 13:31:18 -03:00
vivganes
3cec80d99e fix grammar and typos 2023-04-07 11:45:06 -03:00
sgmoore
8918dc06ee Minor grammar fixes
Minor grammar fixes at lines 9 and 93.
2022-12-17 22:28:49 -03:00
William Casarin
d7a4aad4a0 Proof of Work
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>
2022-05-06 22:04:57 -03:00