# 验证节点重大更新通知

亲爱的 Titan 验证节点运营者，您好！<br>

我们很高兴地宣布，Titan 区块链网络将于本周进行重要升级。此次升级将引入代币发行功能，并为即将到来的第四次测试网做准备。

### 📅 升级时间

* **开始时间**：2024年12月7日 08 : 00 UTC（北京时间 16:00）
* **结束时间**：2024年12月9日 08 : 00 UTC（北京时间 16:00）
* **预计停机时长**：48小时

*<mark style="color:red;">验证节点运营者：请务必在升级完成前对您的节点进行更新，否则节点将会离线并被监禁。确保您的节点与网络同步，以避免任何中断。</mark>*

### ⏳ 升级时长

• 停机时长：预计 48 小时

### 🔴 重要提示

• 在升级期间，所有区块链上的交易、质押行为、转账等操作将**暂时失效**。请务必在升级完成后再进行相关操作，以避免不必要的损失。

### 🚀 升级亮点

1. **代币工厂功能上线**

\- 支持用户在 Titan 链上发行具有唯一标识的代币

\- 简化代币发行流程，提升代币管理效率<br>

2. **第四次测试网相关**

\- 本次升级将为第四次测试网做重要准备，测试网奖励将以 TNT4 代币形式发放

\- 更多第四次测试网详情将在后续公告中发布

### 📖 **更新教程**

<mark style="color:red;">**注意事项：**</mark>**请在** *<mark style="color:red;">**2024年12月7日 08:00 UTC（北京时间 16:00）**</mark>***之后再按照此教程进行更新升级，否则将会出现错误。**

<details>

<summary>更新指南</summary>

本教程将指导您如何使用命令行工具来更新 Titan 链。整个更新过程包括下载和运行一个 shell 脚本，该脚本会自动获取最新版本，并将您的 Titan 程序更新至最新状态。

**安装要求：**&#x8BF7;确认您的计算机上已安装 curl 和 sh，以便成功运行命令。

**步骤 1: 运行更新脚本**

输入以下命令以启动更新过程。此命令将从 Titan 链的官方 GitHub 仓库中下载最新的更新脚本并执行它：

{% code overflow="wrap" %}

```bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Titannet-dao/titan-chain/main/scripts/update.sh)"
```

{% endcode %}

**步骤 2: 确认更新**

更新脚本执行完成后，您可以通过以下命令检查更新是否成功：

```bash
systemctl status titan
```

</details>

*<mark style="color:red;">更新成功验证截图：</mark>*

<figure><img src="/files/FBwsNdQSjtlExhhbn83c" alt=""><figcaption><p>如果终端输出结果与上图所示相符，则代表更新成功✅</p></figcaption></figure>

我们感谢您的理解与支持！如有任何疑问或需要帮助，请随时与我们联系。

**邮箱：**

*<mark style="color:red;">**<titan@titannet.io>**</mark>*

*<mark style="color:red;">**<brevin@titannet.io>**</mark>*

**TG:**

{% embed url="<https://t.me/titannet_dao>" %}

DC：

{% embed url="<https://discord.com/channels/1182177005337325598/1217975710363156530>" %}

感谢您对 Titan 网络的持续支持与信任。


---

# 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://titannet.gitbook.io/titan-network-cn/qu-kuai-lian-ce-shi/yan-zheng-jie-dian-validator/yan-zheng-jie-dian-zhong-da-geng-xin-tong-zhi.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.
