LedgerHQ / app-monero

Monero wallet application for Ledger Nano S & X
Apache License 2.0
273 stars 101 forks source link

Wrong Device Status : SW=6f42 when refreshing #9

Closed selsta closed 5 years ago

selsta commented 6 years ago

When compiling beta 3 (also happened on beta 2) I get the following after creating a wallet with --generate-from-device and typing refresh in the wallet.

Error: refresh failed: unexpected error: Wrong Device Status : SW=6f42 (EXPECT=9000, MASK=ffff). Blocks received: 0

I tried the 0.12 release and also latest master with your ledger patches applied.

The store dev version works fine.

Any idea what this could be?

Starmute commented 6 years ago

I'm getting this issue as well. @cslashm

cslashm commented 6 years ago

The problem is due to law relative to cryptography export. the AES is blocked by default. For testing you can uncomment the line:

#DEFINES   += IODUMMYCRYPT 

in Makefile