Xefrok / BitBruteForce-Wallet

191 stars 84 forks source link

Speed(hashrate) #3

Closed dem10 closed 5 years ago

dem10 commented 5 years ago

Make each core run in two threads. Can that the in Plutus done on different- if name == 'main': try: pool = ThreadPool(processes = multiprocessing.cpu_count()*2) pool.map(thread, range(0, 10)) except: pool.close() exit()