lhartikk / GenesisH0

SHA256/scrypt/X11/X13/X15 genesis blocks for virtual currencies
Apache License 2.0
267 stars 475 forks source link

Find faster the genesis hash for SHA256 #1

Open lhartikk opened 10 years ago

lhartikk commented 10 years ago

-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 commented 9 years ago

Simply needs to multithread it ;)

Zorlin commented 9 years ago

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 commented 9 years ago

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

CapnBio commented 8 years ago

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 commented 6 years ago

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