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
390 stars 159 forks source link

Show Logs #79

Closed RigidBoss closed 1 year ago

RigidBoss commented 1 year ago

Hello man. I'm new about code, and i just run the script run.sh on termux. Can u help me about this? "Program Started and is working silently (edit code if you want logs)" I want looking for logs if the program started. Thank for helping me.

Michal2SAB commented 1 year ago

In generator.js find these lines. And remove the // before console.log(ck.publicAddress). Then the line won't be grey and won't be a comment anymore. // before any line excludes the line from code and makes it a comment so it's not doing anything. Remove it to do something.

ck.compressed = false; //console.log(ck.publicAddress)