# 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="https://756696340-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1zYuAvy414Nd31flJdHr%2Fuploads%2F0TItDeDS6IJS5KBJrXMP%2Fimage.png?alt=media&#x26;token=995889c7-053e-4e33-bfae-64cfda97c2ce" alt=""><figcaption></figcaption></figure>

Congratulations, you are now mining XNM.

<figure><img src="https://756696340-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1zYuAvy414Nd31flJdHr%2Fuploads%2FPp4S1BfOs2ifKMrAGKtg%2Fimage.png?alt=media&#x26;token=6ba5e5ce-0e76-4315-8667-9006134a7b2c" 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="https://756696340-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1zYuAvy414Nd31flJdHr%2Fuploads%2FyxodrU2H4ILeiG1TLBXS%2Fimage.png?alt=media&#x26;token=cc7fceb2-8f9c-45b7-986f-7dfac0fc44f2" alt=""><figcaption></figcaption></figure>

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