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

seed recovery for Ethereum Txn on Ledger Nano S #141

Open
andycowl opened this issue Nov 9, 2017 · 2 comments
Open

seed recovery for Ethereum Txn on Ledger Nano S #141

andycowl opened this issue Nov 9, 2017 · 2 comments

Comments

@andycowl
Copy link

andycowl commented Nov 9, 2017

'Father, it is 27 years and 8 months since my last confession'

Since then I have transferred BTC and ETH into a Ledger Nano S and, err, mislaid the 24 word seed.

I have the ETH transactions and addresses and a reasonable guess at the seed.

Issue 46 is similar and implies the derivation path is "m/44'/60'/0'/" but I have no passphrase set.

seedrecovery prompts for a wallet and offers:-

  • Ethereum Standard BIP39/BIP44 (Jaxx, MetaMask, MyEtherWallet, TREZOR, Exodus, NOT Ledger)
  • Standard BIP39/BIP44 (MyCelium, TREZOR, Bither, Blockchain.info, Jaxx)

Is this combination not (currently) supported ?

Running seedrecover 0.7.3, btcrecover 0.17.9 on Python 2.7.13 64-bit on Fedora 26.

@gurnec
Copy link
Owner

gurnec commented Nov 16, 2017

It's not supported via the simple GUI, but as you found it's supported via the command line (if I'm right about the BIP32 path, which I may not be).

You should run this via the command-line, however as I have no Ledger, I haven't been able to test this:

./seedrecover.py --wallet-type ethereum --bip32-path "m/44'/60'/0'/" --addr-limit 1

If this doesn't work, you should also try this:

./seedrecover.py --wallet-type ethereum --bip32-path "m/44'/60'/0'/0/" --addr-limit 1

(which is the same as choosing "Ethereum Standard" in the GUI and an Address Limit of 1)

Good luck!

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

5 participants
@andycowl @gurnec and others