-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e91506
commit 106bbd6
Showing
1 changed file
with
8 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,17 +81,23 @@ Alice and Bob then encrypt the ZIP file with a strong password and both of them | |
#### What is in the backup kit? | ||
The backup kit is just a ZIP file that contains the following contents: | ||
|
||
- **A PDF file** that contains the wallet descriptor and information about all six XPUBs. Is also contains a visual representation of the rules that are used to unlock the recovery path and the inheritance key set. | ||
- **Wallet backup files in various formats**, which can be used to import the wallet to other wallet applications like Sparrow, Nunchuk or others. | ||
<div class="center" markdown="1"> | ||
|
||
{% include picture.html | ||
image = "/assets/images/guide/inheritance-wallet/wallet-backup/backup-kit-contents.png" | ||
retina = "/assets/images/guide/inheritance-wallet/wallet-backup/backup-[email protected]" | ||
alt-text = "An illustration showing what is included in the backup kit." | ||
width = 1600 | ||
height = 800 | ||
layout = "float-right-desktop" | ||
%} | ||
|
||
**A PDF file** that contains the wallet descriptor and information about all six XPUBs. Is also contains a visual representation of the rules that are used to unlock the recovery path and the inheritance key set. | ||
|
||
**Wallet backup files in various formats**, which can be used to import the wallet to other wallet applications like Sparrow, Nunchuk or others. | ||
|
||
</div> | ||
|
||
## Backup distribution | ||
|
||
Alice and Bob are not willing to trust their life savings to one application. That's why they carefully chose the way in which they store the above wallet backup material. The illustration below shows the chosen setup in more detail. | ||
|