# Operation on Windows (CLI)

{% hint style="danger" %}
**🚨Important Note🚨**

If you have participated in Herschel testnet earlier, you need to mannually clear previous node data. Otherwise the node will not be able to start. 🚨

**🔘** [Data Cleaning Guide](/titan-network-en/resource-network-test/operate-nodes/l2-edge-node/installation-and-earnings/clear-up-old-node-data/data-cleaning-on-windows.md)

*If you have never operated Titan node before, just follow the steps below.*
{% endhint %}

{% hint style="info" %}
The [Releases](https://github.com/Titannet-dao/titan-node/releases) section on our GitHub is the best place to get the latest binary releases and view the source code.
{% endhint %}

## Step 1: Download the CLI

{% embed url="<https://github.com/Titannet-dao/titan-node/releases/download/v0.1.20/titan-edge_v0.1.20_246b9dd_widnows_amd64.tar.gz>" %}

## **Step 2: Extract the downloaded package**

* Use your prefered extractor (e.g., WinRAR or 7-Zip) to extract the package

## **Step 3: Move goworkerd.dll to the system directory**

* Move `goworkerd.dll` to `C:\Windows\System32` , you may use file explorer to complete this step, or use the following command:

```
move /y "path\to\goworkerd.dll" "C:\Windows\System32"
```

## **Step 4: Launch the CLI**

<pre class="language-bash"><code class="lang-bash"><strong>titan-edge daemon start --init --url https://cassini-locator.titannet.io:5000/rpc/v0
</strong></code></pre>

## Step 5: 👉[Apply for an Identity Code](/titan-network-en/resource-network-test/bind-the-identity-code.md)👈

## Step 6: Bind the Identity Code

Replace <mark style="color:red;">your-hash-here</mark> with the obtained Identity <mark style="color:red;">Code</mark>

```
titan-edge bind --hash=your-hash-here https://api-test1.container1.titannet.io/api/v2/device/binding
```

## Step 7: Stop the Node

```
titan-edge daemon stop
```


---

# 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-en/resource-network-test/operate-nodes/l2-edge-node/installation-and-earnings/operation-on-windows-cli.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.
