Skip to content

Commit

Permalink
Merge pull request #1748 from turbolay/pr/1701
Browse files Browse the repository at this point in the history
Switch Electrum Guide to Wallet Compatibility List
  • Loading branch information
Turbolay authored Jun 20, 2024
2 parents 703f20b + 3be1de0 commit e0b710e
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 51 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ foo
:::
```

A red box with a [clear danger](https://docs.wasabiwallet.io/using-wasabi/RestoreElectrum.html), you can also add a title `foo` to any container:
A red box with a [clear danger](https://docs.wasabiwallet.io/using-wasabi/ExternalRestore.html), you can also add a title `foo` to any container:

```
:::danger foo
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default defineUserConfig({
sidebarDepth: 2,
children: [
"/using-wasabi/WalletRecovery.md",
"/using-wasabi/RestoreElectrum.md",
"/using-wasabi/ExternalRestore.md",
"/using-wasabi/PasswordFinder.md"
]
}, {
Expand Down
42 changes: 42 additions & 0 deletions docs/using-wasabi/ExternalRestore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
{
"title": "Restoring Wasabi Wallet in Other Wallets",
"description": "A detailed compatibility list to restore Wasabi Wallet in other wallets. This is the Wasabi documentation, an archive of knowledge about the open-source, non-custodial and privacy-focused Bitcoin wallet for desktop."
}
---

# Restoring Wasabi Wallet in Other Wallets

:::danger Potential privacy leak!
If you do not run your own node or your own Electrum server, you will leak all your addresses to random third-party servers, losing anonymity against those entities, so you must make a judgement call by being aware of this.

You should set up Tor on Network preferences, connect to your own node or install your own Electrum server (if the wallet supports it) via [Electrum Personal Server](https://github.com/chris-belcher/electrum-personal-server), [ElectrumX](https://github.com/kyuupichan/electrumx) or [Electrs](https://github.com/romanz/electrs).
:::

[[toc]]

## Compatibility List for Segwit Addresses (bc1)

Wasabi uses script type **Native SegWit (P2WPKH)** and derivation path **m/84'/0'/0'** to generate Segwit addresses.

Wallets generated with Wasabi also require a passphrase.

Here are major wallets you can use to recover a Wasabi Wallet for Segwit addresses:

- Blue Wallet
- BTCPay Server
- Electrum Wallet
- Sparrow
- Specter Desktop

For a complete list of compatible wallets, see here: https://walletsrecovery.org

## Compatibility List for Taproot Addresses (bc1p)

Wasabi uses script type **Taproot (P2TR)** and derivation path **m/86'/0'/0'** to generate Taproot addresses.

Wallets generated with Wasabi also require a passphrase.

Here is a wallet you can use to recover a Wasabi Wallet for Taproot addresses:

- Sparrow Wallet
2 changes: 1 addition & 1 deletion docs/using-wasabi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Further tutorials about the different parts of the wallet, for newbies and power

### Restoring Wasabi
- [Recover a Wallet](/using-wasabi/WalletRecovery.md)
- [Restoring Wasabi Wallet to Electrum](/using-wasabi/RestoreElectrum.md)
- [Restoring Wasabi Wallet to Other Wallets](/using-wasabi/ExternalRestore.md)
- [Password Finder](/using-wasabi/PasswordFinder.md)

### Advanced Installing Wasabi
Expand Down
48 changes: 0 additions & 48 deletions docs/using-wasabi/RestoreElectrum.md

This file was deleted.

0 comments on commit e0b710e

Please sign in to comment.