Initial commit

This commit is contained in:
2025-01-02 13:47:54 +00:00
commit 3b8086bfda
2 changed files with 12 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# 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.