Python icon indicating copy to clipboard operation
Python copied to clipboard

proof_of_work.py

Open Khushi-51 opened this issue 1 year ago • 0 comments

Add an algorithm

This pull request introduces the Proof of Work algorithm in the blockchain directory. The algorithm is written in Python and demonstrates the process of mining a new block by finding a nonce value that satisfies a specific condition.

Checklist:

  1. I have read CONTRIBUTING.md.
  2. This pull request only changes one algorithm file.
  3. All new functions are properly typed and include doctests.
  4. I have tested my code and ensured it passes automated tests.

Khushi-51 avatar Oct 12 '24 09:10 Khushi-51