Michal2SAB / Bitcoin-Stealer

Generate random bitcoin wallets, private keys (seeds) and then check if they match a wallet that contains some kind of balance, and then take it. Node.js
391 stars 159 forks source link

Can it be made 31x faster? #3

Closed Isitsmd closed 2 years ago

Isitsmd commented 2 years ago

In your generator json, there is a line 14 about making the script 31x faster, will it work if I hide that line?

Michal2SAB commented 2 years ago

Yes. Either remove the entire line or put "//" before it. It will speed up the performance drastically and it won't log newly generated addresses in the console

Isitsmd commented 2 years ago

Ohh, Thanks. Can this code be used for finding an eth wallet? Also, is it possible to print the count of addresses that have been checked.