# 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 %}


---

# 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://documents.nonce.world/operation/markdown.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.
