> 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/nubit/installation.md).

# Light Node

#### Nubit Light Node Kurulumu <a href="#install-dependencies" id="install-dependencies"></a>

Herhangi bir node'nuzun yanında çalıştabilirsiniz. (Windows server hariç)

İlk olarak bir screen açıyoruz.

```
screen -S nubit
```

Screen içerisinde aşağıdak komutu çalıştabilirsiniz. Çalıştırmadan önce tüm rehberi okumayı unutmayın.

```
curl -sL1 https://nubit.sh | bash
```

> screen içine ulaşmak için screen -r nubit ile tekrardan screen'i açabilirsiniz. Screen içinden çıkmak için CTRL A+D kullanmayı unutmayın.

> komutu çalıştırdığınızda aşağıdaki gibi hem nubit adresini hem de gizli kelimlerinizi verecek. Bunları bir yere not etmeyi unutmayın.

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

> Eğer gizli kelimeleriniz alamadıysanız. Screen dışında aşağıdaki komutu çalıştırıp gizli kelimelerinizi alabilirsiniz.

```
nano $HOME/nubit-node/mnemonic.txt
```

> Public key yani nubit cüzdan adresiniz öğrenmek içinde tabii ki screen dışında aşağıdaki komutu çalıştırıp öğrenebilirsiniz.

```
 $HOME/nubit-node/bin/nkey list --p2p.network nubit-alphatestnet-1 --node.type light
```

> Bu adımları yaptıktan sonrna size verilen gizli kelimeler ile keplr wallet içinde açın

> Sonrasında onunla [BURADAN ](https://alpha.nubit.org/)platforma bağlanın.

> Sizi Galxe yönlendirecek. orada twiiter, discord doğrulamalarını tamamlayın.

Light node başlattıktan yaklaşık 15-20 dk sonrasında verify işlemi yapmayı unutmayın. Size verilen PUBKEY giriyoruz.

```
A+Tw8Rraes....
```

başlayan adresimizi orada doğrulayacağız. Şimdilik işlemler bu kadar.


---

# 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/nubit/installation.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.
