├── .env ├── README.md ├── gradientbot.exe └── linux ├── .env └── gradientbot /.env: -------------------------------------------------------------------------------- 1 | # SYSTEM SETTINGS 2 | BOT_TOKEN=YOUR_TELEGRAM_BOT_TOKEN 3 | LICENSE_KEY=YOUR_VALID_LICENSE_KEY -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Gradient Bot 2 | 3 | **Channel: [https://t.me/JamBitPY](https://t.me/JamBitPY)** 4 | 5 | **Chat: [(https://t.me/+u7hWfz0WqsFkNmMy](https://t.me/+u7hWfz0WqsFkNmMy)** 6 | 7 | ## 🌟 Overview 8 | Gradient Bot is an advanced automation tool designed to streamline account registration and farming processes on Gradient Network. With its powerful features and user-friendly interface, it offers a seamless experience for users looking to maximize their efficiency on the platform. 9 | 10 | ### 📚 Documentation Links 11 | - [User Guide](https://jammers-organization.gitbook.io/gradient-network-bot-or-jambit-x-mr.-x) 12 | - [Installation Guide](https://jammers-organization.gitbook.io/gradient-network-bot-or-jambit-x-mr.-x/installation-guide) 13 | - [Interface Overview](https://jammers-organization.gitbook.io/gradient-network-bot-or-jambit-x-mr.-x/interface-overview) 14 | 15 | ## 💫 Key Information 16 | ### Purchase Details 17 | - **Price**: $200 18 | - **Contact**: [Telegram](https://t.me/Jaammerr) 19 | 20 | ## ✨ Features 21 | 22 | ### 🔄 Core Functionality 23 | - ✅ Automatic account registration 24 | - 🌾 Automated farming operations 25 | - 🔄 Smart proxy auto-swap system 26 | - 🔁 Automated account re-verification 27 | - 🎯 Precise captcha solving integration 28 | 29 | ### 📊 Management & Analytics 30 | - 📧 Advanced email verification system 31 | - 🎟️ Seamless invite code binding 32 | - 📈 Detailed statistics export to CSV 33 | - 📤 Auto-export of unverified accounts 34 | - 📉 Real-time performance monitoring 35 | 36 | ### 💡 Advanced Capabilities 37 | - 🔒 Secure data management 38 | - 🔍 Comprehensive logging system 39 | - ⚡ High-performance architecture 40 | 41 | ### 🛡️ Security Features 42 | - 🔐 Secure account storage 43 | - 🌐 Proxy protection system 44 | - 🤖 Anti-detection measures 45 | - 📝 Detailed operation logs 46 | 47 | 48 | ## 🔄 Changelog 49 | 50 | ### 🗃️ Database 51 | - **Optimization Fix**: Resolved freezing issues during large-scale thread operations 52 | - **Performance**: Improved handling of concurrent database recording 53 | 54 | ### 📧 IMAP System 55 | - **New Provider**: Added support for onet.pl email service 56 | - **Enhancement**: Redesigned logic for single IMAP account integration 57 | 58 | ### ⚙️ Settings System 59 | - **Major Update**: Migrated settings from .env file to in-bot configuration 60 | - **Convenience**: Eliminated need for bot restart after settings changes 61 | 62 | ### ⏱️ New Delay Controls 63 | Added customizable delay ranges for improved randomization: 64 | - **Registration**: Configurable delay range for account creation 65 | - **Statistics**: Adjustable timing for stats collection 66 | - **Farming**: Variable delays between farming operations 67 | -------------------------------------------------------------------------------- /gradientbot.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaammerr/Gradient-Network-Bot/9df43cadbe708af880f8e1f16a177c1f251976f9/gradientbot.exe -------------------------------------------------------------------------------- /linux/.env: -------------------------------------------------------------------------------- 1 | # SYSTEM SETTINGS 2 | BOT_TOKEN=YOUR_TELEGRAM_BOT_TOKEN 3 | LICENSE_KEY=YOUR_VALID_LICENSE_KEY -------------------------------------------------------------------------------- /linux/gradientbot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaammerr/Gradient-Network-Bot/9df43cadbe708af880f8e1f16a177c1f251976f9/linux/gradientbot --------------------------------------------------------------------------------