Skip to content
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

Open
lhartikk opened this issue Mar 17, 2014 · 5 comments
Open

Find faster the genesis hash for SHA256 #1

lhartikk opened this issue Mar 17, 2014 · 5 comments

Comments

@lhartikk
Copy link
Owner

-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.

@Zorlin
Copy link

Zorlin commented Jan 2, 2015

Simply needs to multithread it ;)

@Zorlin
Copy link

Zorlin commented Jan 3, 2015

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.

@TBoehm
Copy link

TBoehm commented Jan 23, 2015

Maybe it is possible to generate a block template which can be piped into mining software supporting GPU/ASIC?!

@CapnBio
Copy link

CapnBio commented Dec 20, 2015

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.

@tech-alchemist
Copy link

Multiprocessing i have tried, but in python its a challenge,

mo-bay pushed a commit to mo-bay/GenesisH0-hevan that referenced this issue May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants