plaber

Results 1 issues of plaber

if you change some code to cache list of wallets in ram ``` line = open('bit.txt').readlines(); line.sort() lset = set(line) while True: i=i+1 ..................skip some code..................... #print ('Worker '+str(r)+':'+ str(i)...