> For the complete documentation index, see [llms.txt](https://xel.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xel.gitbook.io/wiki/tutorials/xel_miner/windows.md).

# Windows - miner tutorial

## Install from binary

{% code title="#install\_guide" %}

```bash
# Download the latest (experimental CPU only) binary version from:
https://github.com/xel-software/xel_miner_releases/files/1933994/xel_miner-0.9.6.zip
```

{% endcode %}

After you unzip the archive, go into the folder `xel_miner-0.9.6/xel_miner`. There, you will find the `xel_miner.exe` executable. You can test if it’s functioning properly by running:

{% code title="#run" %}

```bash
xel_miner.exe --test-vm examples\SHA256_BTC.epl
```

{% endcode %}

If you encounter any errors, the reason may be that you already have a MinGW installation on your system and in your `PATH`. In this case, try to clean the `PATH` variable by doing a simple

{% code title="#run" %}

```bash
set PATH=
```

{% endcode %}

## Video tutorial

{% embed url="<https://vimeo.com/265864726>" %}
xel\_miner on windows
{% endembed %}

{% content-ref url="/pages/-LCk3jUU9rSFzGaYIjcV" %}
[MacOS - miner tutorial](/wiki/tutorials/xel_miner/macos.md)
{% endcontent-ref %}

>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://xel.gitbook.io/wiki/tutorials/xel_miner/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.
