Hello, Crypto
14 Feb 2022Bitcoin?
def mine_btc(block):
  while True:
    nonce = random.randbytes(32)
    if hashlib.sha256(block + nonce).digest().hex()[:8] == "00000000":
      print("I'm rich!")
      return
Or maybe some $\mathcal{math}$ helps:
\[e = mc^2\]