LedgerHQ / app-monero

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

Feature request: offload scanning to client #7

Closed luigi1111 closed 6 years ago

luigi1111 commented 6 years ago

Please consider an additional mode where the viewkey is offloaded to the client, and scanning (and subaddress creation) can take place off device. This should be a rather significant improvement in scanning performance.

The downside of course is privacy is entrusted to the client.

cslashm commented 6 years ago

Done in Beta2

View key is exported on application start if user agree.

In incoming TX is identified without device help. Then identified Incoming TX are still decoded by device.