Git Product home page Git Product logo

bitcoin-stealer's Introduction

Bitcoin-Stealer

Generate random bitcoin wallets & private keys (seeds) and then check if they match any wallet that has a positive balance, and then take all the btc from it.

CHANGELOG

2023-01-11
  • Now calling garbage collector to potentially stop from memory leaking
  • Releasing references to objects to allow the gc reclaim the memory
  • Loading riches.txt contents to a map() object to increase the scripts overall performance
2022-04-04
  • Added a message to console when program starts, to calm down people who think the program isn't working because the console is blank.
2021-12-09
  • Fixed big memory leak issue and removed extra scripts that were necessary before, that are unnecesary now.
2021-09-26
  • Linux support: linux users will go to the "linux" directory to run the program.

REQUIREMENTS

  1. Install Node.js
  2. npm i
  3. Lots of time on your hands.. there's a lot and I mean A LOT of possible addresses and keys, you will be extremely lucky to find any that will match your list.

HOW TO RUN

Just start run.bat (or run.sh if you're on linux).

SPEED / PERFORMANCE

Results from a somewhat decent computer:

  • 1.56 million checks every 1 minute
  • 7.2 billion checks in 1 day
  • 54 billion checks in a week
  • 216 billion checks in a month
  • 2.8 trillion checks in a year

But please keep in mind that this is still really not much compared to all possible combinations that should be checked.

VIDEO

YT VID

TEST IT

Go to the test folder and hit run. It will show you what would happen if a wallet from your list was found.

WHY DO THIS?

There are a lot of wallets with high balances that are lost forever, which means nobody can access them and the money is basically there just to be picked up by anyone. This program can possibly find these lost wallets and their matching private keys and take the btc out of them.

WANT TO THANK ME?

If you would like to tip me in case you won anything or you appreciate the program, here is my BTC wallet and ETH. It will be greatly appreciated. Also you can give this project a star :)

My Bitcoin: 1B8xs4LWbwFq4Zi4pzEmjNYkTCgsUByb5L

My Ethereum: 0xe89c84A7758429b4D11a2091e1dccf7433328Fa9

NOTE

I'm not actually responsible for what you do with this. Don't steal active wallet money, that's just wrong. Not to mention the new wallets are most likely protected much more and stuff.

Also Note

It's almost impossible to find anything. Even though this method is not bruteforce and is creating random keys, the chances of winning are still very very low. You could get lucky though, good luck!

Check out the new project, for ethereum!

https://github.com/Michal2SAB/Ethereum-Stealer

bitcoin-stealer's People

Contributors

borosmate avatar michal2sab avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bitcoin-stealer's Issues

Some issue with file reader

Hi there!
How can I make sure that script is reading the address file on the main folder "riches.txt"
I changed the file name and didn´t update the generator.js and the script keeps running without any issue.
I guess it should stop and throw some error messages.
But on the test folder, the script throw some error when i changed the test1.txt filename.
Can you check, thanks!

how to install

i installed it via a zip and tried to run it but it does not work, can someone please help? thanks

Won't start, please help

node:internal/crypto/hash:67
this[kHandle] = new _Hash(algorithm, xofLen);
^

Error: error:0308010C:digital envelope routines::unsupported
←[90m at new Hash (node:internal/crypto/hash:67:19)←[39m
←[90m at Object.createHash (node:crypto:135:10)←[39m
at CoinKey.get (C:\Users\sweat\node_modules\←[4meckey←[24m\lib\eckey.js:65:33)
at CoinKey.get (C:\Users\sweat\node_modules\←[4mcoinkey←[24m\lib\coinkey.js:45:27)
at generate (C:\Users\sweat\Desktop\Neuer Ordner (3)\generator.js:18:20)
at Object. (C:\Users\sweat\Desktop\Neuer Ordner (3)\generator.js:45:5)
←[90m at Module._compile (node:internal/modules/cjs/loader:1097:14)←[39m
←[90m at Object.Module._extensions..js (node:internal/modules/cjs/loader:1151:10)←[39m
←[90m at Module.load (node:internal/modules/cjs/loader:975:32)←[39m
←[90m at Function.Module._load (node:internal/modules/cjs/loader:822:12)←[39m {
opensslErrorStack: [ ←[32m'error:03000086:digital envelope routines::initialization error'←[39m ],
library: ←[32m'digital envelope routines'←[39m,
reason: ←[32m'unsupported'←[39m,
code: ←[32m'ERR_OSSL_EVP_UNSUPPORTED'←[39m
}

it's not working

it's show just a black screen cmd ..
i try it on linux and windows with the same result , a black screen terminal

Missing WIF CHARACTERS

Hello sir
Sorry to bother I was just going through your repo to see if you could help me. The problem I have is with my wallet private key characters, I mistakenly damaged the piece of paper I wrote it on, so I was wondering if you could help me write a program that will brute Force all the 10 missing characters very fast and find the correct characters and in return I will make a donation of 2 BTC to you if I find the correct keys

riches

i dont exactly get how the riches list work what do i need to put there?

Webview

Hello
Please can you make this Bitcoin stealer in a webview form and host it on heroku or netlify for access by Android users

Error logs after running run.sh

I get this error when I run the run.sh script file.
OS: Ubuntu 22.04
Node version: 18.1.0
coinkey package installed: 3.0.0

node:internal/crypto/hash:67
  this[kHandle] = new _Hash(algorithm, xofLen);
                  ^

Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:67:19)
    at Object.createHash (node:crypto:133:10)
    at CoinKey.get (/home/fobabs/Desktop/hacks/crypto/Bitcoin-Stealer/Linux/node_modules/eckey/lib/eckey.js:65:33)
    at CoinKey.get (/home/fobabs/Desktop/hacks/crypto/Bitcoin-Stealer/Linux/node_modules/coinkey/lib/coinkey.js:45:27)
    at generate (/home/fobabs/Desktop/hacks/crypto/Bitcoin-Stealer/Linux/generator.js:22:25)
    at Object.<anonymous> (/home/fobabs/Desktop/hacks/crypto/Bitcoin-Stealer/Linux/generator.js:51:5)
    at Module._compile (node:internal/modules/cjs/loader:1105:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Module._load (node:internal/modules/cjs/loader:827:12) {
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

Node.js v18.1.0

Can it be made 31x faster?

In your generator json, there is a line 14 about making the script 31x faster, will it work if I hide that line?

how to see the logs

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

Run.bat

Syntax error invalid syntax

BTC Stealer

Hi man

Can you help me to download and set up stealer In widows??

You left instructions but I was defeated, lack of knowledge I guess

I will really appreciate

Nemo1202

Doesnt seem to run

so i followed you instructions and the video installed all dependencies on windows and ran the batch file.
All it is showing is the command box with flashing _ (underscore).
However in also used the ether-strealer too. did exactly the same process for that and works fine. command box with scrolling list of addresses.

Just cant seem to figure the bitcoin one out.
Is there a minimum version of node.js to use?
think im using 13.x.x as im on win7.

Thanks
M

speed test

Hi bruh

show me pls how speedtest?

you write:

Results from a somewhat decent computer:

1.56 million checks every 1 minute

I try to do logs with:
fs.appendFileSync('./logs.txt', ck.publicAddress + '\n')

and its only ~6000 per second.

I understand that Filewtriting do programm slowly, but so much?

How can i check that its can be really ~1,56 checks every 1 min? Show me the way to check real speed

Thanks a lot

p.s. i have strong PC

?

C:\Users\АЛЕКСАНДР\Downloads\Bitcoin-Stealer-main\Windows\node_modules\elliptic
lib\elliptic\curve\index.js:1

SyntaxError: Invalid or unexpected token
at Object.compileFunction (node:vm:352:18)
at wrapSafe (node:internal/modules/cjs/loader:1031:15)
at Module._compile (node:internal/modules/cjs/loader:1065:27)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (C:\Users\АЛЕКСАНДР\Downloads\Bitcoin-Stealer-main\Win
dows\node_modules\elliptic\lib\elliptic.js:8:18)
at Module._compile (node:internal/modules/cjs/loader:1101:14)
. .

BTC

Hi Sir i need a guide how to run and where to download. I am new here thats why i am not able to find the app. I downloaded and install the Jason Key but after that what i have to do please guide.

Won't start

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?

Error generator.js

Error: Cannot find module 'C:\Windows\system32\generator.js'
←[90m at Module._resolveFilename (node:internal/modules/cjs/loader:939:15)←[39m
←[90m at Module._load (node:internal/modules/cjs/loader:780:27)←[39m
←[90m at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)←[39m
←[90m at node:internal/main/run_main_module:17:47←[39m {
code: ←[32m'MODULE_NOT_FOUND'←[39m,
requireStack: []
}

whats happening

run problems

'node' is not recognized as an internal or external command,
operable program or batch file.
Press any key to continue . . .

that what is shows me when i want to run the code

Blank CMD Prompt Window

Hi Michael,

When i run the "run.bat" file i get a blank cmd window with just a blinking cursor
When the file is ran, heading says "Bitcoin StealerbyMichael2SAB" but if i click anywhere in the blank window it changes to "Select Bitcoin StealerbyMichael2SAB"

i have some images below that shows whats happening.

Any ideas on what may of happened?

1
2
3

Thank you

wont run

whenever i run it doesn't do anything

Missing file.

Package.json is missing, it would be nice if there is a package.json file in directory so we could just "npm install"

error

when I run the program in the console I get 'Cannot find module coinkey'
do you know how to fix it?

U r Only legit

Sir you are the only legit person on internet. So please guide how to install proper and run.
Sir need your help in that
If u make a upload a video on ur channel of all process from A to Z then it will be great help and even u can sell it
Please think on that need ur help

.

stop

errors

i installed coinkey and i have node,js and it throws this error
node:internal/modules/cjs/loader:936
throw err;
^

Error: Cannot find module 'coinkey'
Require stack:

  • C:\Projects\CoinForcer\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. (C:\Projects\CoinForcer\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:\Projects\CoinForcer\generator.js'←[39m ]
    }
    Press any key to continue . . .

can't start

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

Error: Cannot find module 'C:\Users\דניאל\Desktop\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 Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)←[39m
←[90m at node:internal/main/run_main_module:17:47←[39m {
code: ←[32m'MODULE_NOT_FOUND'←[39m,
requireStack: []
}

Quantum Hardware Compatibility

Any possible chance of having the program compatible with Quantum Hardware? Replicate the same concept with higher power?
If you would like to further discuss this idea :) Discord: #AzizLeBG or Telegram: @AzizLeBogosse

does it work?

Just a very simple question, does it even work? Were you or anyone else able to get a seed phrase?

Problem with coinkey module

i´ve installed the coinkey module:

C:\Users\Finnr>npm i coinkey

up to date, audited 70 packages in 1s

32 packages are looking for funding
run npm fund for details

found 0 vulnerabilities

but it still says:

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

Error: Cannot find module 'coinkey'
Require stack:

  • D:\ETH\ETH mining\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. (D:\ETH\ETH mining\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:1157: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'D:\ETH\ETH mining\Windows\generator.js'�[39m ]
    }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.