Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About Wallet Adress #89

Closed
ekkutlu opened this issue Sep 20, 2023 · 80 comments
Closed

About Wallet Adress #89

ekkutlu opened this issue Sep 20, 2023 · 80 comments

Comments

@ekkutlu
Copy link

ekkutlu commented Sep 20, 2023

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

@rg2323
Copy link

rg2323 commented Oct 11, 2023

i too would like to know

@marssystems
Copy link

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

@GitJhopa
Copy link

GitJhopa commented Nov 8, 2023

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?

@marssystems
Copy link

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.

@GitJhopa
Copy link

GitJhopa commented Nov 8, 2023

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

@GitJhopa
Copy link

GitJhopa commented Nov 8, 2023

image

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

@marssystems
Copy link

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

@GitJhopa
Copy link

GitJhopa commented Nov 8, 2023

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

@GitJhopa
Copy link

GitJhopa commented Nov 8, 2023

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?

@marssystems
Copy link

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

@GitJhopa
Copy link

GitJhopa commented Nov 8, 2023

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

image
Why is the Seed button not available?

@marssystems
Copy link

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

@GitJhopa
Copy link

GitJhopa commented Nov 8, 2023

The private key is the Seed that your application finds?

@GitJhopa
Copy link

GitJhopa commented Nov 8, 2023

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.

@marssystems
Copy link

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.

@GitJhopa
Copy link

GitJhopa commented Nov 8, 2023

image

@marssystems
Copy link

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

@GitJhopa
Copy link

GitJhopa commented Nov 8, 2023

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)

@GitJhopa
Copy link

GitJhopa commented Nov 8, 2023

Which of these should I take?
image

@marssystems
Copy link

Try compressed WIF

@GitJhopa
Copy link

GitJhopa commented Nov 8, 2023

image

@GitJhopa
Copy link

GitJhopa commented Nov 8, 2023

image

@GitJhopa
Copy link

GitJhopa commented Nov 8, 2023

image

@GitJhopa
Copy link

GitJhopa commented Nov 8, 2023

no working import key
image

@marssystems
Copy link

Sorry - I don't know.

@GitJhopa
Copy link

GitJhopa commented Nov 8, 2023

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

@GitJhopa
Copy link

GitJhopa commented Nov 8, 2023

I did it.

@GitJhopa
Copy link

GitJhopa commented Nov 8, 2023

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

@marssystems
Copy link

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

@GitJhopa
Copy link

GitJhopa commented Nov 8, 2023

I just opened this wallet using this key.

@marssystems
Copy link

OK - try it.

@GitJhopa
Copy link

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
Copy link

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
Copy link

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

@GitJhopa
Copy link

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

@GitJhopa
Copy link

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
Copy link

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

@GitJhopa
Copy link

nice.

@MrJorman
Copy link

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
Copy link

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
Copy link

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
Copy link

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

@marssystems
Copy link

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

@GitJhopa
Copy link

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
Copy link

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

@GitJhopa
Copy link

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
Copy link

@marssystems
Copy link

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

@GitJhopa
Copy link

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

@marssystems
Copy link

What application?

@marssystems
Copy link

Bitcoin Stealer doesn't need the internet at all.

@fengshui8
Copy link

fengshui8 commented Nov 13, 2023

@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
Copy link

@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
Copy link

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

@fengshui8
Copy link

fengshui8 commented Nov 13, 2023

@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
Copy link

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
Copy link

fengshui8 commented Nov 14, 2023

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

@marssystems
Copy link

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

@kimmelgeek
Copy link

anyone found any wallet with this program

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants