-
Notifications
You must be signed in to change notification settings - Fork 475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find faster the genesis hash for SHA256 #1
Comments
Simply needs to multithread it ;) |
My suggestion for how to provide multithreading is to simply split up the space of possible nonces, setting each core to do a portion of them. |
Maybe it is possible to generate a block template which can be piped into mining software supporting GPU/ASIC?! |
I was able to find a genesis block in about 10 minutes or less, it didn't take that long, I did it all in a VM. |
Multiprocessing i have tried, but in python its a challenge, |
Upgrade to python3
-Currently takes a couple of hours (average >4h)
-Figure out how to find sha256 hashes faster :)
-No dependencies to C libraries or any other non-python libraries.
The text was updated successfully, but these errors were encountered: