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
405 stars 167 forks source link

About Wallet Adress #89

Closed ekkutlu closed 4 months ago

ekkutlu commented 1 year ago

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

GitJhopa commented 11 months ago

64gb RAM

marssystems commented 11 months ago

OK - try it.

GitJhopa commented 11 months ago

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?

marssystems commented 11 months ago

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.

GitJhopa commented 11 months ago

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

GitJhopa commented 11 months ago

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

GitJhopa commented 11 months ago

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?

marssystems commented 11 months ago

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

GitJhopa commented 11 months ago

nice.

MrJorman commented 11 months ago

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?

marssystems commented 11 months ago

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

GitJhopa commented 11 months ago

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.

GitJhopa commented 11 months ago

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

marssystems commented 11 months ago

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

GitJhopa commented 11 months ago

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.

marssystems commented 11 months ago

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

GitJhopa commented 11 months ago

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.

GitJhopa commented 11 months ago

https://github.com/albertobsd/keyhunt#testing-puzzle-63-bits this program good ?

marssystems commented 11 months ago

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

GitJhopa commented 11 months ago

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

marssystems commented 11 months ago

What application?

marssystems commented 11 months ago

Bitcoin Stealer doesn't need the internet at all.

fengshui8 commented 11 months ago

@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.

fengshui8 commented 11 months ago

@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?

marssystems commented 11 months ago

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

fengshui8 commented 11 months ago

@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?

marssystems commented 11 months ago

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.

fengshui8 commented 11 months ago

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

marssystems commented 11 months ago

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

kimmelgeek commented 6 months ago

anyone found any wallet with this program