From 85104faa23bdddbfdd52bc5ac883fe218cc26d6f Mon Sep 17 00:00:00 2001 From: odudex Date: Sun, 7 Jul 2024 11:11:27 -0300 Subject: [PATCH] docs: update loading section docs: update backup methods --- .../usage/loading-a-mnemonic.en.md | 39 +++++++-- .../usage/navigating-the-main-menu.en.md | 86 +++++++++++-------- 2 files changed, 81 insertions(+), 44 deletions(-) diff --git a/docs/getting-started/usage/loading-a-mnemonic.en.md b/docs/getting-started/usage/loading-a-mnemonic.en.md index c46cbdb99..787cca0df 100644 --- a/docs/getting-started/usage/loading-a-mnemonic.en.md +++ b/docs/getting-started/usage/loading-a-mnemonic.en.md @@ -115,38 +115,59 @@ You will be present to a screen containing wallet attributes, if they are as exp #### Attributes **Fingerprint** +

+ 73c5da0a +

The wallet's fingerprint, if you have it noted down, will help you make sure you entered the correct mnemonic and passphrase (optional) and will load the expected wallet. **Network** +

+ Mainnet +

Check if you are loading a `Testnet` or `Mainnet` wallet. +**Single/Multisig** +

+ Single-sig +

+ +Check if you are loading a `Single-sig` or `Multisig` wallet. + **Derivation Path** +

+ m/84'/0'/0' +

-The derivation path is a sequence of numbers, or "nodes," that define the script type, network, and account index of your wallet. +The derivation path is a sequence of numbers, or "nodes", that define the script type, network, and account index of your wallet. 1. Script Type: The first number defines the script type. The default is 84', corresponding to a Native Segwit wallet. Other values include: - 44' for Legacy + `44'` for Legacy + + `49'` for Nested Segwit - 49' for Nested Segwit + `86'` for Taproot - 48' for Multisig + `48'` for Multisig 2. Network: The second number defines the network: - 0' for Mainnet + `0'` for Mainnet - 1' for Testnet + `1'` for Testnet -3. Account Index: The third number is the account index, with 0' being the default. +3. Account Index: The third number is the account index, with `0'` being the default. -For multisig wallets, a fourth node with the value 2' is added to the derivation path. +For multisig wallets, a fourth node with the value `2'` is added to the derivation path. **Passphrase** +

+ No Passphrase +

Informs if the wallet has a loaded passphrase. @@ -161,7 +182,7 @@ You can optionally choose to type or scan a BIP-39 passphrase. When typing, swip
-### Customize +#### Customize diff --git a/docs/getting-started/usage/navigating-the-main-menu.en.md b/docs/getting-started/usage/navigating-the-main-menu.en.md index fa0134472..b3d80983e 100644 --- a/docs/getting-started/usage/navigating-the-main-menu.en.md +++ b/docs/getting-started/usage/navigating-the-main-menu.en.md @@ -5,31 +5,20 @@ After entering your mnemonic, and loading a wallet, you will find yourself on Kr
-### Mnemonic +### Backup Mnemonic -This will open a new submenu with the following options to backup your mnemonic. If you set a [printer driver](../../settings/#driver), it will also give the option to print the backup! +This will open a new submenu with different types of backups. `QR Code` based, `Encrypted` and `Other Formats` -
- -#### Words - - - -Display the mnemonic words as text so you can write them down. +If you set a [printer driver](../../settings/#driver), it will also give the option to print them!
-#### Numbers - - - -Display the mnemonic word numbers in decimal, hex, or octal format. +#### QR Code -
+- **Plaintext QR** -#### Plaintext QR @@ -37,7 +26,8 @@ Generate a QR containing the mnemonic words as regular text, where words are sep
-#### Compact SeedQR +- **Compact SeedQR** + @@ -45,7 +35,8 @@ A QR code is created from a binary representation of mnemonic words. Format crea
-#### SeedQR +- **SeedQR** + @@ -53,23 +44,15 @@ Words are converted to their BIP-39 numeric indexes, those numbers are then conc
-#### Stackbit 1248 - - - -This metal backup format represents the BIP-39 mnemonic word's numbers (1-2048). Each of the four digits is converted to a sum of 1, 2, 4 or 8. This option does not print even if a printer driver is set. +- **Encrypted QR Code** -
- -#### Tiny Seed - - +This option converts the encrypted mnemonic into a QR code. Enter an encryption key and, optionally, a custom ID. When you scan this QR code through "Load Mnemonic" -> "Via Camera" -> "QR Code," you will be prompted to enter the decryption key to load the mnemonic stored in it. Like any QR code, it can be printed if a thermal printer driver is set up. -This metal backup format represents the BIP-39 mnemonic word's numbers (1-2048) in binary format on a metal plate, where the 1's are marked (punched) and the 0's are left intact. You can also print your mnemonic in this format if a thermal printer driver is set. +See this page to find out more about: [Krux Mnemonics Encryption](../../getting-started/features/encrypted-mnemonics.md).
-### Encrypt Mnemonic +#### Encrypted @@ -80,19 +63,52 @@ For convenience, you may choose to store the encrypted mnemonic on flash memory When using any of the encryption methods, you will be prompted to enter an encryption key. This key can be provided in text or QR code format. Additionally, you have the option to set a custom ID for easier management of your mnemonics. If a custom key is not specified, the device's current loaded wallet fingerprint will be used as the ID. -#### Store on Flash +- **Store on Flash** This option stores the encrypted mnemonic in the device's flash memory. You can decrypt and load it later through the "Load Mnemonic" -> "From Storage" option. -#### Store on SD Card +- **Store on SD Card** If an SD card is available, this option stores the encrypted mnemonic on it. You can decrypt and load it later through the "Load Mnemonic" -> "From Storage" option. -#### Encrypted QR Code +- **Encrypted QR Code** +It's another path for the same functionality present on QR Code backups, described above. -This option converts the encrypted mnemonic into a QR code. When you scan this QR code through "Load Mnemonic" -> "Via Camera" -> "QR Code," you will be prompted to enter the decryption key to load the mnemonic stored in it. As any QR code, it can be printed if a thermal printer driver is set. +#### Other Formats -See this page to find out more about: [Krux Mnemonics Encryption](../../getting-started/features/encrypted-mnemonics.md). +- **Words** + + + +Display the mnemonic words as text so you can write them down. + +
+ +- **Numbers** + + + +Display the mnemonic word numbers in decimal, hex, or octal format. + +
+ + + +
+ +- **Stackbit 1248** + + + +This metal backup format represents the BIP-39 mnemonic word's numbers (1-2048). Each of the four digits is converted to a sum of 1, 2, 4 or 8. This option does not print even if a printer driver is set. + +
+ +- **Tiny Seed** + + + +This metal backup format represents the BIP-39 mnemonic word's numbers (1-2048) in binary format on a metal plate, where the 1's are marked (punched) and the 0's are left intact. You can also print your mnemonic in this format if a thermal printer driver is set.