> 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/italiano/portafoglio-twins/installazione-su-linux.md).

# Installazione su Linux

* Scarica il portafoglio da <https://win.win/#download>

{% hint style="danger" %}
Non utilizzare nessun'altra fonte per scaricare il portafoglio, qualsiasi altra fonte non garantirà che tu stia scaricando un portafoglio che non sia stato già utilizzato
{% endhint %}

* Create una nuova cartella chiamandola TWINS e estraete i contenuti scaricati in quest'ultima.
* Per avviare il portafoglio, aprite il terminale e navigate nella cartella di TWINS appena creata, ad esempio se avete creato la cartella nella destinazione principale potete scrivere nel terminale:

```
cd ~/TWINS
```

* Adesso avviate il portafoglio scrivendo nel terminale:

```
./twins-qt
```

* La prima volta che il programma sarà aperto, vi verrà chiesto dove vorrete immagazzinare la vostra blockchain e i vostri dati del portafoglio. Visto che con il crescere della blockchain lo spazio utilizzato aumenterà si consiglia di scegliere una destinazione con abbastanza spazio. Si raccomanda di utilizzare la cartella di default se possibile.
* Il primo avvio potrebbe richiedere qualche minuto, successivamente dovrete aspettare un tempo relativamente lungo per permettere al portafoglio di sincronizzare tutte le transazioni eseguite.
* Quando la sincro è completa vedrete un icona verde luminosa in basso a destra del tuo portafoglio.

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LYqE9SlitmKxLp29-ys%2F-LYqL65CI2iWpMYhBv65%2F-LYqMVx31uCd1ufeu171%2Fimage.png?alt=media\&token=5ead58e4-59dc-40ab-b42c-218ee4ef9701)


---

# 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/italiano/portafoglio-twins/installazione-su-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.
