> For the complete documentation index, see [llms.txt](https://documents.nonce.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documents.nonce.world/operation/markdown.md).

# Linux User

### CLI Version (Linux)

#### Download and extract:

```bash
wget https://github.com/nonceworld/NonceMiner/releases/download/v0.2.0/nonceminer-linux-0.2.0.tar.gz
tar -zxvf nonceminer-0.2.0.tar.gz
cd nonceminer-0.2.0
./miner start --user {$evmAddress},{$wasmAddress}@{$worker}
```

**evmAddress**: Your EVM address

**wasmAddress**: Your GEB WASM address (optional)

**worker:** A name used to distinguish different machines you run the miner on

* **Example:**

```bash
./miner start --user 0xdadB0d80178819F2319190D340ce9A924f783711,5Grux3pkj5adMKksEabeabMVHAsehvJ91s9WubQt7DvzqsSq@worker001
```

* **Other commands:**

```
./miner status
./miner stop
./miner stop --miner=XMR
./miner stop --miner=XTMGPU
```

You may also edit the config.yaml file in the directory to add extra command arguments for the mining software.

{% hint style="success" %}
You can open <https://miner.nonce.world/> in your browser, enter your EVM address, and check your earnings. You can only use it as a dashboard, we don't provide web-mining service.
{% endhint %}
