# Release v0.1.19-b - Cassini Testnet

### **更新截止时间：**

请确保在<mark style="background-color:red;">**2024年7月24日 12:00 PM UTC（北京时间 20:00）**</mark>之前完成更新。

### **更新指南：**

#### **1.移除旧版本**

在下载最新版本之前，先移除旧版本的程序：

```
rm $(which titan-l1-guardian)
```

#### **2.下载最新版软件**：

访问以下链接下载最新版本的 Titan Guardian 软件包：

```
https://github.com/Titannet-dao/titan-node/releases/download/v0.1.19-b/titan-l1-guardian
```

#### 3.替换旧版本并更新权限：

替换现有程序并确保新程序具有适当的执行权限：

```
mv titan-l1-guardian /usr/local/bin/
chmod 0755 /usr/local/bin/titan-l1-guardian
```

*备注：如果您在打包时已经设置了正确的执行权限，那么这一步可以省略。*

#### 4. 启动新版本：

启动新版本程序。

### **重要提醒：**

* <mark style="color:red;">**重启节点**</mark>： 更新并重启节点后，新设置才会生效。
* <mark style="color:red;">**验证更新**</mark>： 执行以下命令以确认更新成功：

```bash
titan-l1-guardian -v
```

<figure><img src="/files/FMaEPMoUS8cwRntEWGxp" alt="" width="563"><figcaption><p>版本信息如图所示，即表示升级成功。✅</p></figcaption></figure>

* <mark style="color:red;">**强制离线警告**</mark><mark style="color:red;">： 未按时更新的节点将自动离线处理。</mark>

请遵循以上步骤，确保您的系统更新顺利进行，维持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/3-ce-ka-xi-ni-ce-shi-wang/yun-xing-jie-dian/l1-guardian-jie-dian/geng-xin-tong-zhi/release-v0.1.19-b-cassini-testnet.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.
