Skip to content

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

Notifications You must be signed in to change notification settings

Antiniox/Bitcoin-Stealer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

REQUIREMENTS

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

HOW TO RUN

Just start run.bat.

It will start gen.bat, which will start the generator.js. Run.bat will work in background and re-run the generator.js every 100 seconds because at a certain point it would have a memory leak error and we don't want that. But don't worry, it won't interrupt anything you're doing, it will run minimized every time.

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.

NOTE

I'm not actually responsible for what you do with this. Don't steal active wallet money, that's just wrong.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.1%
  • Batchfile 6.9%