> 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/polskie/twins-portfel/instalacja-linux.md).

# Instalacja Linux

* Link do ściągnięcia portfela z <https://win.win/#download> ​

**Prosimy, ażeby NIE UŻYWAĆ żadnych innych stron które mogłyby zawierać szkodliwe oprogramowanie.**

* Stwórz nowy folder o nazwie TWINS i wypakuj całą spakowaną zawartość pliku portfela TWINS do tego folderu.
* W celu uruchomienia portfela otwórz terminał i nawiguj do folderu TWINS który został wcześniej stworzony. Przykład - jeżeli stworzyłeś folder TWINS w katalogu domowym możesz tam przejść bezpośrednio wpisując komendę: `cd ~/TWINS`
* Teraz uruchom portfel TWINS wpisując komendę: `./twins-qt`
* Przy pierwszym uruchomieniu programu zostaniesz zapytany gdzie chciałbyś przechowywać swoją kopię pliku blockchain i wallet data. Wybierz lokalizację która zawierać będzie wystarczającą ilość miejsca na dysku twardym ponieważ z biegiem czasu te pliki ulegną powiększeniu. Rekomendujemy ażeby używać wskazanych przez nas folderów.
* Początkowy start może potrwać kilka minut, dlatego prosimy o cierpliwość dopóki portfel nie ulegnie całkowitej synchronizacji.
* Kiedy synchronizacja dobiegnie końca będziesz w stanie zauważyć małą świecącą się zieloną ikonę w prawym dolnym roku portfela.

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LXpIa_undrOYkGQm38v%2F-LY6Hp4cEY8YZMm2alS5%2F-LY6IrM-Z7Vwvs5d3513%2Fwallet%20synchronized.png?alt=media\&token=46dca487-a605-43ba-99e1-0f2c0d176d8b)

​


---

# 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/polskie/twins-portfel/instalacja-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.
