Skip to content

hemvall/sol-pooler-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

39 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SolPooler - Telegram Bot for Solana Trading

THIS PROJECT IS DOWN BECAUSE OF SOLANA DUMP LOL

πŸš€ Overview

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

πŸ”§ Features

  • 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.

Showcase website :

Main Page

image

Online Bot Simulator

image image

Functional Telegram Bot

L7-MpitM GuJbDgr0 QRQ7krrx

πŸ’» Commands

/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

BotFather setcommands

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

πŸ”’ Security Note

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

Linux/macOS: Add this line to ~/.bashrc or ~/.zshrc

export TELEGRAM_BOT_TOKEN="your-secret-token"

Windows (PowerShell):

$env:TELEGRAM_BOT_TOKEN="your-secret-token"

in config.py

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.

About

🌊 Telegram Bot designed to enhance your token volume and add interactions to your project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors