hacks1ash / bitcoin-collider

Bitcoin collider - Brute Force to find all available private keys existing and non-existing key-pairs
GNU General Public License v3.0
11 stars 8 forks source link

start point #1

Open kolo474 opened 5 years ago

kolo474 commented 5 years ago

Hi, how I can start script with last count hash, not from beginning all the time. Is this possible ? Regards

hacks1ash commented 5 years ago

I am working on finding solution for it. It's all about for loop. You can only skip one iteration at a time

NightSkyHawk commented 4 years ago

Hi hacks1ash, great project, I was looking to attempt to randomize the keys rather than have them start from 000000000000......is there any change i can do in the code to do just that? Regards