THIS PROJECT IS DOWN BECAUSE OF SOLANA DUMP LOL
SolPooler is a Telegram bot designed to automate the creation of Solana addresses, receive funds, and execute token purchases using provided contract addresses (CA). This bot streamlines trading by simplifying the process of funding wallets and buying tokens automatically. QuickNode - RPC
- Automatic SOL Address Creation: Generates Solana addresses on demand.
- Fund Management: Receives SOL from your main wallet.
- Automated Token Purchases: Buys tokens using the specified contract address.
- Secure Transactions: Ensures smooth and secure fund transfers.
- Telegram Command Interface: Control the bot with simple commands.
Main Page
Online Bot Simulator
Functional Telegram Bot
/create_wallets β Generates new SOL addresses
/balances β Checks wallet balances
/buy_token <contract_address> β Purchases tokens using the provided CA
/import_wallet β Import your main wallet that will provide funds
/transfer_funds <destination_address>
/withdraw_funds
start - Starts the bot
balances - Checks wallet balances
buy-token - Purchases tokens using the provided CA
import_wallet - Import your main wallet to transfer funds to subwallets
transfer_funds - Transfers funds between wallets
withdraw_funds - Send back funds from subwallet to your original one
create_wallets - Creates 5 new Solana wallets
To keep your Telegram bot token secure, avoid hardcoding it in your scripts. Here is how you can do it :
Put .env file at root of project
export TELEGRAM_BOT_TOKEN="your-secret-token"
$env:TELEGRAM_BOT_TOKEN="your-secret-token"
import os
TOKEN = os.getenv("TELEGRAM_BOT_TOKEN")
Keep your .env file private to protect sensitive data.
Consider using a separate wallet for bot transactions to minimize risk.





