BitcoinCrack icon indicating copy to clipboard operation
BitcoinCrack copied to clipboard

Use sets

Open knarf180 opened this issue 4 years ago • 0 comments

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'))

knarf180 avatar Apr 28 '21 03:04 knarf180