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

Won't start #34

Closed Mus90YT closed 2 years ago

Mus90YT commented 2 years ago

When i run as normal:

node:internal/modules/cjs/loader:936
  throw err;
  ^

Error: Cannot find module 'coinkey'
Require stack:
- C:\Users\m0966\Downloads\Bitcoin-Stealer\Windows\generator.js
←[90m    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)←[39m
←[90m    at Function.Module._load (node:internal/modules/cjs/loader:778:27)←[39m
←[90m    at Module.require (node:internal/modules/cjs/loader:1005:19)←[39m
←[90m    at require (node:internal/modules/cjs/helpers:102:18)←[39m
    at Object.<anonymous> (C:\Users\m0966\Downloads\Bitcoin-Stealer\Windows\generator.js:5:17)
←[90m    at Module._compile (node:internal/modules/cjs/loader:1103:14)←[39m
←[90m    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1155:10)←[39m
←[90m    at Module.load (node:internal/modules/cjs/loader:981:32)←[39m
←[90m    at Function.Module._load (node:internal/modules/cjs/loader:822:12)←[39m
←[90m    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)←[39m {
  code: ←[32m'MODULE_NOT_FOUND'←[39m,
  requireStack: [
    ←[32m'C:\\Users\\m0966\\Downloads\\Bitcoin-Stealer\\Windows\\generator.js'←[39m
  ]
}

I've installed correctly coinkey, idk too much about this. I have another question, how do i withdraw my currencies?

Michal2SAB commented 2 years ago

Install coinkey globally. npm install -g coinkey

You use the "Seed" on some wallet application to automatically transfer the money to other address. Seed is basically the password to a wallet but you can use it for transfers.

Mus90YT commented 2 years ago

Thanks, that will work on cmd of windows, not?

El sáb., 16 abr. 2022 11:47, Michał @.***> escribió:

Install coinkey globally. npm install -g coinkey

You use the "Seed" on some wallet application to automatically transfer the money to other address. Seed is basically the password to a wallet but you can use it for transfers.

— Reply to this email directly, view it on GitHub https://github.com/Michal2SAB/Bitcoin-Stealer/issues/34#issuecomment-1100623594, or unsubscribe https://github.com/notifications/unsubscribe-auth/APO6CP7B46NN36EFMJBTBBLVFKEC7ANCNFSM5TEVNBKQ . You are receiving this because you authored the thread.Message ID: @.***>

Michal2SAB commented 2 years ago

Yes, it should if you installed npm

Mus90YT commented 2 years ago

still not working :(

El sáb, 16 abr 2022 a las 12:17, Michał @.***>) escribió:

Yes, it should if you installed npm

— Reply to this email directly, view it on GitHub https://github.com/Michal2SAB/Bitcoin-Stealer/issues/34#issuecomment-1100629611, or unsubscribe https://github.com/notifications/unsubscribe-auth/APO6CP6BV6EKJRWKKLZVOMDVFKHSRANCNFSM5TEVNBKQ . You are receiving this because you authored the thread.Message ID: @.***>