GithubHelp home page GithubHelp logo

Given the 12 words, a wallet address and the m/49... code, is it possible to compute the initial public key/private key pair? about finderouter HOT 1 CLOSED

coding-enthusiast avatar coding-enthusiast commented on July 24, 2024
Given the 12 words, a wallet address and the m/49... code, is it possible to compute the initial public key/private key pair?

from finderouter.

Comments (1)

Coding-Enthusiast avatar Coding-Enthusiast commented on July 24, 2024

Yes, you should be able to do that.
For KeepKey or any other software/hardware wallet that gives you a mnemonic you'll need the following information to recover all your private keys:

  1. The mnemonic (12, 15, 18 or 24 words)
  2. If you used any words to extend the mnemonic (usually referred to as passphrase, not to be confused with the password used for encrypting the wallet file or to log in)
  3. The mnemonic algorithm (almost always like KeepKey it is BIP39 but if you used Electrum it is different, both of which we support. There is also aezeed which we don't support yet)
  4. The derivation path (that is the m/49'/0'/0'/0 for example)

You should be able to find 3&4 on the wallet's website or github repository or simply ask their devs or on a forum. However if you are missing the derivation path (4) you can use FinderOuter to try and figure it out if you have at least an address or child key from your wallet using the Missing BIP32 path option.

from finderouter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.