Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codebasics/cool_python_apps
/ bitcoin_mining.py
File
bitcoin_mining.py
2_bitcoin_mining/bitcoin_mining.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
hashlib
import
sha256
2
MAX_NONCE = 100000000000
3
4
def
SHA256(text):
Callers
nothing calls this directly
Calls
1
mine
Function · 0.85
Tested by
no test coverage detected