> For the complete documentation index, see [llms.txt](https://wiki.relictum.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.relictum.pro/ru/faq/instrukcii/kak-sozdat-akkaunt-v-node-relictum-pro-na-android.md).

# Как создать аккаунт в ноде Relictum Pro на Android?

1. Скачиваем приложение [с сайта](https://relictum.pro/downloads/) или Play Market.
2. Открываем файл.
3. Устанавливаем приложение.
4. Внимательно читаем информацию, которую предлагает приложение к ознакомлению при первом запуске.
5. Читаем и подтверждаем путем проставления галочек условия и правила.

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

6\. Прокручиваем текст вниз и нажимаем на кнопку **«Начать работу».**

<figure><img src="/files/6vrMcQP7NKknUCqCnSKA" alt=""><figcaption></figcaption></figure>

7\. Разрешаем приложению запуск в фоновом режиме.

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

8\. Меняем тип сети с тестовой на основную. Для этого надо нажать вверху экрана на надпись **“testnet”** и выбрать **“mainnet”.**

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

9\. Нажимаем кнопку **«Создать».**

10\. Заполняем поля, читаем пользовательское соглашение и ставим галочку, подтверждая свое согласие со всеми условиями текущего Пользовательского соглашения и нажимаем кнопку **«Создать аккаунт».**<br>

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

11\. **Аккаунт создан.** Делаем экспорт приватного ключа — нажимаем на кнопку «Экспорт закрытого ключа».

12\. придумываем и записываем ПИН. Вводим его в поле PIN и нажимаем на кнопку **«Сгенерировать».** Получаем ключ.

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

13\. Прокручиваем вниз и сохраняем ключ нажав на кнопку **«Сохранить в файл…».**

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

14\. После загрузки файла нажимаем 2 раза на кнопку «Пропустить» и попадаем в окно входа в аккаунт.

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

15\. Нажимаем на наш созданный аккаунт, вводим пароль и нажимаем на кнопку **«Войти».**

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

16\. **Поздравляем**, нода установлена и аккаунт создан!

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


---

# 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://wiki.relictum.pro/ru/faq/instrukcii/kak-sozdat-akkaunt-v-node-relictum-pro-na-android.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.
