> For the complete documentation index, see [llms.txt](https://service.coinhunterstr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://service.coinhunterstr.com/testnet/rivalz/linux-client.md).

# Linux Client

Daha önce windows serverlar için Rivalz testnetine katılmıştık. Dileyenler oradan kurup devam edebilir. [BURADAN ](https://coinhunterstr.com/rivalz-odullu-testnet-rehberi/)windows server kurulumuna ulaşabilirsiniz.&#x20;

İlk defa katılacaksanız, kaçırdığınız bir şey yok [BURADAN](https://rivalz.ai?r=0xmtnslk) girip siteye kayıt olduktan sonra da işlemlere başlayabilirsiniz.&#x20;

Şimdi çalışan herhangi bir node'unuzun yanına ekleyip çalıştırabilirsiniz.&#x20;

#### Gereksinimler

```bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
source ~/.bashrc

nvm install 20.0.0
nvm use 20.0.0
```

#### Screen açıyoruz.

```bash
screen -S rivalzNode
```

Client çalıştırılam

```bash
npm i -g rivalz-node-cli
```

```bash
rivalz run
```

> Bu komutu çalıştırdıktan sonra sizden sırasıyla, Metamask adresinizi, CPU değeri RAM değeri ve disk alanı isteyecek, sunucunuzdaki miktara göre bunları belirleyip enter basıyoruz. Aşağıya görselini ekliyorum. Her değer girdikten sonra ENTER basmanız yeterli.

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

Bu adımı geçtikten sonra aşağıdaki gibi bir çıktı alırsanız, işlem tamamdır. Hata alırsanız son komutu tekrar çalıştırıp değerleri değiştirebilirsiniz.

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

Bu çıktıyı aldıktan sonra [BURADAN ](https://rivalz.ai?r=0xmtnslk)siteye gidiyoruz ve Yeni rClientimizi validate ediyoruz. işlem tamamdır. Çalıştırdığınız tüm linux sunucuların yanına ekleyebilirsiniz.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://service.coinhunterstr.com/testnet/rivalz/linux-client.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
