-
Notifications
You must be signed in to change notification settings - Fork 33
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
Ledger - Txn version not supported #127
Comments
they ask you to update the application to Polkadot 11.9170.x |
Also when I try to restore access to the Dot through the phrase for example on the website js / trust wallet. it gives me a different address without money )))) I am now afraid to hard reset |
We released v11.9170 16 days ago Ledger seems to have released that 3 days ago https://github.com/LedgerHQ/app-polkadot/releases We will contact Ledger to ask/confirm why this is not available in Ledger Live yet. |
BIP39 Mnenomics (Ledger) are not processed correctly by polkadot.js. Substrate treats mnemonic in a ways that is different from other chains. Given a mnemonic, polkadot.js will generate a different address but this does not mean that funds in your Ledger BIP39 have been compromised in any way. |
I checked on the ledger nano s - I installed the new update on it |
Thanks for the info! We are trying to reach Ledger to understand why Nano X version was not released. The codebase is shared so it is hard to understand why one version is available in Live and the other is not. |
but a question. how can the Ledger mnemonics be used to retrieve a dot in words? if, for example, the Ledger is closed |
No, this should not be the case. We created a library to do this.. but runs in software so we don't recommend using it unless really necessary. I explained the reasons and our approach here TLDR: Ledger uses BIP39 mnemonics (bitcoin standard) and Substrate decided to use something different that is substrate specific. We wrote code to allow BIP39 mnemonics to be used as substrate keys but it has not been integrated anywhere. The code and methodology is there publicly. Given that we have received this question multiple times, we will make this a bit more public and explicit. |
The main reason we don't recommend using this tool is because most people that have a Ledger device share the same mnemonic for all the funds they have in the device. So when using a software tool without Ledger mnemonic you may be compromising the security of other coins that you have in the device. |
as you wrote in that thread it would be very convenient that it would be an online tool for quick extraction) because other coins were successfully added to a third-party application and successfully withdrawn them to another cold wallet, except dots Q_Q |
If this is already available, I would use it to translate my Dots |
If you need to make an urgent transfer, is it safe for you to Build a new version on your Ledger? |
my LedgerLive has the newest update, but it won't let me update my DOT to the new version |
I have the same problem. I just want to know if I Build on GitHub a new version of the Polkadot application, will my funds be safe or some bug might happen |
Yesterday on miningclub the man did it, and he did well, but it is necessary to understand the bases and ubuntu))) still I can not do it |
Ledger does not allow side loading software in nano x. Only in nano S, but that device already has the latest version in Live. We already provide an installer for test purposes on every release but you would need a nano S or S+ |
just wait for an update ? or can I convert my Ledger phrases online and restore them to js |
They have the code and merged in github already, so I guess it is something in their infra that resulted in the binary not being exposed.. About the script, I can ask someone in my team to start working on this ASAP, however, I personally find it very risky and can result in people use this to scam non-technical users, etc.. Just to understand a bit better the situation. You only have a Nano X device? |
I'm not able to make any transactions with my Ledger. Tried sending, bonding, etc. Tried on Ledger live, and through polkadot.js and I keep getting the same error.
Txn version not supported
Reached out in Discord and Ledger support and I get he same responses.. Is everything up-to-date? YES.
Firmware - current
Ledger Live - current
Am I missing something or is there a problem? I see others having the same problem in the discord. Any help would be GREATLY appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: