# Grass Kurulumu

Grass cihazını sunucu içinde çalıştırmak için aşağıdaki adımları yapabilirsiniz.

Daha önce grass çalıştırmadıysanız. [BURADAN](https://app.getgrass.io/register/?referralCode=VuiTMDILfnbpZ0P) girip başlayabilirsiniz. Kayıt ve diğer işlemleri hallettikten sonra Dashboard açıkken F12 yada sağ tık incele yapıyoruz.

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

> Sırasıyla adımları anlatıyorum. İncele dedikten sonra sağdaki bölümden Application bölümünü buluyoruz. Sonrasında Local Storage bölümüne basıyoruz. Alt bölümünde `https://app.getgrass.io` bölümüne basıyoruz. Orada UserId bölümünde yazan değeri bir yere not edelim.

> Şimdi sunucuya geçelim ve aşağıdaki komutu çalıştıralım. UserId yerine üstte gösterdiğim değeri yazıyoruz.

```bash
./PINGPONG config set --grass=UserId
```

> Sonrasında screen -r pingpong ile tekrar CTRL + C ile durduruyoruz.

```bash
chmod +x ./PINGPONG && ./PINGPONG --key DEVICEKEY
```

> bu komutu tekrar girip çalıştırıyoruz. Bu adımları düzgün şekilde yaptıktan sonra, Hem 0G hem de grass için sunucumuzu çalıştırmış oluyoruz.


---

# 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://service.coinhunterstr.com/testnet/pingpong/grass-kurulumu.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.
