> 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/dill/alps.md).

# Alps

**Başvuru**

[BURADAN](https://app.galxe.com/quest/n92t8xtegfVMAFUcXJor9E/GCVWntghfL) Galxe sitesine bağlanıyoruz ve testnet için kullanacağımız cüzdan ile Discord hesabımızla giriş yapıyoruz. Eğer seçim gerçekleşirse, size 2500 DILL token gönderecek ve Andes validator kanalına erişebileceksiniz. Bu adımı tamamladıktan sonra diğer işlemlere geçebilirsiniz.

**Andes Network**

Bu parametreleri Metamask cüzdanımıza ekliyoruz.

| Network Name    | Dill Testnet Alps                                       |
| --------------- | ------------------------------------------------------- |
| RPC URL         | [https://rpc-alps.dill.xyz](https://rpc-alps.dill.xyz/) |
| Chain ID        | 102125                                                  |
| Currency symbol | DILL                                                    |
| Explorer URL    | [https://alps.dill.xyz](https://alps.dill.xyz/)         |

#### Kurulum <a href="#kurulum" id="kurulum"></a>

**Light Validator**

| CPU    | RAM  | SSD   |
| ------ | ---- | ----- |
| 2 vCPU | 2 GB | 20 GB |

**Full Validator**

| CPU    | RAM  | SSD    |
| ------ | ---- | ------ |
| 4 vCPU | 8 GB | 256 GB |

**1. Gerekli Kütüphaneleri yüklüyoruz.**

Copy

```bash
sudo apt update && sudo apt upgrade -y && sudo apt install curl tar jq -y
```

Sonrasında altaki komutu çalıştırıyoruz.

Copy

```
curl -sO https://raw.githubusercontent.com/DillLabs/launch-dill-node/main/dill.sh  && chmod +x dill.sh && ./dill.sh
```

Öncelikle Light Validator yada Full Validator seçeneği geliyor (light validator seçilenler 1, full validator seçilenler 2 yazıp enter basıyor.)

Çalıştırdığınızda, ilk adımda validator için yeni bir cüzdan oluşturuyoruz.

Bu cüzdan kelimelerini bir yere not edelim.

Sonrasında kelimeleri tekrar giriyoruz.

Bize bir şifre oluşturuyor. Onu da not edelim.

Kaç adet coin stake edileceğini soruyor. 3600 yazıp enter basıyoruz.

Withdraw cüzdan adresi isteyecek. Buraya ödül alacağımızı adresi giriyoruz. Daha önce Dill Galxe için verdiğimiz adresi girebilirsiniz. İki kere withdraw adresi verdikten sonra aşağıdaki ekranın bitmesini bekleyin.

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

Bu adımları bitirdikten sonra;

Dill'in discorduna gidiyoruz ve Alps kanalında test tokeni talep ediyoruz.

Copy

```
$request metamask cüzdan adresi
```

şeklinde komut göndererek, Galxe için kayıt ettiğiniz adresinizi giriyorsunuz. Size 3601 DILL coin gönderecek.

Sonrasında yukarıda verdiğim test ağ bilgileri cüzdanına kayıt edip DILL Apls ağına geçiyoruz.

[BURADAN ](https://staking.dill.xyz/en/)siteye bağlanıyoruz. ilk olarak bizden istediği json dosyasını buluyoruz. Dosyanın yeri aşağıdaki gibidir.

Copy

```
/root/dill/validator_keys/deposit_data-xxxxx.json
```

şeklinde olan dosyayı bilgisayarımıza indirelim.

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

Siteye gittiğimizde biraz önce indirdiğimiz json dosyasını içeri aktarıyoruz.

<figure><img src="https://cdn.udelivrs.com/2024/09/36d5f81eb2e396bb8bf3aba61da156d4_1726215895635.png" alt=""><figcaption></figcaption></figure>

Stake için minimum 3600 DILL tokene ihtiyacımız var.

<figure><img src="https://cdn.udelivrs.com/2024/09/4aa730a078e6a580070525bb46e94c34_1726215895630.png" alt=""><figcaption></figcaption></figure>

Stake miktarını belirledikten sonra, Metamask cüzdanımıza gelen bildirimi onaylıyoruz ve aşağıdaki gibi çıktı aldığımızda işlem tamamlanmış oluyor.

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

Bu adımlar bittikten sonra [BURADAN ](https://alps.dill.xyz/validators)Public keyimiz ile kontrol edebiliriz. Yaklaşık 1 saat sonra siteye sonucu yansıyor.

Validator Public Key'inizi sunucunuzdaki Succes çıktısı içinde görebilirsiniz.

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

Yada test ağında Stake ederken yaptığınız TX içinde bulabilirsiniz.

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

Sonrasında ağı kontrol etmek için aşağıdaki komutları kullanabilirsiniz.

```bash
cd dill
./health_check.sh -v
```

```bash
curl -s localhost:3500/eth/v1/beacon/headers | jq
```

```bash
curl -s localhost:3500/eth/v1/node/syncing
```


---

# 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:

```
GET https://service.coinhunterstr.com/testnet/dill/alps.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.
