Isaacdelly / Plutus

An automated bitcoin wallet collider that brute forces random wallet addresses
1.18k stars 531 forks source link

Multiple instances #259

Closed 8shades closed 1 year ago

8shades commented 1 year ago

Running multiple instances could improve chances, theoretically? On single instance, if I run it with time, I get it at .00102, two instances at.0014 and 3 instances at .0023.

Isaacdelly commented 1 year ago

You could just run this with the maximum number of cores. Run python3 plutus.py and a new process will be created for every cpu core your computer has, so your computer will get maxed out.

This is more efficient than creating your new instances