# Start a Node - Mac

## 1. Prerequisite

The Crynux Node supports only the Macs with the M1, M2, M3 or newer versions. Make sure your device meets the requirement before running the node.

<table><thead><tr><th width="187">Hardware</th><th>Requirements</th></tr></thead><tbody><tr><td>Model</td><td>Mac M1, M2, M3 or newer</td></tr><tr><td>Memory</td><td>16GB</td></tr><tr><td>Disk Space</td><td>60GB</td></tr><tr><td>Network</td><td>Public network access to Huggingface and Civitai</td></tr></tbody></table>

## 2. Download the Crynux Node software

Download the DMG file using the following link. By default, it will be saved to your `Downloads` folder.

{% hint style="warning" %}
**Allow the Installer to Run**

Due to macOS security policies, you must remove the `quarantine` attribute from the downloaded DMG file before opening it. This prevents security warnings during installation.

Open the `Terminal` app and run the following command. Make sure to replace `crynux-node.dmg` with the actual name of the downloaded file.

`$ xattr -d com.apple.quarantine ~/Downloads/crynux-node.dmg`
{% endhint %}

For Dymension users:

{% embed url="<https://github.com/crynux-network/crynux-node/releases/download/v2.7.1/crynux-node-helium-v2.7.1-dymension-mac-arm64-unsigned.dmg>" %}

For Near users:

{% embed url="<https://github.com/crynux-network/crynux-node/releases/download/v2.7.1/crynux-node-helium-v2.7.1-near-mac-arm64-unsigned.dmg>" %}

## 3. Start the node

Double-click on the icon of the newly installed app to start the node:

<figure><img src="/files/zkU8JYQzaKsdMK4drkL3" alt=""><figcaption></figcaption></figure>

## 4. Prepare the wallet

A wallet with enough test tokens must be provided to the node. If this is the first time you start a node, click the "Create New Wallet" button and follow the instructions to create a new wallet and finish the backup of the private keys.

<figure><img src="/files/lbPlnhmdTL5XjnRf3drT" alt=""><figcaption></figcaption></figure>

### Get the test CNX tokens from the Discord Server

Some test CNX tokens are required to start the node. The test CNX tokens can be acquired for free in the Discord server of Crynux:

{% embed url="<https://discord.gg/y8YKxb7uZk>" %}

Follow the instructions in the following document to get the test tokens:

{% content-ref url="/pages/7BF1BqejWnxoI8XfziZA" %}
[Get the Test CNX Tokens](/node-hosting/get-the-test-cnx-tokens.md)
{% endcontent-ref %}

## 5. Wait for the system initialization to finish

If this is the first time you start a node, it could take quite a long while for the system to initialize. The most time consuming step is to download \~40GB of the commonly used model files from the Huggingface. The time may vary depending on your network speed.

After the models are downloaded, a test image generation task will be executed locally to examine the capability of your device. If the device is not capable to generate images, or the generation speed is too slow, the node will not be able to join the network. If the task is finished successfully, the initialization is completed:

<figure><img src="/files/6XZn6Fob33DLOQsxpjSH" alt=""><figcaption></figcaption></figure>

## 6. Join the Crynux Network

The Crynux Node will try to join the network automatically every time it is started. After the transaction is confirmed on-chain, the node has successfully joined the network. When the node is selected by the network to execute a task, the task will start automatically, and the tokens will be transferred to the node wallet after the task is finished.

<figure><img src="/files/BKViJGeX4VL0SchWT35O" alt=""><figcaption></figcaption></figure>

Now you could just leave it there to execute the tasks. When you shutdown the Crynux Node app, it will try to quit the network before exiting, so that new tasks will not be sent to the node any more. And the next time the app is started, it will join the network to receive new tasks automatically.


---

# 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.crynux.io/node-hosting/start-a-node/start-a-node-mac.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.
