Provides an efficient, free wallet solution for bulk airdrops, testing deployments, and user cold starts

In the development practice of Solana, whether it's Token initial distribution, cold start new user activities, or testnet script simulation, we cannot avoid a key step: bulk generation of wallet addresses.

In traditional methods, developers may use solana-keygen combined with shell scripts to generate Keypairs one by one, or manually copy Phantom addresses. However, this is not only inefficient but also prone to omissions and chaotic management.

To address this pain point, CiaoTool provides a more efficient and secure solution—bulk creation of Solana wallet addresses, one-click generation, unified export, controllable public and private keys, applicable to both mainnet and testnet.

✅ Application scenario details

Before considering using this feature, check if you have these scenario requirements:

1️⃣ Bulk preparation of airdrop addresses

If you plan to airdrop tokens to early users or community members, you need to prepare a batch of 'transit addresses' in advance to avoid duplicate payments or security risks.

2️⃣ Test the automated deployment process

When you test a set of on-chain operations (such as bulk Mint, Stake, Swap, etc.), you need multiple addresses to simulate real user behavior.

3️⃣ New user cold start or multiple account ranking

Many projects in the early stages require quick registration, interaction, and transactions, which rely on stable and bulk Keypair data to simulate user behavior with scripts.

4️⃣ Market making and trading script wallet pool management

Bulk build wallet pools for market-making bots or aggregated trading strategies, effectively dispersing risk control and tracking pressure.

🛠️ Use CiaoTool to bulk create wallet addresses


CiaoTool's 'Bulk Wallet Creation' feature combines a simple web interface with the efficient performance of underlying CLI execution, providing users with a 'code-free, automatic export, controllable private key' experience.

Step 1: Open the CiaoTool wallet bulk creation page

Step 2: Enter the number of wallets you want to generate

For example, if you need to generate 100 addresses for testing, simply enter 100.

✅ CiaoTool can generate thousands of address sets at once, supporting export in formats such as JSON/CSV, facilitating script integration or frontend docking.

Step 3: Click [Generate], wait for the system to process

CiaoTool will call the Solana Web3.js module on the frontend to generate the corresponding number of Keypairs, with all processes executed locally in the browser, ensuring private keys are not uploaded to the server.

Step 4: Download wallet files or copy and paste

🔒 Security Notes

CiaoTool's generation logic is based on the official Solana library @solana/web3.js and is fully executed locally:

  • All Keypairs are generated only on the user's device;

  • No data is stored in the cloud;

  • Destroyed immediately after page refresh, with no background records.

You can use the exported data offline after generation is complete, further ensuring the safety of cold wallets or bulk private keys.

💡 Practical advice and precautions

Bulk airdrop:
Use the address list exported by CiaoTool with the spl-token tool for distribution

User cold start:
Use the exported private keys for bulk account registration/login scripts

Multi-address market making:
Name and record wallet corresponding strategy distribution according to address pool logic

Safe usage:
Backup immediately after exporting files and consider local encryption for storing private keys

✍️ Summary

In the Solana project development and operation process, the bulk generation of wallets is no longer a cumbersome step. With CiaoTool, you can:

  • No toolchain installation required, one-click generation in the browser;

  • Securely bulk generate public and private key pairs, suitable for various practical scenarios;

  • Lower the development threshold, save labor costs, and speed up deployment.

From Dev to Market, from testing to mainnet launch, bulk wallet management, CiaoTool helps you stay ahead.