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

No Address #84

Closed OverloadedTech closed 1 year ago

OverloadedTech commented 1 year ago

Hey, Just wondering if there can be a way to leave this script there making its searches without putting necessarily some target addresses that vould surely limit and slow down the process Thanks

Michal2SAB commented 1 year ago

Well yes, but it would be even slower. You would have to check every single new bitcoin wallet generated on blockchain or whatever which would require internet connection, making a request to the website etc. And if you want a result of just any random wallet which is worth $0 then every single wallet generated is a working one, it would be pointless.

OverloadedTech commented 1 year ago

Ok thanks anyway