LongWayHomie / Plutus-dogecoin

An automated bitcoin wallet collider that brute forces random wallet addresses
The Unlicense
10 stars 7 forks source link

Set # of cores to half? #1

Closed djarumlights closed 3 years ago

djarumlights commented 3 years ago

Hi! I'd like to dial CPU usage back to 50-ish % to just let it float in the background. Do you know what line I might add/edit to do so?

Rather use 8 threads instead of 16 if I could, and I'm not exactly proficient in Python overall.

djarumlights commented 3 years ago

Figured it out. Line 144 - for cpu in range(multiprocessing.cpu_count()//2):