# 导入比特币钱包

钱包导入入口有两种：

1. 安装插件钱包后，直接选择 “I already have a wallet”，然后设置密码后导入助记词。

{% hint style="info" %}
新安装钱包时只能通过助记词方式导入。如果要导入私钥，可先创建一个钱包然后再导入。
{% endhint %}

<div align="center"><figure><img src="/files/udSoB9u3MJnfLo323U81" alt="" width="179"><figcaption></figcaption></figure> <figure><img src="/files/E5NZVd906n4Pi4UPmKBf" alt="" width="177"><figcaption></figcaption></figure></div>

2. 本地已有钱包时，点击右上角 【钱包名称 ->  “+”按钮】，然后选择助记词或者私钥方式导入。

<div align="center"><figure><img src="/files/aUG9MGhhBhTqwifuTU3y" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/EBIcuX2a8Q4jbAIhPDHI" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/OL8K87VIi0fpRTPxF9nl" alt="" width="188"><figcaption></figcaption></figure></div>

## 导入助记词

1. 选择钱包类型。

<div align="center"><figure><img src="/files/3dTf2Fjn7qTqELMotcxH" alt="" width="188"><figcaption></figcaption></figure></div>

2. 输入助记词。

<div align="center"><figure><img src="/files/zz49yDtNDnV4J06SbTyn" alt="" width="188"><figcaption></figcaption></figure></div>

3. 选择要导入的地址类型。地址类型由路径（path）及 passphrase 控制，更改两者都可以改变钱包地址。path 及 passphrase 都是可选项，非必填。

<div align="center"><figure><img src="/files/VeWRhfegzMu2qaHUDiVg" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/3pQnx8SqqGoC9h95fEJ3" alt="" width="188"><figcaption></figcaption></figure></div>

{% hint style="info" %}
请务必记住，需要地址类型、path、passphrase三者完全一致才能恢复对应钱包地址！

如果对钱包安全性有较高要求，建议增加 passphrase。设置后，即使助记词泄漏，他人仍然无法恢复你的钱包。同时请注意，务必要记住 passphrase！
{% endhint %}

{% hint style="info" %}
某些情况下，需要设置特定的路径才可正确恢复钱包。以下举例说明如何设置：

当你的钱包路径为：`m/44'/0'/0'/0/0`，则可在导入时的 passphrase 里输入：`m/44'/0'/0'/0`。
{% endhint %}

## 导入私钥

1. 输入私钥，然后点击“Next”按钮。

<div align="center"><figure><img src="/files/lpZa7ROQn5ZWEVgPUv4t" alt="" width="188"><figcaption></figcaption></figure></div>

2. 选择想要的地址类型，点击“Import”按钮即可。

<div align="center"><figure><img src="/files/hDXP5GKCfKev7PBPWjQa" alt="" width="188"><figcaption></figcaption></figure></div>

## 导出助记词及私钥

1. 在钱包列表查看助记词。

<div align="center"><figure><img src="/files/m6PfyxHtdsheOLRJYwht" alt="" width="188"><figcaption></figcaption></figure></div>

2. 在 Account 列表查看私钥。

<div align="center"><figure><img src="/files/ANIlS3vIO8YnRnAQNOIS" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/t2oeaEK8JW8SVQWejgeh" alt="" width="188"><figcaption></figcaption></figure></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wizz.cash/wizz-wallet/zh/wallet/cha-jian-qian-bao/dao-ru-bi-te-bi-qian-bao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
