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

how to see the logs #38

Closed dandin123 closed 2 years ago

dandin123 commented 2 years ago

that not really an issue i just want to know how can i make it so it will show the logs

Michal2SAB commented 2 years ago

//console.log(ck.publicAddress) - remove // if you wanna see the generated addresses but it slows down whole process a lot.

You find that line in code and just remove the // before the line and remove the note