> For the complete documentation index, see [llms.txt](https://docs.crynux.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.crynux.io/node-hosting/start-a-node.md).

# Start a Node

1. ~~Fill a form to tell us your GPU type, location, network bandwidth~~ \[<mark style="color:blue;">**No application form, no sign up, you don’t need to tell us**</mark>]
2. ~~Join waitlist and wait for the email from us~~ \[<mark style="color:blue;">**No waitlist, just install the Crynux Node app, you can start earning CNX tokens right away**</mark>]
3. Just download the package according to your platform, and follow the tutorials below:

<table><thead><tr><th width="131">Blockchain</th><th width="131">Platform</th><th width="261">Requirements</th><th data-type="content-ref">Download Link</th></tr></thead><tbody><tr><td>Base</td><td>Windows</td><td>Nvidia GPU with 8GB VRAM</td><td><a href="https://drive.google.com/uc?id=1aFsaakzQJK0LFcbp16P207ZNmz2Aw5li&#x26;export=download">https://drive.google.com/uc?id=1aFsaakzQJK0LFcbp16P207ZNmz2Aw5li&#x26;export=download</a></td></tr><tr><td>Base</td><td>Mac</td><td>M1/M2/M3 and later</td><td><a href="https://github.com/crynux-network/crynux-node/releases/download/v3.2.0/crynux-node-lithium-v3.2.0-base-mac-arm64-unsigned.dmg">https://github.com/crynux-network/crynux-node/releases/download/v3.2.0/crynux-node-lithium-v3.2.0-base-mac-arm64-unsigned.dmg</a></td></tr><tr><td>Near</td><td>Windows</td><td>Nvidia GPU with 8GB VRAM</td><td></td></tr><tr><td>Near</td><td>Mac</td><td>M1/M2/M3 and later</td><td></td></tr></tbody></table>

## Tutorials

### Windows

{% content-ref url="/pages/QquuDgRAcmcQEouD8mKn" %}
[Start a Node - Windows](/node-hosting/start-a-node/start-a-node-windows.md)
{% endcontent-ref %}

### Mac with Apple Silicon Chips (M1/M2/M3 and later)

{% content-ref url="/pages/P9OcReROZ6L0k0AyWb2W" %}
[Start a Node - Mac](/node-hosting/start-a-node/start-a-node-mac.md)
{% endcontent-ref %}

### Cloud services based on Docker

*Vast.ai*

{% content-ref url="/pages/dXGIWk0bz3awx1FdrDSX" %}
[Start a Node - Vast](/node-hosting/start-a-node/start-a-node-vast.md)
{% endcontent-ref %}

*Octa.space*

{% content-ref url="/pages/j120dUkR4XnvHUN5UJjw" %}
[Start a Node - Octa](/node-hosting/start-a-node/start-a-node-octa.md)
{% endcontent-ref %}

### Docker

{% content-ref url="/pages/gGypoNA8XJ1TX4aGfQmE" %}
[Start a Node - Docker](/node-hosting/start-a-node/start-a-node-docker.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, and the optional `goal` query parameter:

```
GET https://docs.crynux.io/node-hosting/start-a-node.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
