Git Product home page Git Product logo

Comments (2)

danforbes avatar danforbes commented on May 23, 2024 1

@farukterzioglu - I am not an expert in these issues, but I can provide two other suggestions for places to look for help:

  1. make a post on Stack Overflow and tag it substrate
  2. open an Issue on the Substrate subport repo: https://github.com/paritytech/subport/issues/new

from hdwallet.

jacogr avatar jacogr commented on May 23, 2024

If you are using the standard mnemonic -> seed as per eg. ETH/BTC it won’t match.

Substrate goes from mnemonic-> entropy and then does pdkdf2 rounds (with the ///password and a known prefix) to get the private key (mini secret in Substrate terminology)

The outputs are vastly different between the 2 approaches so even something with no derivation will not match.

Trivia tidbits -

  • Around poc-1 the first approach was still taken in Polkadot, it was changed in poc-2 for better use of the available material
  • Ledger keys are derived like yours, so non-Substrate-matching, but obviously still works since the crypto is ed25519 and supported

from hdwallet.

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.