MCPcopy 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

1from hashlib import sha256
2MAX_NONCE = 100000000000
3
4def SHA256(text):

Callers

nothing calls this directly

Calls 1

mineFunction · 0.85

Tested by

no test coverage detected