Is Nano X supported
See original GitHub issueIs there anything new required to use the scripts with a Ledger Nano X?
Running:
python -m ledgerblue.checkGenuine --targetId 0x33000004
Results in:
> python -m ledgerblue.checkGenuine --targetId 0x33000004
Traceback (most recent call last):
File "C:\Python27\lib\runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "C:\Python27\lib\runpy.py", line 72, in _run_code
exec code in run_globals
File "C:\dev\ledger\blue-loader-python\ledgerblue\checkGenuine.py", line 140, in <module>
secret = getDeployedSecretV2(dongle, bytearray.fromhex(args.rootPrivateKey), args.targetId, args.issuerKey)
File "C:\dev\ledger\blue-loader-python\ledgerblue\checkGenuine.py", line 58, in getDeployedSecretV2
dongle.exchange(apdu)
File "ledgerblue\comm.py", line 135, in exchange
raise CommException("Invalid status %04x (%s)" % (sw, possibleCause), sw, response)
ledgerblue.commException.CommException: Exception : Invalid status 69d5 (Unknown reason)
The same thing with a Ledger Nano S:
python -m ledgerblue.checkGenuine --targetId 0x31100004
Results in (I have loaded a custom CA so that message is expected):
> python -m ledgerblue.checkGenuine --targetId 0x31100004
WARNING : Product is genuine but has a Custom CA loaded
SE Version 1.5.5
MCU Version 1.7
MCU Hash 2013fe17e06cf2f710d33328aa46d1053f8fadd48dcaeca2c5512dd79e2158d5
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:12 (2 by maintainers)
Top Results From Across the Web
Ledger Supported Coins & Tokens
Find out which wallet you need to manage your crypto. All the assets in this list are supported by both Ledger Nano X...
Read more >List of coins supported by Ledger Nano X - Etherbit India
Ledger Nano X supports 5000+ coins ; Bitcoin (BTC). Bitcoin (BTC) ; Dogecoin (DOGE). Dogecoin (DOGE) ; Litecoin (LTC). Litecoin (LTC) ; Zcash...
Read more >Ledger Nano X Review (2023 Update) - What I DIDN'T Like ...
4. Ledger Nano X supported coins · Bitcoin (BTC) · Bitcoin Cash (BCH) · Bitcoin Gold (BTG) · Ethereum (ETH) · Ethereum Classic...
Read more >What Are The Ledger Nano X Supported Coins | Criptokio.com
Bitcoin (BTC ), Ethereum (ETH), Polkadot (DOT), or Litecoin (LTC) are among thousands of cryptos supported on Ledger Nano X. · The hardware...
Read more >Ledger Nano X Supported Coins & Cryptocurrencies
1000+ Supported Coins. ledger nano s coins · Ethereum (ETH) and ERC20 tokens. As previously stated, Ledger Nano X supports any ERC20 token...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same issue here.
Invalid status 69d5 (Unknown reason)
Log:
I think this issue is not really solved.
The question is not just about checking whether the nano X is genuine or not. It is about using this python module with a nano X.
At this moment, with nano X, we have only managed to obtain the target id of the connected device and, now, check whether it is genuine or not. All common things such as setting up a CA or loading an application just do not work. In the best case scenario we get an
Invalid status 69d5 (Unknown reason)
message.Unfortunately, this module seems largely untested with nano X, so I propose to reopen this issue and make this module work with nano X.