Proof of work


Reading time: less than 1 minute

Basic idea of proof-of-work.

  1. I want to prove that I did some amount of computation for ID XYZ.
  2. I hash XYZ + a counter. I count the number of leading 0 bits in the hash.
  3. If the number of 0 bits is greater than the difficulty, I am done.
  4. Otherwise, I increment the counter and try again.

One of the earlier examples of proof-of-work is Hashcash.

The following pages link here

Citation

If you find this work useful, please cite it as:
@article{yaltirakli,
  title   = "Proof of work",
  author  = "Yaltirakli, Gokberk",
  journal = "gkbrk.com",
  year    = "2024",
  url     = "https://www.gkbrk.com/proof-of-work"
}
Not using BibTeX? Click here for more citation styles.
IEEE Citation
Gokberk Yaltirakli, "Proof of work", October, 2024. [Online]. Available: https://www.gkbrk.com/proof-of-work. [Accessed Oct. 19, 2024].
APA Style
Yaltirakli, G. (2024, October 19). Proof of work. https://www.gkbrk.com/proof-of-work
Bluebook Style
Gokberk Yaltirakli, Proof of work, GKBRK.COM (Oct. 19, 2024), https://www.gkbrk.com/proof-of-work

Comments

© 2024 Gokberk Yaltirakli