Bitcoin Forum
April 26, 2024, 07:18:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Ledger Nano invalid recovery phrase after update. help. Reward - 0.5 BCH!  (Read 565 times)
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
March 21, 2018, 02:26:03 AM
 #21

Yes, currently... btcrecover only works with Ledger BITCOIN addresses... You'll notice on the Ethereum option that it says "...NOT ledger"

The reason it doesn't work is that for whatever reason Ledger uses a different (non BIP44) derivation path for ETH, which makes it generate different addresses from other ETH wallets when using the same seed mnemonic... I put a pull request in to btcrecover GitHub about this months ago:
Ledger Ethereum Wallet uses a non-BIP44 compatible Derivation Path of m/44'/60'/0'

Add in an "Ethereum Ledger" option to the "Wallet Type" dialog, that uses this path instead of BIP44 m/44'/60'/0'/0'

Your options are:

1. Download my version of btcrseed.py from GitHub and use that... It'll give you an extra "Ethereum Ledger" option when selecting the wallet type...

Or

2. Modify the existing btcrseed.py and change the derivation path on line 1306 from:
Code:
        if not path: path = "m/44'/60'/0'/0/"

To
Code:
        if not path: path = "m/44'/60'/0'"

Note that if you just change the one line of code... It'll break recovery for other ETH wallets like Jaxx, Exodus, Metamask, TREZOR etc.

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
1714115919
Hero Member
*
Offline Offline

Posts: 1714115919

View Profile Personal Message (Offline)

Ignore
1714115919
Reply with quote  #2

1714115919
Report to moderator
1714115919
Hero Member
*
Offline Offline

Posts: 1714115919

View Profile Personal Message (Offline)

Ignore
1714115919
Reply with quote  #2

1714115919
Report to moderator
1714115919
Hero Member
*
Offline Offline

Posts: 1714115919

View Profile Personal Message (Offline)

Ignore
1714115919
Reply with quote  #2

1714115919
Report to moderator
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714115919
Hero Member
*
Offline Offline

Posts: 1714115919

View Profile Personal Message (Offline)

Ignore
1714115919
Reply with quote  #2

1714115919
Report to moderator
1714115919
Hero Member
*
Offline Offline

Posts: 1714115919

View Profile Personal Message (Offline)

Ignore
1714115919
Reply with quote  #2

1714115919
Report to moderator
1714115919
Hero Member
*
Offline Offline

Posts: 1714115919

View Profile Personal Message (Offline)

Ignore
1714115919
Reply with quote  #2

1714115919
Report to moderator
grnqrtr
Newbie
*
Offline Offline

Activity: 26
Merit: 2


View Profile
April 13, 2018, 03:03:45 AM
Merited by HCP (2)
 #22

Instead of manually changing the code you can just run special commands from the command line instead like this:
Code:
./seedrecover.py --wallet-type ethereum --bip32-path "m/44'/60'/0'/" --addr-limit 1

I've helped several people recover bitcoin and altcoins both through full trust where they give me their seed etc. and also just by helping walk people through using different tools like btcrecover. If you need any help let me know.

All my contact information as well as several references can be seen on my website at www.grnqrtr.com
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
April 13, 2018, 06:38:23 AM
 #23

Good to know that it supports custom derivation paths from the command line! Thanks for the heads-up...

I still don't know why Chris hasn't just added the Ledger option to the GUI version tho... It's a pretty simple mod and enables those with a command line phobia easy access

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
pirst (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
April 28, 2018, 12:59:24 PM
Last edit: April 30, 2018, 09:29:50 PM by pirst
 #24

Right guys. I still cant access my bitcoins..
I bought new nano s coz i thought maybe old ledger broke down. But new one says the same invalid recovery phrase.
I know all 24 words are correct (wrote them very slowly) also checked them on BIP39.
just thinking maybe i mix numbers like 5-6 or smth.

I will give 0.5 BCH if someone will help me to sort this out.
Thanks
Lucius
Legendary
*
Offline Offline

Activity: 3220
Merit: 5628


Blackjack.fun-Free Raffle-Join&Win $50🎲


View Profile WWW
April 28, 2018, 01:37:59 PM
 #25

Right guys. I still cant access my bitcoins..
I bought new nano s coz i thought maybe old ledger broke down. But new one says the same invalid recovery phrase.
I know all 24 words are correct (wrote them very slowly) also checked them on BIP39.
just thinking maybe i mix numbers like 5-6 or smth.

I will give 0.5 BCC if someone will help me to sort this out.
Thanks

You best chance is to read post 5&8 in this thread and try to recover your seed with posted tools or with method of attempts and mistakes.As you say that maybe you mix some words and not write them in the proper order,so try to switch word 5 with 6 if you have any doubt that this is a problem.

If we assume that these words are correct,but that is incorrect order then try to use that tools to maybe fix your seed,or download Electrum and start to play with words.I say Electrum because it is much easier to enter words there then type it in Ledger.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
April 28, 2018, 01:42:36 PM
 #26

I know all 24 words are correct (wrote them very slowly) also checked them on BIP39.
just thinking maybe i mix numbers like 5-6 or smth.
Did you try using the seedrecover.py script that comes as part of btcrecover? If you are fairly confident you maybe have one incorrect word or just got two words swapped... and you know at least one of the addresses from that seed, then the script will find your correct seed easily.

Read here: https://github.com/gurnec/btcrecover/blob/master/docs/Seedrecover_Quick_Start_Guide.md

Install Python, download the btcrecover package and then run seedrecover.py as per the instructions... it works.

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
pirst (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
April 28, 2018, 02:57:04 PM
 #27

No i didn't use. I'm not confident with my skills to do that Smiley
Do you mean one of the bitcoin address for this wallet? Yes i can find it.
Thanks
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
April 29, 2018, 04:05:28 AM
 #28

No i didn't use. I'm not confident with my skills to do that Smiley
If you're not confident installing or using Python, then it is going to be difficult to recover your seed. Your only other option would be to trust someone with your seed and get them to recover it for you... obviously this is a "Bad Idea"™ unless you REALLY trust that person, as once they recovered your correct seed, they would have full access to your wallet!

If you need help getting Python installed... I'm sure myself and/or others here will be able to help walk you through it. It really isn't THAT difficult... and the seedrecover.py script is actually a GUI based recovery tool (it has pretty windows! Smiley)

What operating system are you using? Windows? If so... go here and get Python 2.7.14: https://www.python.org/downloads/release/python-2714/

The 64bit version is labelled as "Windows x86-64 MSI installer"
The 32bit version is labelled as "Windows x86 MSI installer"

There are also versions for MacOSX on that page if you're using that operating system.


Quote
Do you mean one of the bitcoin address for this wallet? Yes i can find it.
Yes, you need one of the bitcoin addresses generated by your seed... preferably one of the first addresses generated, as it helps speed up the process (script only has to generate a few addresses to check instead of hundreds etc)

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
o_e_l_e_o
In memoriam
Legendary
*
Offline Offline

Activity: 2268
Merit: 18507


View Profile
April 29, 2018, 08:44:03 PM
 #29

I've used Seed Recover before - it is very straightforward to use, and there are easy to follow steps available on Seed Recover Github that HCP posted already: https://github.com/gurnec/btcrecover/blob/master/docs/Seedrecover_Quick_Start_Guide.md. Installing and using Python isn't that difficult, even for a technical newbie.

I would suggest following the instructions given and at least giving it a go yourself. If you absolutely can't use it, then your only option is going to be to trust someone else to do it for you.

pirst (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
April 29, 2018, 09:14:34 PM
 #30

Thanks for info, I'll try
pirst (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
May 05, 2018, 10:39:41 PM
 #31

all sorted! huge thanks to HCP!
ne0nx9
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
May 22, 2018, 12:09:09 AM
 #32

What is the result? Did you restore it?
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
May 22, 2018, 01:25:06 AM
 #33

Yes, I walked the OP through the process of using the "seedrecover" script that comes with btcrecover to find the error in the recovery phrase that the user had written down.

Was relatively straight forward and simple.

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
macdadon341
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
August 04, 2018, 11:39:32 AM
 #34

This info worked like a charm. Thank you.
Pages: « 1 [2]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!