Skip to content

Khadija39/Tg-Solana-Volume-Booster-v3

 
 

Repository files navigation

🚀 Telegram Solana Volume Bot v3

Welcome to Telegram Solana Volume Bot v3! 🌟 This upgraded bot takes Solana trading automation to the next level with advanced features, including the innovative Jito Bundle functionality for streamlined trading on a single block. 💼⚡

Screenshot 2024-11-27 205336

Screenshot 2024-11-27 205417

✨ New Features

  • Jito Bundle Integration: Perform 2 buys and 1 sell within a single block, ensuring faster and more efficient trades. 🔗💰
  • Enhanced Real-Time Notifications: Get instant updates on your trading activities, wallet balances, and errors. 📲📡
  • Optimized Performance: Improved trade execution and better resource handling for smoother operation. 🛠️🚀

🔧 Features Overview

  • 💼 Manage Wallets: Add, import, and manage multiple wallets.
  • 🔄 Volume Trading: Boost token trading volumes with automatic buy/sell loops.
  • ⚖️ Wallet Distribution: Automatically gather tokens and distribute them between wallets.
  • 🛡️ Secure Transactions: All trades are securely executed using Solana's RPC.
  • 🖥️ User-Friendly Interface: Fully interactive via Telegram commands and buttons.

🛠️ Installation Guide

1. Clone the Repository

git clone https://github.com/your-username/solana-volume-bot-v3.git
cd solana-volume-bot-v3

2. Install Dependencies

Make sure Node.js is installed. Then, run:

npm install

3. Set Up Environment Variables

Create a .env file and configure it with your credentials:

TELEGRAM_BOT_TOKEN=your-telegram-bot-token
MONGODB_URI=your-mongodb-uri
PRIVATE_KEY=your-wallet-private-key
RPC_ENDPOINT=your-rpc-endpoint
RPC_WEBSOCKET_ENDPOINT=your-rpc-websocket-endpoint

# Jito Bundle Settings
JITO_BUNDLE_ENABLED=true
BUY_COUNT=2
SELL_COUNT=1

# Trading Parameters
TOKEN_MINT=your-token-mint-address
POOL_ID=your-pool-id
TX_FEE=10
ADDITIONAL_FEE=0.006

# General
LOG_LEVEL=info

▶️ How to Run the Bot

Start the bot with:

npm start

Your bot will now run on Telegram! 🎉 Use the commands below to interact.


🤖 Commands

  • /start: Start the bot and get a welcome message.
  • /wallets: View and manage your wallets.
  • /settings: Configure Jito Bundle and trading parameters.
  • /help: Display a guide to using the bot.
  • /close: Close the current session.

📝 How Jito Bundle Works

Jito Bundle groups 2 buy orders and 1 sell order into a single Solana block, enhancing:

  • Efficiency: Minimizes transaction costs. 💸
  • Speed: Executes trades faster by reducing network overhead. ⚡
  • Precision: Ensures seamless execution of volume-boosting trades. 🎯

💡 Tips and Best Practices

  1. Stay Updated: Always use the latest Solana RPC endpoint for optimal performance.
  2. Backup Wallet Keys: Keep your private keys secure and avoid sharing them.
  3. Test Small: Before scaling up, test the bot with small amounts.

🛠️ Troubleshooting

  • Bot Not Responding: Double-check your Telegram token and .env configurations.
  • Transaction Errors: Verify wallet balance and RPC endpoint status.
  • Jito Bundle Issues: Ensure Jito functionality is enabled in your settings.

🤝 Contributing

We welcome contributions! Feel free to fork the repository, make changes, and submit a pull request. Let's build an even better bot together! 🌐💪


💖 Support the Developer

If you found this bot helpful and would like to support the development of more resources like this, consider tipping! Your contributions help keep the project alive and thriving.

Solana Wallet Address: 27uqtpRjpnDEiQ9SFJQKN2fEBQLEx3ptvJgGhV8AV83U ETH Wallet Address: 0xd64EA7D33dd5a96A6522fc6b6621b515f5a11EE7

Thank you for your support!

Happy swapping! If you have any questions or run into issues, please open an issue in the GitHub repository.

📞 Author

Telegram: @g0drlc

About

Telegram Raydium Volume Bot v3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%