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
.envfile 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.txtfile 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
.envfile
- 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 inproxies.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