15 comments (15 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python2 forks (2 forks)auto 404
enhancementgood first issuehelp wanted
Repository metrics
- Stars
- 17 stars (17 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Contributor guide
- Research direction
- Implement a miner that calculates the target threshold using the calculate difficulty() function. The miner should perform proof of work by iterating nonces, computing SHA 256 hash of the block with nonce, and checking if the hash is below the target. Ensure the miner can create a valid block and add it to the chain. Study the existing block structure and mining algorithm if any.
- Tech stack
- python
- Domain
- blockchainbackend
- Issue type
- Feature
- Prerequisites
- Pythonblockchain basics