vikitoshi
Bitquant-Auto-Bot
JavaScript

An automated bot for interacting with the Bitquant.io platform, designed to manage multiple Solana wallets and perform automated chat interactions to earn points

Last updated May 8, 2026
12
Stars
2
Forks
0
Issues
0
Stars/day
Attention Score
2
Language breakdown
JavaScript 100.0%
โ–ธ Files click to expand
README

Bitquant Auto Bot

An automated bot for interacting with the Bitquant.io platform, designed to manage multiple Solana wallets and perform automated chat interactions to earn points.

๐Ÿš€ Features

  • Multi-wallet Support: Manage multiple Solana wallets simultaneously
  • Proxy Support: HTTP, HTTPS, SOCKS4, and SOCKS5 proxy support
  • CAPTCHA Solving: Automatic Cloudflare Turnstile CAPTCHA solving with 2captcha
  • Smart Rate Limiting: Respects daily message limits and implements random delays
  • Whitelist Checking: Automatically verifies wallet whitelist status
  • Activity Tracking: Monitors points, message counts, and daily limits

๐Ÿ“‹ Prerequisites

  • Node.js v16 or higher
  • npm or yarn package manager
  • Solana private keys (Base58 encoded)
  • Proxy list (optional but recommended)

๐Ÿ› ๏ธ Installation

  • Clone the repository:
git clone https://github.com/vikitoshi/Bitquant-Auto-Bot.git
cd Bitquant-Auto-Bot
  • Install dependencies:
npm install
  • Create a .env file in the root directory:
PRIVATEKEY1=yourfirstsolanaprivatekey_base58
PRIVATEKEY2=yoursecondsolanaprivatekey_base58
PRIVATEKEY3=yourthirdsolanaprivatekey_base58

Add more private keys as needed (PRIVATEKEY4, PRIVATEKEY5, etc.)

  • Create a proxies.txt file in the root directory (optional):
http://username:password@proxy1.com:8080
https://username:password@proxy2.com:8080
socks5://username:password@proxy3.com:1080

Add more proxies as needed

๐Ÿƒโ€โ™‚๏ธ Usage

Run the bot:
node index.js
The bot will:
  • Load all private keys from the .env file
  • Check whitelist status for each wallet
  • Perform authentication and sign-in
  • Send automated chat messages to earn points
  • Display activity statistics and countdown timer
  • Automatically cycle every 24 hours

๐Ÿ“ Project Structure

Bitquant-Auto-Bot/
โ”œโ”€โ”€ index.js          # Main bot script
โ”œโ”€โ”€ package.json      # Project dependencies
โ”œโ”€โ”€ .env              # Environment variables (create this)
โ”œโ”€โ”€ proxies.txt       # Proxy list (optional)
โ”œโ”€โ”€ README.md         # This file
โ””โ”€โ”€ .gitignore        # Git ignore file

โš™๏ธ Configuration

Environment Variables

  • TWOCAPTCHAAPIKEY: Your 2captcha API key for solving CAPTCHAs
  • PRIVATEKEY1, PRIVATEKEY2, etc.: Base58 encoded Solana private keys

Proxy Format

The bot supports various proxy formats in proxies.txt:
  • http://proxy.com:8080
  • http://username:password@proxy.com:8080
  • https://proxy.com:8080
  • socks4://proxy.com:1080
  • socks5://username:password@proxy.com:1080

๐ŸŽฏ How It Works

  • Wallet Management: The bot loads multiple Solana private keys and processes them sequentially
  • Whitelist Verification: Checks if each wallet is whitelisted on the Bitquant platform
  • Authentication: Uses Solana message signing for secure authentication
  • Chat Automation: Sends random Solana-related prompts to earn points
  • Rate Limiting: Respects daily message limits and implements delays between requests
  • Proxy Rotation: Uses random proxies for each wallet to avoid IP restrictions

๐Ÿ“Š Features Overview

  • โœ… Multi-wallet automation
  • โœ… Proxy support (HTTP/HTTPS/SOCKS)
  • โœ… Rate limiting and delays
  • โœ… Comprehensive logging
  • โœ… Error handling and recovery
  • โœ… Activity statistics tracking
  • โœ… 24-hour cycle automation

๐Ÿ›ก๏ธ Security Notes

  • Keep your private keys secure and never share them
  • Use strong, unique passwords for your 2captcha account
  • Consider using a VPN in addition to proxies
  • Regularly rotate your proxy list
  • Monitor your wallet activities regularly

๐Ÿ› Troubleshooting

Common Issues

  • Invalid Private Key: Ensure your private keys are in Base58 format
  • CAPTCHA Errors: Check your 2captcha API key and balance
  • Proxy Issues: Verify proxy format and connectivity
  • Whitelist Error: Make sure your wallets are whitelisted on Bitquant

Error Messages

  • Wallet is not whitelisted: Contact Bitquant support for whitelist access
  • Invalid private key format: Ensure Base58 encoding
  • Daily message limit reached: Wait for the next day cycle

๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

โš ๏ธ Disclaimer

This bot is for educational purposes only. Use at your own risk and ensure compliance with Bitquant.io's terms of service. The authors are not responsible for any damages or violations that may occur from using this software.

๐Ÿค Contributing

  • Fork the repository
  • Create a feature branch (git checkout -b feature/amazing-feature)
  • Commit your changes (git commit -m 'Add amazing feature')
  • Push to the branch (git push origin feature/amazing-feature)
  • Open a Pull Request

๐Ÿ“ž Support

If you encounter any issues or have questions:
  • Create an issue on GitHub
  • Check the troubleshooting section
  • Review the code comments for additional details

๐ŸŒŸ Star History

If this project helped you, please give it a โญ!
Happy botting! ๐Ÿค–
๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท vikitoshi/Bitquant-Auto-Bot ยท Updated daily from GitHub