# Linux 钱包安装

* 从网站下载钱包 <https://github.com/NewCapital/FIX-Core/releases>​

**请勿从其他地方下载，因为那些位置并不能保证你下载的是一个未被篡改的干净钱包。**

* 创建名为FIX的新文件夹，并将下载的压缩钱包文件的内容解压缩到此文件夹。
* 要运行钱包，请打开终端并切换到你创建的FIX文件夹。例如你在主目录中创建了FIX文件夹，则可以输入以下命令：`cd ~/FIX`
* 现在输入以下命令启动 FIX 钱包： `./fix-qt`
* 第一次启动该程序时，系统会询问你在哪里存储区块链和钱包数据。选择具有足够可用空间的位置，因为随着区块链的增长，文件可能占用大量空间，如果可以，建议使用默认数据文件夹。
* 初始启动可能需要一分钟，启动后等待钱包完全同步，然后才开始使用它。
* 同步完成后，你会在钱包的右下角看到一个小绿色图标：

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LYvndWBvrmJxi5m4Vyp%2F-Lhk9uxg2L99ssk37rq_%2F-LhkAI-zSg03KCYhOoUV%2F52.png?alt=media\&token=514848cc-7b85-40b0-9df3-b9cb6e188a4d)


---

# Agent Instructions: 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:

```
GET https://docs.fix.network/zhong-wen/fix-qian-bao/linux-qian-bao-an-zhuang.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
