# KEYRING PRO上的比特币地址

如果您使用 KEYRING PRO 恢复了一个比特币账户，并发现生成的地址看起来不同，请不用担心。这种差异是由于比特币地址和私钥的结构方式，以及 KEYRING PRO 支持的高级地址格式所导致的。让我们详细解释一下。

## **了解比特币地址格式**

比特币地址有几种格式，每种格式都有其特定用途：

**P2PKH（Pay-to-Pubkey Hash）：**

* 这是最早的比特币地址格式，通常被称为“传统地址（Legacy Address）”。
* 以 **“1”** 开头（例如：`1BvBMSEYstWetqTFn5Au4m4GFg7xJaNVN2`）。

**P2SH（Pay-to-Script Hash）：**

* 这种格式支持更高级的功能，例如多签名交易。
* 以 **“3”** 开头（例如：`3J98t1WpEZ73CMmDvie4ryniWrnqRhWNLy`）。

**Bech32（原生 SegWit）：**

* 也称为“bc1 地址”，是最现代和高效的比特币地址格式。
* 以 **“bc1”** 开头（例如：`bc1qar0srrr7xf4vy5k643lydnw9re59gtzzwf5mdq`）。
* Bech32 地址旨在降低交易费用并提高区块空间的利用效率。

## **了解比特币私钥**

比特币私钥的格式取决于它对应的地址类型：

* 对于 **传统地址（P2PKH）**，私钥通常以 **“5”** 开头。
* 对于 **SegWit 地址（P2SH 和 Bech32）**，私钥通常以 **“K”** 或 **“L”** 开头。

## **KEYRING PRO 和最新的比特币地址格式**

KEYRING PRO 默认采用最先进且高效的地址格式——**Bech32（原生 SegWit）**，为用户提供最佳的比特币体验。

**创建新的比特币地址：**

* 在 KEYRING PRO 中生成新的比特币地址时，始终为以 **“bc1”** 开头的 Bech32 地址。
* 这确保了更低的交易费用和更高的区块空间利用率。

**备份钱包：**

* 如果您使用 KEYRING PRO 备份比特币地址，关联的私钥将以 **“K”** 或 **“L”** 开头，这表明它是 SegWit 兼容密钥。

**恢复账户：**

* 当您导入以 **“K”** 或 **“L”** 开头的私钥时，即使原始地址是 P2SH 格式，KEYRING PRO 也会生成一个 Bech32 地址。\
  例如：\
  如果您备份了 P2SH 地址 `3J98t1WpEZ73CMmDvie4ryniWrnqRhWNLy`，应用程序将通过 Bech32 地址（例如 `bc1hbr0srrr4xfxva4l653lydnw9re59gtzzwf5oct`）恢复您的账户。

虽然这两个地址看起来不同，但它们代表的是同一个比特币钱包。这是因为私钥与这两种地址格式兼容，而 KEYRING PRO 优先选择更高效的 Bech32 格式。

## **为什么使用 Bech32 地址？**

Bech32 地址具有以下优势：

* **降低交易费用：** 它更高效地使用区块空间，从而降低交易成本。
* **改进的错误检测：** Bech32 地址内置了检查功能，可减少输入错误。
* **面向未来：** 随着比特币网络的不断发展，Bech32 地址更适合支持新功能。

KEYRING PRO 致力于通过采用最新技术，为您提供最佳的比特币体验。如果您有任何其他问题，请随时联系我们的支持团队！


---

# 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://help.keyring.app/zh/generate-bitcoin-address-on-keyring-pro.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.
