# Start Node

누구나 도커 환경에서 사전에 빌드된 WEMIX3.0 노드 바이너리를 다운로드 받아 본인이 관리하는 리눅스 머신에서 직접 실행할 수 있습니다. 하지만 모든 사용자가 노드를 운영할 필요는 없으며, 예를들어 dApp 개발자의 경우 무료로 24시간 서비스를 제공하는 Open API RPC 서버를 이용하여 WEMIX 블록체인에 접근하는 것도 가능합니다.

* [바이너리 사용하기](/ko/quick-start/start-node/use-binary.md)
* [공개 RPC 서버 연결하기](/ko/quick-start/start-node/use-public-api-server-rpc.md)

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

WEMIX에서 제공하는 바이너리를 이용하지 않고 직접 빌드를 진행할 개발자는 [Install Guide](/ko/install-and-operation/end-node/install-guide.md)를 참고해 주세요.
{% endhint %}

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

WEMIX3.0 노드 바이너리가 실행될 리눅스 머신의 [하드웨어 스펙](/ko/install-and-operation/end-node/system-requirements.md)을 참고해주세요.
{% 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/ko/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.
