Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
WanderingPhilospher
on 10/03/2021, 06:19:20 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


What does it do anyway? Generates public keys and checks against the list (known public keys)? (why are there any text files needed)
It has the precompiled address list of addresses with balances...it generates random private keys, converts all the way down to addresses and checks against the list of addresses in the file. Of course you can change the addresses in the file.