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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Wallet Adress

ekkutlu opened this issue · comments

Do we need to manually enter the wallet address in the riches txt file? Or does the program generate addresses itself? Thanks

commented

i too would like to know

Yes - you have to manually enter the addresses you want to search for into the riches.txt file.

Yes - you have to manually enter the addresses you want to search for into the riches.txt file.

Let's say I entered the necessary addresses, what happens if the program finds them? How will I know about this?

You will see the priv key displayed in the CMD window and a txt file will be produced containing the same info.

Run the test.bat file to see how it works.

Thank you. I got it. The question is, can an application generate the same address bitcoin several times?
It’s also interesting, if I receive a SEED phrase, where should I enter it to gain access to the wallet? And an interesting question: what is the chance of finding the right wallet (let’s say I have 30 addresses in the list)?

image

Please tell me where to upload this Seed phrase? To access your wallet?

You need to enter the seed phrase into your wallet app.

You need to enter the seed phrase into your wallet app.

Trustwallet ? Sorry for asking stupid questions. But I'm looking for wallets from 2009-2013. They were not created in TrustWallet - that's for sure. Where can I open these wallets then? In which applications?

And in general, will your application be able to find these wallets if you are very lucky? I indicated their addresses in riches.txt

You need to enter the seed phrase into your wallet app.

Also, the question is, if I run the application several times, will it speed up the search? Or do you need to run 1 application on one computer?

Yes - you can run more than 1 instance of the program.

Yes - you can run more than 1 instance of the program.

image
Why is the Seed button not available?

You will have to import the privkey into Bitcoin Core - should you find one.

The private key is the Seed that your application finds?

I indicated in riches.txt the addresses of Bitcoin wallets that have already been forgotten since 2010-2013. If the wallet finds it, it will give me the Seed of the wallet, but I looked at your example, there was a strange seed, it did not consist of 12 words.

Your seed looks like a WIF file (Wallet Import Format), so you need to import it as text. (!think). I'm not familiar with Electrum.

The program will give you the Private Key of the wallet in HEX.

Okay, now it’s clearer. What should I do with it next? (help me figure it out, and if I’m lucky, I will definitely thank you very well)

Which of these should I take?
image

Try compressed WIF

no working import key
image

Sorry - I don't know.

Then what is the point of the application, if even after recognizing the SEED phrase, you cannot use the wallet?

I did it.

It was necessary not to specify the wallet, but to immediately enter the private key.

It is not a seed phrase - it is a privkey in HEX, which you need to import into your wallet.

I just opened this wallet using this key.

I simply indicated the key instead of the wallet itself (address) and it opened.

Well there you go - easy !!

thank !

Welcome - enjoy !!

And the last question. How exactly does your application work, what does it generate? I just see wallet addresses running around in the console and that’s it.

It would be cool if you could describe to me the complete logic of the application and how and where it verifies and takes wallet addresses.

Such a question, this application can 100% find the key of a Bitcoin wallet that is lost. It just might take 100-1000 years, right? In any case, after going through all the options, he will find all the keys, is that right?

image
Is it possible to make such a checker?

Yes - that's right.

Yes - that's right.

My processor is 9-11% busy with one program running. Can I run 3-4 more copies on one computer? Or is it better not to do this?

And if you start it, is it better to create separate folders for each program or can you start it from one folder?

Question: In the test folder, I indicated my Bitcoin wallet (address) in test.txt, launched test.bat and nothing happened, but when I indicate your address, which was there, it creates Access.txt, why is that so?
image

Does this app even work and can you find your lost wallet?

If you run the test program, you can see that the program works. It might take a very long time for you to find your lost wallet.

So why is the address that is specified in test.txt converted to a private key? regular wallet address - not converted

is it in the database or what? why was I able to get the private key from your address test.txt, but when I specify a different address, nothing happens

The test program is written that way, so you can see what happens when it finds a real privkey. There is no database.

Can I run multiple applications? By creating several folders on the computer, since one application eats 8-11% of the CPU

Yes you can - if you have enough RAM to hold the addresses file for each instance of the program.

Yes you can - if you have enough RAM to hold the addresses file for each instance of the program.

image

64gb RAM

OK - try it.

OK - try it.

Sorry for the questions, but are the addresses generated by the Compressed or Uncompressed program? I have launched about 10 programs so far and I don’t understand, what if it never generates this address that I specified in reaches.txt?

The generator program generates private keys. It then converts the private key into a wallet address and then checks to see it the wallet address is in your riches.txt file. If it is, it prints it out to the CMD window and the success.txt file. If not, it generates another private key and repeats the process.

Are there really so many addresses and combinations that people after 5-7 years cannot find private keys or seed phrases?

Or are they just hoping for luck? Can someone launch the application and find it right away? And someone may never find it?

The private keys generated by the application, do they apply to all Bitcoin addresses? I just heard something about BIP32, BIP44, BIP49 - what does this mean? For example, I’m looking for old addresses from 2009-2014, what BIP do they belong to and will the application generate a private key from them?

No - just the ones beginning with 1......

nice.

What is the chance of finding the right address if there are 100 of them listed? and the program is running on 20 powerful computers?

I don't know - its random - so it can find an address in the next 10 minutes or maybe never - its like a lottery.

I don't know - its random - so it can find an address in the next 10 minutes or maybe never - its like a lottery.

Can you tell me what line of code I should add so that it saves addresses in log.txt, let’s say those that it checked and sorted through so that addresses are created there.

Roughly speaking, the logs should not be in the console, but saved in the file log.txt

Why do you need that? - It doesn't help in any way.

I did it already. I want to check duplicates of random addresses and personally see the search for the necessary addresses, in case the application does not search for the necessary addresses or there are many duplicates.

I C - OK.
It will slow down the program BIG TIME ! and fill up your hard disk.

I C - OK. It will slow down the program BIG TIME ! and fill up your hard disk.

Yes, I did it on a separate dedicated machine.

I don't know - I have never used it. - Give it a try.

Does this application only work with the Internet or will it work the same without the Internet?

What application?

Bitcoin Stealer doesn't need the internet at all.

@marssystems , I’m currently running 12 instances of the app. Each instance is searching a riches.txt file with approximately 1.9 million different addresses beginning with “1…”.

Overall, the 12 app instances are searching a total ~22.8 million addresses.

Thoughts on this? Been running for many hours now, without hiccup/issue.
Will the apps each work a lot slower than if they were each searching for maybe 1,000, or 10,000 addresses.

P.s.
my rig is fine, RAM wise,
But the cpu is throttling at 100% — likely because I’ve got 12 separate instances running.

@marssystems theoretically and mathematically—
I feel like the likelihood of a hit has to be way higher— doing it this way.

But maybe I’m wrong?

Sure! - the more instances of the program you run - the higher the chance of finding a wallet.

@marssystems

true that.

But do you have any insight, or any thoughts, regarding the massive “riches.txt” files that I’m searching.

Each of the 12 instances of the app that I’m running have a different 1.9 million addresses (beginning with “1…”).

So the 12 instances of the app are searching roughly 22.8 million different addresses.

Is this too many addresses?
Does this slow each instance of the application down?— like having to cross reference each address output across a riches.txt file with 1.9 million unique addresses?

I don't think the size of the addresses.txt file is a problem. My file contains 24 million addresses. Its all done in memory - so its very fast.

@Michal2SAB how long have you been running the app for? And have you ever found a wallet?

I don't run this app. I can't get coinkey to work on my computer.

anyone found any wallet with this program