# 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: 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/use-binary.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.
