> For the complete documentation index, see [llms.txt](https://docs.win.win/twins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.win.win/twins/russian/twins-wallet/ustanovka-koshelka-twins-na-linux.md).

# Установка кошелька TWINS на Linux

Данная инструкция написана для Ubuntu 16.04 LTS, но шаги должны быть схожими для установки в других дистрибутивах Linux.

* Вы всегда можете загрузить актуальную версию с официально сайта - <https://win.win/#download>

{% hint style="danger" %}
**НЕ ИСПОЛЬЗУЙТЕ любые другие ссылки для скачивания из других источников, так как это не гарантирует Вам получение актуального официального релиза кошелька без скрытых кодов и шпионских или вирусных программ внутри.**
{% endhint %}

* Создайте новую папку с именем TWINS и извлеките содержимое скачанного сжатого файла кошелька в эту папку;
* Для того, чтобы запустить кошелек, откройте терминал и перейдите в папку TWINS, которую Вы создали. К примеру, если Вы создали папку TWINS в домашней директории, то Вы можете пойти туда, написав: `cd` `~/TWINS`;
* Теперь запустите TWINS кошелек, набрав: `./twins-qt`;
* При первом запуске программа спросит у Вас, куда Вы хотите сохранить файлы блокчейна и кошелька. Выберите расположение с достаточным количеством свободного дискового пространства, так как файлы будут занимать больше места при росте блокчейна. Рекомендовано использовать расположение по умолчанию, если это возможно;
* Первый запуск занимает какое-то время, так как кошелек должен закачать копию блокчейна и полностью синхронизироваться с сетью. После этого Вы сможете использовать его; 6. Когда синхронизация завершена Вы увидите маленькую зеленую иконку справа внизу в Вашем кошельке (Рис. 1).

![Рис. 1](/files/-LZWhgeh7QzFwPm6aDmw)


---

# 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://docs.win.win/twins/russian/twins-wallet/ustanovka-koshelka-twins-na-linux.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.
