Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guide/private-key-management/cloud-backup.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -83,4 +83,4 @@ This makes the backup accessible by the user on a new device, should they lose t

---

Next, let's look at [manual backups]({{ '/guide/private-key-management/manual-backup/' | relative_url }}).
Next, let's look at [manual backup of recovery phrase]({{ '/guide/private-key-management/recovery-phrase/' | relative_url }}).
2 changes: 1 addition & 1 deletion guide/private-key-management/introduction.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -49,7 +49,7 @@ A single key is stored locally on the device. No user action is required for bac

---

### [Manual backup]({{ '/guide/private-key-management/manual-backup/' | relative_url }})
### [Manual backup of recovery phrase]({{ '/guide/private-key-management/recovery-phrase/' | relative_url }})

A single key is stored locally on the device. User action is required for backup with a recovery phrase.

Expand Down
2 changes: 1 addition & 1 deletion guide/private-key-management/overview.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -104,7 +104,7 @@ Now let's dive in and look at the various schemes that might be suitable for a p
%}

- [Automatic cloud backup](/guide/private-key-management/cloud-backup/) - no user action required for backup
- [Manual backup / Recovery phrase](/guide/private-key-management/manual-backup/) - manual backup of a phrase of words
- [Manual backup of recovery phrase](/guide/private-key-management/recovery-phrase/) - manual backup of a phrase of words
- [External signing device](/guide/private-key-management/external-signing-device/) - keys are held on a separate device
- [Threshold signatures / Key-sharing](/guide/private-key-management/key-sharing/) - one key is split and distributed
- [Multi-key](/guide/private-key-management/multi-key/) - several keys jointly control the wallet
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
---
layout: guide
title: Manual backup
title: Recovery phrase
description: An overview of personal private key management schemes.
nav_order: 3
parent: Private key management
permalink: /guide/private-key-management/manual-backup/
permalink: /guide/private-key-management/recovery-phrase/
image: https://bitcoin.design/assets/images/guide/private-key-management/schemes/page-personal-schemes.jpg
---

Expand All@@ -16,9 +16,9 @@ Descriptions of schemes suitable for a single user.

-->

# Manual backup / Recovery phrase
# Manual backup of recovery phrase

Manual backup of the [recovery phrase]({{ '/guide/glossary/#recovery-phrase' | relative_url }}) has been the most common private key management scheme by far since its proposal with [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) in 2013. If you have used any [non-custodial]({{ '/guide/glossary/#non-custodial--custodial-wallet' | relative_url }}) bitcoin application you are likely to have experienced the onboarding requirements of manual backups.
A [recovery phrase]({{ '/guide/glossary/#recovery-phrase' | relative_url }}) requiring manual backup by the user has been the most common private key management scheme by far since its proposal with [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) in 2013. If you have used any [non-custodial]({{ '/guide/glossary/#non-custodial--custodial-wallet' | relative_url }}) bitcoin application you are likely to have experienced the onboarding requirements of manual backups.

When creating a new wallet, you will be asked to manually backup a 12 or 24 word recovery phrase to a *safe place*. Often, as the next step it will ask you to verify that you did save it by having you input the phrase in the correct order.

Expand Down