Giter VIP home page Giter VIP logo

Comments (5)

Coding-Enthusiast avatar Coding-Enthusiast commented on June 19, 2024

FinderOuter does not yet support altcoins.

However I took a quick look at the "Binance Smart Chain" documentation and it seems like it is using the same method as bitcoin to produce "addresses" (HASH160 of compressed public key on same curve ie. secp256k1) it just doesn't encode them using Base58.

Generally speaking for any altcoin that is copying bitcoin you can find a way to use FinderOuter with some workarounds.
In this case if you convert your 160-bit hash to a Base58 address (ie. 12aBsmMJMdYWpEcu1d7YTASj9KdSYUzT5R) it should work.
Your derivation path should also be m/44'/714'/0'/0/0 if the address was the first address your wallet creacted, m/44'/714'/0'/0/1 if it was second and so on. See BIP-44 and SLIP-44 for more information.

PS. I hope the mnemonic you posted here is for testing and not your actual phrase, otherwise you should consider the entire wallet compromised.

from finderouter.

NovytskyiD avatar NovytskyiD commented on June 19, 2024

Yeah, im tryed you input data, but it dont find the seed:(
image

from finderouter.

Coding-Enthusiast avatar Coding-Enthusiast commented on June 19, 2024

Some other variable must be wrong. Either some of the known 10 words or the derivation path or key index.

from finderouter.

NovytskyiD avatar NovytskyiD commented on June 19, 2024

Perhaps the problem is that I am using a multi-currency account in Trust Wallet?
Here is the full test seed - original leader remove powder trumpet morning amazing trophy fee high winter account
I`m tried to use real btc adress bc1qr4qdjux82x6vj4l8w804yt5lcqaj4ptx4m7ggc instead of converted 12aBsmMJMdYWpEcu1d7YTASj9KdSYUzT5R, but have same result

from finderouter.

Coding-Enthusiast avatar Coding-Enthusiast commented on June 19, 2024

The Bech32 address (bc1qr4...) is using m/84'/0'/0'/0/0 derivation path which means it is using an entirely different private and public key and consequently a hash than an altcoin's key at a different path such as m/44'/714'/0'/0/0. They can't be "converted".
What I did above was to simply change the encoding of your address from hexadecimal (0x113EEE...) to Base58 (12aBsm...).

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.