0xM1ner

Senior Member
1
Posts
820
Reputation
Mar 23, 2018
Joined
Recent posts
  • I'm trying to find some actual python code for real bitcoin mining. Anyone got something that works? So far, I only have this script that just simulates it. import hashlib import time def calculate_hash(block_header):…