BitcoinCrack icon indicating copy to clipboard operation
BitcoinCrack copied to clipboard

A stupid haystack search for bruteforcing bitcoin privatekeys!

Results 4 BitcoinCrack issues
Sort by recently updated
recently updated
newest added

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??