iancoleman / bip39

A web tool for converting BIP39 mnemonic codes
https://iancoleman.io/bip39/
MIT License
3.41k stars 1.42k forks source link

If you help me I’ll pay 500$ have 11 out 12 words in the right order #580

Open Heartb171762 opened 2 years ago

Heartb171762 commented 2 years ago

Im using DeFi wallet that using the 2048 words combination -

I’m Wondering if some one can guide me how to have the last word in easy way and not tapping 2048 words - I start I found 3 that match but when I’m login in to the account is not the same address and no balance .

Feel free to text or call me 2134956333

cryptopivot commented 2 years ago

You must also make sure using the correct derivation paths.  Do you know which wallet the seed words were originally used on?

cryptopivot commented 2 years ago

If you try the seed on both Trust Wallet and Coinomi wallet, you will likely see the balance,  if it exists.  As between the two, most commonly used derivation paths are checked.

petjal commented 2 years ago
$ WORDS11="become mom diary absent deposit naive divide jealous face clap like" ; \
curl --silent https://raw.githubusercontent.com/bitcoin/bips/master/bip-0039/english.txt > wordlist.txt ; \
sha256sum wordlist.txt ; \
cat wordlist.txt | \
while read CHECKSUM ; \
do echo "$WORDS11 $CHECKSUM" ; \
echo do command line wallet import and balance check here ; \
done | \
head
2f5eed53a4727b4bf8880d8f3f199efc90e58503646d9ff8eff3a2ed3b24dbda  wordlist.txt
become mom diary absent deposit naive divide jealous face clap like abandon
do command line wallet import and balance check here
become mom diary absent deposit naive divide jealous face clap like ability
do command line wallet import and balance check here
become mom diary absent deposit naive divide jealous face clap like able
do command line wallet import and balance check here
become mom diary absent deposit naive divide jealous face clap like about
do command line wallet import and balance check here
become mom diary absent deposit naive divide jealous face clap like above
do command line wallet import and balance check here...
Heartb171762 commented 2 years ago

$ WORDS11="become mom diary absent deposit naive divide jealous face clap like" ; \ curl --silent https://raw.githubusercontent.com/bitcoin/bips/master/bip-0039/english.txt > wordlist.txt ; \ sha256sum wordlist.txt ; \ cat wordlist.txt | \ while read CHECKSUM ; \ do echo "$WORDS11 $CHECKSUM" ; \ echo do command line wallet import and balance check here ; \ done | \ head 2f5eed53a4727b4bf8880d8f3f199efc90e58503646d9ff8eff3a2ed3b24dbda wordlist.txt become mom diary absent deposit naive divide jealous face clap like abandon do command line wallet import and balance check here become mom diary absent deposit naive divide jealous face clap like ability do command line wallet import and balance check here become mom diary absent deposit naive divide jealous face clap like able do command line wallet import and balance check here become mom diary absent deposit naive divide jealous face clap like about do command line wallet import and balance check here become mom diary absent deposit naive divide jealous face clap like above do command line wallet import and balance check here...

Hi there thank you for the code -

what I did is I tried manually all the 2048 word and find 128 good words that match restore my wallet I restore 128 wallets and non of them was mine with the balance -

I check on track my coin and my address have the money -

When you say seeds what do you mean

Heartb171762 commented 2 years ago

If you try the seed on both Trust Wallet and Coinomi wallet, you will likely see the balance,  if it exists.  As between the two, most commonly used derivation paths are checked. ~ Mike Thompson Owner | Field Pivot, Inc.  [(910) 500-2382](tel:(910) 500-2382)  [(877) 707-2307](tel:(877) 707-2307) @.*** Myrtle Beach, South Carolina USA www.fieldpivot.com

What do you meen seeds ,

I have 11 words out of 12 in the right order and I’m using DeFi wallet from crypto.com

Heartb171762 commented 2 years ago

$ WORDS11="become mom diary absent deposit naive divide jealous face clap like" ; \ curl --silent https://raw.githubusercontent.com/bitcoin/bips/master/bip-0039/english.txt > wordlist.txt ; \ sha256sum wordlist.txt ; \ cat wordlist.txt | \ while read CHECKSUM ; \ do echo "$WORDS11 $CHECKSUM" ; \ echo do command line wallet import and balance check here ; \ done | \ head 2f5eed53a4727b4bf8880d8f3f199efc90e58503646d9ff8eff3a2ed3b24dbda wordlist.txt become mom diary absent deposit naive divide jealous face clap like abandon do command line wallet import and balance check here become mom diary absent deposit naive divide jealous face clap like ability do command line wallet import and balance check here become mom diary absent deposit naive divide jealous face clap like able do command line wallet import and balance check here become mom diary absent deposit naive divide jealous face clap like about do command line wallet import and balance check here become mom diary absent deposit naive divide jealous face clap like above do command line wallet import and balance check here...

We’re I’m putting this code ?

Heartb171762 commented 2 years ago

520885E7-DBB4-4A0D-84FB-D50D3566D669

Should I use this one ?

it even possible to restore it ?

pieman64 commented 2 years ago

@Heartb171762 I sent you an SMS yesterday after checking my scripts work for your issue. Please reply to the SMS if you need the fix.

petjal commented 2 years ago

maybe it would help us to help you if you explained to us how you ended up in this situation.

how did you generate the 12 words? how did you lose the 12th word?
how do you know your address which you know contains the bitcoin? did you make a backup of your crypto.com defi wallet? I expect that the wallet app would have aggressively prompted you to make one or more backups. how did you manually test the 2048 12th words and find the 128 possible correct 12th words? did you manually type them into the crypto.com defi wallet?(!)

Heartb171762 commented 2 years ago

@Heartb171762 I sent you an SMS yesterday after checking my scripts work for your issue. Please reply to the SMS if you need the fix.

8185611231 text me here pleas

Heartb171762 commented 2 years ago

maybe it would help us to help you if you explained to us how you ended up in this situation.

how did you generate the 12 words?

with DeFi wallet - I even have a screen recording of the word but it seems as secure and is show nothing in the word section .

how did you lose the 12th word?

I write down 11 and the 12 just Memorise it but to many joints erase it from my head lol

how do you know your address which you know contains the bitcoin?

Becuse it was connected to my crypto Wallet . And this is the only one I made big transaction

did you make a backup of your crypto.com defi wallet?

what do you mean a backup? Like What and how ? I don’t think so ..

I expect that the wallet app would have aggressively prompted you to make one or more backups.

how did you manually test the 2048 12th words and find the 128 possible correct 12th words? did you manually type them into the crypto.com defi wallet?(!) yes so I put the 11 word and the last word I put from A-Z each word to see what is match and I found it.

Then - I open 128 wallets With the 11 words and the 128 that match

Non Of them work .

Do you think that I can find it ?

Heartb171762 commented 2 years ago

$ WORDS11="become mom diary absent deposit naive divide jealous face clap like" ; \ curl --silent https://raw.githubusercontent.com/bitcoin/bips/master/bip-0039/english.txt > wordlist.txt ; \ sha256sum wordlist.txt ; \ cat wordlist.txt | \ while read CHECKSUM ; \ do echo "$WORDS11 $CHECKSUM" ; \ echo do command line wallet import and balance check here ; \ done | \ head 2f5eed53a4727b4bf8880d8f3f199efc90e58503646d9ff8eff3a2ed3b24dbda wordlist.txt become mom diary absent deposit naive divide jealous face clap like abandon do command line wallet import and balance check here become mom diary absent deposit naive divide jealous face clap like ability do command line wallet import and balance check here become mom diary absent deposit naive divide jealous face clap like able do command line wallet import and balance check here become mom diary absent deposit naive divide jealous face clap like about do command line wallet import and balance check here become mom diary absent deposit naive divide jealous face clap like above do command line wallet import and balance check here...

Where do I put this code ?

pieman64 commented 2 years ago

@Heartb171762 I sent you an SMS yesterday after checking my scripts work for your issue. Please reply to the SMS if you need the fix.

8185611231 text me here pleas

Done, asked you to SMS your email address.

pieman64 commented 2 years ago

@Heartb171762 and others that have lost their 12th seed word.

I have been a big user of Python over the years and even though it's doesn't have the kudos of some software languages it still takes less than 30 seconds to solve this puzzle.

On the 16th March (2022) a new version of Python came out and you will need a Microsoft tool to build some of the required "crypto" modules. It's 6GB and available at https://visualstudio.microsoft.com/visual-cpp-build-tools/

Miscrosoft tools for Python

Remove the old Python 2.x that comes with Windows 10 before you start.

Then install the new version from 64 bit Windows installer at https://www.python.org/downloads/release/python-3103/

Not sure which pip version comes with the latest version of Python but worth trying the following in a command prompt:

pip install --upgrade pip

Then copy and paste each of these required modules:

pip install ecdsa                                   
pip install eth_utils
pip install web3
pip install mnemonic
pip install bip32utils
pip install blockcypher
pip install bip_utils

You now have all the tools to write a Python script for the fix.

petjal commented 2 years ago

Memorise it but too many joints erase it from my head lol

seed oils :)

how did you manually test the 2048 12th words and find the 128 possible correct 12th words? did you manually type them into the crypto.com defi wallet?(!) yes so I put the 11 word and the last word I put from A-Z each word to see what is match and I found it.

Then - I open 128 wallets With the 11 words and the 128 that match

Non Of them work .

Do you think that I can find it ?

what you did manually is what I was proposing to do with a linux terminal command-line wallet and bash script. maybe the bash script would be less human-error-prone

peterui commented 2 years ago
$ WORDS11="become mom diary absent deposit naive divide jealous face clap like" ; \
curl --silent https://raw.githubusercontent.com/bitcoin/bips/master/bip-0039/english.txt > wordlist.txt ; \
sha256sum wordlist.txt ; \
cat wordlist.txt | \
while read CHECKSUM ; \
do echo "$WORDS11 $CHECKSUM" ; \
echo do command line wallet import and balance check here ; \
done | \
head
2f5eed53a4727b4bf8880d8f3f199efc90e58503646d9ff8eff3a2ed3b24dbda  wordlist.txt
become mom diary absent deposit naive divide jealous face clap like abandon
do command line wallet import and balance check here
become mom diary absent deposit naive divide jealous face clap like ability
do command line wallet import and balance check here
become mom diary absent deposit naive divide jealous face clap like able
do command line wallet import and balance check here
become mom diary absent deposit naive divide jealous face clap like about
do command line wallet import and balance check here
become mom diary absent deposit naive divide jealous face clap like above
do command line wallet import and balance check here...

How to use your Bat script, it doesn't seem to work?

Heartb171762 commented 2 years ago

Any help pleas ?

Heartb171762 commented 2 years ago

Some can help me ? I’ll pay 3000 K for the one will Help me guys pleas

Heartb171762 commented 2 years ago
$ WORDS11="become mom diary absent deposit naive divide jealous face clap like" ; \
curl --silent https://raw.githubusercontent.com/bitcoin/bips/master/bip-0039/english.txt > wordlist.txt ; \
sha256sum wordlist.txt ; \
cat wordlist.txt | \
while read CHECKSUM ; \
do echo "$WORDS11 $CHECKSUM" ; \
echo do command line wallet import and balance check here ; \
done | \
head
2f5eed53a4727b4bf8880d8f3f199efc90e58503646d9ff8eff3a2ed3b24dbda  wordlist.txt
become mom diary absent deposit naive divide jealous face clap like abandon
do command line wallet import and balance check here
become mom diary absent deposit naive divide jealous face clap like ability
do command line wallet import and balance check here
become mom diary absent deposit naive divide jealous face clap like able
do command line wallet import and balance check here
become mom diary absent deposit naive divide jealous face clap like about
do command line wallet import and balance check here
become mom diary absent deposit naive divide jealous face clap like above
do command line wallet import and balance check here...

How to use your Bat script, it doesn't seem to work?

Hi do I use it pleas and where and where do I put my word 11 ?

ghscuuo commented 2 years ago

To reduce scam risk,

  1. please repeat your current problem by using the exact same process that you used to generate your old seed phrase,
  2. generate a new test seed phrase,
  3. send a small random number of sats to a new test address from that new test seed phrase,
  4. don't tell us the random number of sats that you sent to the new test address,
  5. paste the new test seed phrase here but without the last word.
  6. If someone can post here how many sats you sent to the new test address from the new test wallet, then they should be able to recover your old wallet.
Heartb171762 commented 2 years ago

You wNt to help me by phone ,?

I will pay you 3 k

ghscuuo @.***>:

To reduce scam risk,

  1. please repeat your current problem by using the exact same process that you used to generate your old seed phrase,
  2. generate a new test seed phrase,
  3. send a small random number of sats to a new test address from that new test seed phrase,
  4. don't tell us the random number of sats that you sent to the new test address,
  5. paste the new test seed phrase here but without the last word.
  6. If someone can post here how many sats you sent to the new test address from the new test wallet, then they should be able to recover your old wallet.

— Reply to this email directly, view it on GitHub https://github.com/iancoleman/bip39/issues/580#issuecomment-1114017656, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYJRFINVHQEHZWXX2662QXTVHVPPPANCNFSM5REJ6R5Q . You are receiving this because you were mentioned.Message ID: @.***>

Furokhuj commented 2 years ago

@Heartb171762 Hey I am sure that I could help you! Just message me on telegram: t.me/fureszpor

aserxmail commented 1 year ago

@Heartb171762 if you still face the problem, i cam help

Heartb171762 commented 1 year ago

How you can help

@Heartb171762 https://github.com/Heartb171762 if you still face the problem, i cam help

— Reply to this email directly, view it on GitHub https://github.com/iancoleman/bip39/issues/580#issuecomment-1193183761, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYJRFIJU5TV2EPEXXPVP6CDVVRIC5ANCNFSM5REJ6R5Q . You are receiving this because you were mentioned.Message ID: @.***>

aserxmail commented 1 year ago
  1. do you know one address of this seed.
  2. you have to generate random permutations 2048^2. then check the result
  3. i created code to do this, i already faced this problem.
Heartb171762 commented 1 year ago

What is your number

  1. do you know one address of this seed.
  2. you have to generate random permutations 2048^2. then check the result
  3. i created code to do this, i already faced this problem.

— Reply to this email directly, view it on GitHub https://github.com/iancoleman/bip39/issues/580#issuecomment-1193184806, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYJRFIKZ22FYREG6PXZL3RTVVRJEXANCNFSM5REJ6R5Q . You are receiving this because you were mentioned.Message ID: @.***>

aserxmail commented 1 year ago

i have email aser.xmail@gmail.com

cryptopivot commented 1 year ago

Yep, I can definitely help with that. Even 2 words missing if in good order.

Mackklarson commented 1 year ago

@Heartb171762 I have a powerful machine for seed recovery I can try to crack it. If I can crack it I will get 30% of the fund walletsrecoveryservice(at)gmail(dot)com whatsapp +79817537299

cryptopivot commented 1 year ago

This is SUCH and easy solution. Don't trust ANYONE with your seed words, albeit 11 words or whatever. Here you go!

https://3rditeration.github.io/mnemonic-recovery/src/index.html

Jeff-BezosA commented 1 year ago

I found a solid way to get coins out only BNB CHAIN OR ETHERUM... here's my number if it gets so easy for me there's no need charging you.. +17075936107