> 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 %}
