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

Missing Char #65

Closed SobariM closed 1 year ago

SobariM commented 1 year ago

Hello,

in generator.js line 40

let randomChars = 'ABCDF0123456789';

is it normal to randomize hex without character E?

Michal2SAB commented 1 year ago

Actually not lmfao I'm sooo dumb. Thanks for pointing out.