# Windows

The `walletd` desktop app provides a user-friendly web UI to start storing data on the Sia network. By the end of this guide, you will have:

* Installed Sia `walletd` software
* Created a `walletd` wallet

## Pre-requisites

To run `walletd` on Windows, your system should meet the following specifications:

* **Operating System Compatibility:** `walletd` is only supported by `64-bit` versions of Windows.
* **Hardware Requirements:** A stable setup that meets the following specifications is recommended.
  * A quad-core CPU
  * 8GB of RAM
  * 256 GB SSD for `walletd`
* **System Updates:** Ensure that Windows is up to date with the latest system updates, as these updates can contain important security fixes and improvements.
* **Network Access:** `walletd` interacts with the Sia network, so you need a stable internet connection and open network access to connect to the Sia blockchain.

## Download

1. Go to [Sia Software Downloads](https://sia.tech/software-downloads). Here you can find the latest software downloads for all our daemons.

![](/files/RpKVSQhZWxxlFq6sBjiO)

2. From the dropdown menu, select **Windows AMD64**.

![](/files/L6yZ7dDHArSh2B499Idt)

{% hint style="warning" %}
Before proceeding with downloading, please read our [Terms of Service](https://sia.tech/terms-of-service). Once you have reviewed and are satisfied, check the box to agree.
{% endhint %}

## Run

After downloading the `walletd` desktop application:

1. **Install the app:** Double-click the installer (e.g., `walletd.<version>.Setup.exe`) and follow the prompts. The app installs to the default location.
2. **Launch the app:** After installation, you can delete the installer, and launch `walletd` from the Start Menu like any other program.
3. **Initial setup&#x20;*****(first-time users only)*****:** On first launch, the Welcome to `walletd` window will guide you to set a password to access the web UI. After entering your desired `API password`, `walletd` will start.
4. **Access the Web UI:** Click **save and start daemon**. It will open automatically, or if not, you can access it at <http://localhost:9980> while `walletd` runs in the background.

![](/files/wKs8MSgw7kqcmzhyit8P)

{% hint style="warning" %}
When you first run `walletd`, Windows Security may ask to allow public and private network access. This is normal—select **Allow** so `walletd` can communicate properly through the firewall.
{% endhint %}

![](/files/RvD5oEDPLB591OohkBN9)

{% hint style="success" %}
**Success!** `walletd` is now running on your Windows system, and you’re ready to start storing your data on the Sia network.
{% endhint %}

## Configure

You can customize `walletd` through the desktop app, which provides full control over all available settings, from wallet indexing to batch sizing and more.

On **Windows**, you can access the `walletd` configurations by going to the taskbar, expanding the up arrow to see hidden icons, and double-clicking the `walletd` app. This will open the configuration window and let you customize its behavior.

![](/files/C34qfLdtXasS0JlNZNj3)

There are several configurable settings in `walletd`. Below is a breakdown of what each setting does:

| Field                                    | Description                                                                                                      |
| ---------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| Password                                 | Set or update your wallet password                                                                               |
| Automatically open the Web UI on startup | Enable this to launch the interface when `walletd` starts                                                        |
| Data Directory                           | Where `walletd` stores its data and config files                                                                 |
| HTTP Address                             | Local address for the Web UI                                                                                     |
| Log Level                                | Amount of detail in logs                                                                                         |
| Index Mode                               | Indexing scope of either `personal` (your addresses), `full` (entire chain), or `none` (read-only).              |
| Index Batch Size                         | Number of blocks processed per batch during indexing                                                             |
| Consensus Network                        | Connect to either `mainnet` (live network) or `zen` (test network)                                               |
| Syncer Gateway Address                   | Address for connecting to a gateway node for syncing (optional)                                                  |
| Syncer Bootstrap                         | Enable for discovering and syncing with the network                                                              |
| Syncer Enable UPnP                       | Enable Universal Plug and Play (UPnP) to automatically configure router port forwarding for incoming connections |

{% hint style="warning" %}
Always **save and restart daemon** after making configuration changes to ensure they are applied.
{% endhint %}

You can monitor your node’s activity and track changes by checking the logs. These provide detailed information about the system, network connections, API endpoints, S3 interface, and autopilot operations, helping you understand what your node is doing at any given time.

![](/files/uc8Hk3uonOkgQCt4ofGY)

## Update

`walletd` updates regularly with bug fixes, performance improvements, and new features. Updating your node ensures stability and compatibility with the Sia network.

On Windows, the app downloads updates automatically and notifies you when they’re ready. Simply restart the app to run the latest version.

{% hint style="info" %}
You can always check for the version of the software at the bottom of the app interface.
{% endhint %}


---

# 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.sia.tech/wallet/setting-up-walletd/windows.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.
