# Solana批量生成钱包地址

手动批量生成多个Solana钱包是非常耗费时间的，尤其是备份助记词和输入助记词的过程。&#x20;

为此，PandaTool开发了批量生成Sol钱包的工具，只需输入你想要生成的钱包数量，即可轻松获得钱包地址、私钥等信息，并且这一过程是本地实现，因此保证了敏感信息的安全性。

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

{% hint style="danger" %}
我们不会存储私钥，请您自行保管，丢失后无法找回！！！

我们不会存储私钥，请您自行保管，丢失后无法找回！！！

我们不会存储私钥，请您自行保管，丢失后无法找回！！！
{% endhint %}

## Solana批量生成钱包教程

首先，我们打开创建工具的页面：<https://solana.pandatool.org/createwallet>输入框内填入要生成的前地址数量，点击生成钱包，即可完成操作

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

此时，在下方的位置会出现钱包的地址与私钥，将其复制下来即可（点击就能复制）

<figure><img src="/files/reIJiE8uQ2LFGINt2dQz" alt=""><figcaption><p>点击就能复制</p></figcaption></figure>

此外，PandaTool批量生成Solana钱包工具也支持钱包信息一键导出（CSV文件），对于多钱包多地址管理十分便捷。

当我们下载了csv文件之后，打开方式选择txt记事本

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

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

## 疑问解答

#### 1、该工具需要收费吗？

* **答：**&#x6279;量生成钱包地址属于公益性质，不收取费用

#### 2、如何保证安全性？

* **答：**&#x94B1;包创建之前，请断开网络，以确保数据不会传输到网上。生成的钱包地址仅作为临时钱包使用，用完即丢，不要存入核心资产就行

#### 3、关闭页面后没有保存私钥怎么办？

* **答：**&#x79C1;钥一旦丢失将永远无法找回，请在创建后第一时间存储私钥

如有不明白或者不清楚的地方，请加入官方电报群：[@PandaTool](https://t.me/PandaTool)


---

# 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://help.pandatool.org/sol/createwallet.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.
