Post
Topic
Board Development & Technical Discussion
Re: How to make a bitcoin miner using PYTHON?
by
NotATether
on 14/07/2024, 05:21:47 UTC
If you are trying to build an application in python for real-life mining, you can't really build the SHA256d hashing part. You can only really build the part that receives all of the hashes generated thus far by the mining hardware and send them to a pool like ViaBTC's and retrieve the next range back from it.