# Start Node

Anyone can download the pre-built WEMIX3.0 node binary in the Docker environment and run it directly on the Linux machine they manage. However, all users do not need to operate a node; for example, dApp developers can access the WEMIX3.0 blockchain using the Open API RPC server, which provides 24 hours service.

* [Using binaries](/en/quick-start/start-node/use-binary.md)
* [Connecting to a public RPC server](/en/quick-start/start-node/use-public-api-server-rpc.md)

{% hint style="info" %}
**Build**

Please refer to the [Install Guide](/en/install-and-operation/end-node/install-guide.md) for developers building directly without using the binary provided by WEMIX.
{% endhint %}

{% hint style="info" %}
**Spec**

[Hardware specifications](/en/install-and-operation/block-producer-node/system-requirements.md) of the Linux machine on which the WEMIX3.0 binary node will run.
{% 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.wemix.com/en/quick-start/start-node.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.
