-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
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) + '.- # '+pub + ' # -------- # '+ priv+' # ')
pub = pub + '\n'
if pub in lset:
msg = "\nPublic: " + str(pub) + " ---- Private: " + str(priv) + "YEI"
text = msg
now it show 1200 K/s instead of 45 K/s for list of 1M wallets
Metadata
Metadata
Assignees
Labels
No labels