BitcoinCrack
BitcoinCrack copied to clipboard
A stupid haystack search for bruteforcing bitcoin privatekeys!
From my limited understanding of python I believe loading bits.txt as a set would dramatically increase the search speed bit_addresses = set(line.strip() for line in open('Bits.txt'))
Would be nice to have a Verbose function.
Great Idea...also thinking about Gpu version??
Tuh ada