# 什么是硬分叉和软分叉？

## 什么是硬分叉？

**硬分叉：**&#x6BD4;特币区块格式或交易格式发生改变时，未升级的节点拒绝验证已经升级的节点生产出的区块，不过已经升级的节点可以验证未升级节点生产出的区块，然后大家各自延续自己认为正确的链，所以分成两条链。

硬分叉与原有的比特币网络不兼容，如果部分人不支持硬分叉，比特币就会产生新的币种，而且可能不止一种新的币种。btc1、btc2、btc3456789就都有可能发生。

## 什么是软分叉？

软分叉是指比特币交易的数据结构（这就是被广泛流传的“共识”）发生改变时，未升级的节点可以验证已经升级的节点生产出的区块，而且已经升级的节点也可以验证未升级的节点生产出的区块。

软分叉将改变比特币的结算方式，让结算变得更快，有较好的兼容性，之前版本至少部分功能可用，可不升级，原区块和旧区块共存。对于矿工而言，其收取手续费的盈利方式不受影响，其获取比特币（挖矿）的难度未改变。

如有不明白或者不清楚的地方，请加入官方电报群：[**https://t.me/gtokentool**](https://t.me/gtokentool)


---

# 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.gtokentool.com/qu-kuai-lian/shen-me-shi-ying-fen-cha-he-ruan-fen-cha.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.
