Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
WanderingPhilospher
on 10/03/2021, 05:46:55 UTC

Can this tools use for solve puzzle very old python code?
may be slow than bitcrack

https://github.com/Xefrok/BitBruteForce-Wallet/blob/master/seekanddestroy.py
may be need to modify to can use with custom keyspace for puzzle #64
done have other python script recommend to use better than?

all python code use random method right not calculate not pattern

I looking to bitcrack version python code

I would like to try use for puzzle #64 by random keyspace set it each 1000000 key and scan it and do random next keyspace
I can't not code c++ but python is easy more than. I can modify on python code

I would just create your own tool then; simple python to generate hex keys of keyspace you want, then turn into addresses, check for address in file, skip to next random keyspace and rinse and repeat.  I have something similar to what you are talking about. I will try and upload code tomorrow. It will at least give you some ideas and you can tweak to exactly what you want.