3 lines
260 B
Markdown
3 lines
260 B
Markdown
# bitcoin-mining-simulation
|
|
|
|
This project is a simple Python simulation of Bitcoin mining. It demonstrates the core concepts of blockchain mining, such as generating transactions, calculating hashes, and solving proof-of-work problems by finding a valid nonce. |