forked from spesmilo/electrum
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Satochip plugin: use BIP39 by default & improve user interface
Seed generation: use BIP39 by default for better compatibility: * Most (all?) hardware wallets use BIP39 seeds in combination with BIP43-style derivation paths (like m / purpose' / coin_type' / account' / change / address_index) * Electrum uses BIP43 derivation paths for all hardware wallets, AND for BIP39 seeds imported in software wallets * Electrum seeds (not BIP39) use seed versioning instead of purpose derivation path. * Software wallets with Electrum seeds use "m / change / address_index" derivation paths User interface improvements: * 2FA config is removed from initial setup as it confuses some users * Instead, 2FA can be activated from the option menu (clicking on the Satochip logo on the lower right corner Other minor corrections: * PIN can have a maximum length of 16, not 64
- Loading branch information
Showing
2 changed files
with
149 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.