This is a simple tool for sending tokens to multiple solana addresses. It can be used to distribute different tokens to a large number of addresses quickly and easily. Solana Airdroper has two operating modes: PRO (for custom amounts and token addresses) and EASY (for fixed token amounts to recipients from a list).
Reach our 🧑💻 Tech support if you have any troubles with usage or payment.
https://www.youtube.com/embed/R-zS0ApZeW0?si=2mX1jOzSBcWsz3SC
After successful payment, you will receive a download link for the script. Download and unzip the script into a folder of your choice. Here’s how to do it:
Install Python Packages (Dependencies)
In your terminal or command prompt, run the following commands to install the necessary packages:
pip3 install base58
Ensure the CLI is installed and connected to the correct cluster
By default, the script works on Solana maiet. You can switch clusters using:
solana config set -u mainnet
**or**
solana config set -u devnet
Open a terminal in the solana-airdroper folder. Run the following command with your public and private keys to connect your walle
python3 connector.py <private_key>
Example:
python3 connector.py BXb8wpim2Nb8faahyZCtzUovjsMxzFSeuvWoXsRyA7TK
The script will generate a key.json file and bind it to your Solana CLI config.