> 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/en/quick-start/start-node/use-binary.md).

# Use Binary

The WEMIX3.0 blockchain Binary Node can be [downloaded](/en/install-and-operation/download.md) from the site.&#x20;

Using the WEMIX3.0 network&#x20;

Run the following command: The default RPC port for `gwemix` is 8588, and the P2P port is 8589. Like geth, `--datadir` can specify the folder in which `chaindata` is stored, and if this value is omitted, `~/.wemix` becomes the data directory.

{% 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" %}
**Command line option**

Use the [command line option](/en/quick-start/start-node/use-binary/command-line-option.md). It is possible to run gwemix by specifying the settings.&#x20;
{% endhint %}
