# XENBlocks XNM Miner

Learn more about XENBlocks here: \
<https://www.xencrypto.io/xenblocks-merged-pow-pos-chain-launched-by-jack-levin>

NOT Financial Advice!

### Requirements

* Linux
* Cuda capable GPU

Use my Vast link (optional) to rent a machine that can mine XNM. Click [here](https://cloud.vast.ai/?ref_id=94252\&creator_id=94252\&name=nvidia%2Fcuda%3A12.4.1-devel-ubuntu22.04).

## How to mine XNM

* Copy and Paste the following to a terminal session:

```
#!/bin/bash
wget https://github.com/woodysoil/XenblocksMiner/releases/download/v1.3.1/xenblocksMiner-1.3.1-linux.tar.gz
tar -vxzf xenblocksMiner-1.3.1-linux.tar.gz
chmod +x xenblocksMiner
echo -e "<YOUR-ETH-ADDRESS>\n10" | ./xenblocksMiner
```

Note:

Change \<YOUR-ETH-ADDRESS> to the destination ETH address.

n10 means that there is a dev fee of 1% sent to the creator of xenblockminer, [woodysoil](https://github.com/woodysoil/XenblocksMiner/).&#x20;

* Hit Enter to run the miner. Profit!

The miner will be downloaded and will be run with the specified settings.

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

Congratulations, you are now mining XNM.

<figure><img src="/files/9GpzfIqXATSOeCxho1pN" alt=""><figcaption></figcaption></figure>

## AutoRun Miner (Optional)

You can create an onstart.sh file on your root directory that will autorun the miner if your machine reboots.

Just copy the commands above and then type the following on your terminal:

```
nano onstart.sh
```

Then paste your commands. Save file. That is it.

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

Join XENBlocks Telegram here: <https://t.me/+x6000bzbsHg2ZDNj>


---

# 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://node.z4ch.xyz/miners/xenblocks-xnm-miner.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.
