# Solana Batch Generates Wallet Addresses

Manual batch generation of multiple Solana wallets is very time-consuming, especially the process of backing up and entering mnemonics. The batch generation Sol wallet tool only requires you to enter the number of wallets you want to generate, and you can easily obtain wallet addresses, private keys and other information. This process is implemented locally, thus ensuring the security of sensitive information.

## Precautions

1. Bulk generation of wallet addresses is of a public welfare nature and no fees are charged.
2. The generated wallet is only for temporary use. You can discard it after use; just make sure not to store core assets in it.

## Solana Batch Generates Wallet Addresses Specific Steps

### 1. Enter the page and select the network node

Solana batch generates wallet addresses: <https://sol.gtokentool.com/walletManagement/batchCreateWallet>

First, we enter the batch wallet generation interface and select <mark style="color:purple;">Main</mark> network.  There is no need to connect the wallet.

<figure><img src="/files/uHfeTixj6XS7ps9SNJZ9" alt=""><figcaption><p>select network</p></figcaption></figure>

### 2. Enter the number of wallets to be created.

<figure><img src="/files/Jlhr4EzTSmzdM53BbEqa" alt=""><figcaption><p>enter quantity</p></figcaption></figure>

### 3. Click "Generate Wallet"

<figure><img src="/files/TXNOcpeeHGJM6f76VSyu" alt=""><figcaption><p>generate wallet</p></figcaption></figure>

### 4. Click "Export Excel"

After the generation, the wallet address and private key will appear. If you need to save them locally, you can click "`Export Excel`" to save them locally.

<figure><img src="/files/L8vw5HsBdn0FbgtaQZdm" alt=""><figcaption><p>export excel</p></figcaption></figure>

{% hint style="warning" %}

## Precautions when generating wallet addresses in batches with Solana

1. Batch generation of wallet addresses is a public welfare activity and is free of charge.
2. The generated wallet is only used as a temporary wallet. It should be thrown away after usage. Do not deposit core assets in it.
   {% endhint %}

***

## ❓FAQ

### Q: Does the created wallet come with a private key? How to export it?

**A:** Yes. Each wallet will automatically generate a corresponding private key, which can be exported as an xlsx file after the operation is completed for backup or subsequent use.

### Q: Are these wallets secure? Will the private keys be uploaded?

**A:** They are secure. All wallet generation and private key processing are performed locally in the browser. The platform will not upload, store or access any of the user's private key information.

***

### 🤝 Connect with GTokenTool <a href="#connect-with-gtokentool" id="connect-with-gtokentool"></a>

* 💬 **Telegram Community:** [Click to join our official group](https://t.me/GToken_EN)
* 💻 **Official Website:** [Visit our official site for full features](https://gtokentool.com/)
* 🐦 **Twitter (X):** [Follow us for the latest updates](https://twitter.com/GTokenTool)
* 📺 **Video Tutorials:** [Subscribe to our YouTube Channel](https://www.youtube.com/@GTokenTool)

> ⚠️ **Risk Warning & Disclaimer**
>
> GTokenTool reserves the right to modify this notice without prior notice. All platform information is for reference only. We do not endorse any virtual assets or activities. Virtual assets are highly volatile and carry significant financial risk. Please invest with caution and conduct your own due diligence.


---

# 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.gtokentool.com/en/solana/batch-generates-wallet-addresses.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.
