Coding-Enthusiast / FinderOuter

Easy to use bitcoin recovery tool to fix damaged private key, mini-private key, address, BIP38 encrypted key, mnemonic (seed phrase), BIP-32 derivation path, Armory backups, recover passwords and more
MIT License
283 stars 107 forks source link

mutithreading #55

Closed emmanuel211g closed 1 year ago

emmanuel211g commented 2 years ago

how many cpu can your program handle cuz i have aws 64 vcpu and im getting 600 m/s. can it handle more cpu with out running mutiple copys

Coding-Enthusiast commented 2 years ago

I can tell you that the framework doesn't differentiate between multiple cores in a CPU and multiple physical CPUs. As long as it can access them, it should be able to create an appropriate thread pool and spread the work among all those units.