> For the complete documentation index, see [llms.txt](https://docs.wemix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wemix.com/ko/quick-start/start-node/use-binary.md).

# Use Binary

[다운로드 사이트](/ko/install-and-operation/download.md)에서 WEMIX3.0 노드 Binary를 다운로드 받을 수 있습니다.

WEMIX 블록체인 네트워크를 사용하는 경우 다음과 같은 명령어를 사용하여 실행합니다. `gwemix`의 기본 RPC 포트는 8588이고 P2P 포트는 8589이고, geth와 마찬가지로 `--datadir`를 통하여 `chaindata`가 저장되는 폴더를 지정할 수 있으며 이 값이 생략되는 경우 `~/.wemix`가 데이터 디렉터리가 됩니다.&#x20;

{% tabs %}
{% tab title="Mainnet" %}
*gwemix --syncmode full --datadir {data\_folder} --http --http.addr 0.0.0.0*
{% endtab %}

{% tab title="Testnet" %}
*gwemix --wemix-testnet --syncmode full --datadir {data\_folder} --http --http.addr 0.0.0.0*
{% endtab %}
{% endtabs %}

{% hint style="info" %}
**명령줄 옵션**

[명령줄 옵션](/ko/quick-start/start-node/use-binary/command-line-option.md)을 이용하면 설정값을 지정하여 `gwemix를` 실행하는 것이 가능합니다.&#x20;
{% endhint %}


---

# 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.wemix.com/ko/quick-start/start-node/use-binary.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.
