DAWN-BOT BY DROPSTERMIND Automated Dawn Internet validator management with multi-threading and proxy support.
- Overview
- Features
- Requirements
- Installation
- Configuration
- Usage
- File Structure
- Proxy Support
- Bot Features Detail
- Logging Examples
- Troubleshooting
- Contributing
- Support
- Disclaimer
- License
- Quick Start Summary
DAWN-BOT BY DROPSTERMIND is an advanced automated tool designed to manage Dawn Internet validator nodes efficiently. It provides seamless proxy integration, multi-account support, and automated keep-alive functionality to ensure optimal validator performance.
π Get Started: Register on Dawn Internet
π Referral Code: 20SN4HNL
π₯ Download Chrome Extension
- π€ Automated Token Setup β Auto-fetch bearer tokens with OTP verification
- π Multi-Account Support β Handle multiple accounts simultaneously
- π Smart Proxy Rotation β Automatic rotation of invalid proxies
- π° Real-time Earning Monitor β Track points and earnings in real-time
- π Auto Keep-Alive System β Automated ping every 10 minutes
- π¨ Beautiful Console UI β Professional logging with
colorama - π Secure Token Management β Safe storage of session tokens
- β‘ High Performance β Asynchronous operations with
aiohttp
- Python: 3.8+
- pip: Latest version recommended
- Chrome Extension: Dawn Validator Chrome Extension
# 1. Clone the Repository
git clone https://github.com/DropsterMind/DAWN-DM.git
cd DAWN-DM
# 2. Install Dependencies
pip3 install -r requirements.txtaiohttp==3.11.10 # Async HTTP requests
aiohttp-socks==0.9.1 # SOCKS proxy support
fake-useragent==1.5.1 # Random user agents
colorama==0.4.6 # Colored console output
pytz==2024.1 # Timezone handling
Create a emails.txt file:
your_email_1@gmail.com
your_email_2@yahoo.com
your_email_3@outlook.com
Create a proxy.txt file:
# HTTP/HTTPS
http://username:password@host:port
https://host:port
# SOCKS
socks5://username:password@host:port
socks4://host:port
# Simple format
192.168.1.1:8080
python3 setup.pyWhat happens:
β
OTP verification
β
Token extraction & storage
β
Referral code application
β
Secure saving to tokens.json
python3 bot.pyBot Operations:
- π Real-time earning monitor
- π Keep-alive pings
- π Proxy rotation
- π Multi-account management
dawn-bot/
βββ setup.py # Token setup bot
βββ bot.py # Main validator bot
βββ requirements.txt
βββ emails.txt # Email accounts
βββ proxy.txt # Proxy list
βββ tokens.json # Auto-generated tokens
βββ README.md
- HTTP/HTTPS β Standard
- SOCKS4/5 β Secure sockets
- Authenticated Proxies β User:pass support
- Rotating Proxies β Auto rotation
Benefits: π‘οΈ Privacy | π Geo flexibility | π Load balance | β‘ Rate-limit bypass
- π OTP authentication
- π§ Email validation
- π― Referral code application
- πΎ Secure token storage
- π Retry mechanism
- π Real-time points monitoring
- π 10-minute pings
- π Multi-account concurrent handling
- π Node + referral earnings tracking
- π¦ Connection health checks
Successful Setup
[21:45:30] π§ Action: Request OTP β’ β
Success β’ OTP sent
Earning Monitor
[21:45:35] π€ mas***ki@gmail.com β’ π 192.168.1.1:8080 β’ π° 150 PTS
Keep-Alive
[21:55:30] π€ mas***ki@gmail.com β’ β
PING Success β’ Message: Ping received
Common Issues
- OTP not received β Check spam / connection
- Token expired β Rerun
setup.py - Proxy failed β Verify
proxy.txt - Rate limited β Add delays / use better proxies
Error Messages
- β Connection Failed β Network/proxy issue
- β Token Expired β Re-authenticate
- β Rate Limited β Too many requests
- β Success β Operation complete
- β Star the repo
- π Report bugs in Issues
- π‘ Suggest new features
- π§ Submit PRs
- π Improve docs
- Developer: Dropstermind
- Issues: GitHub Issues
- Docs: This README
This bot is for educational & personal use only. Users are responsible for:
- π Following Dawn Internet ToS
- π Complying with laws
- βοΈ Ethical use
- π Keeping account secure
The developers are not responsible for account restrictions or issues arising from usage.
This project is licensed under the MIT License.
Made with β€οΈ by Dropstermind DAWN-BOT BY DROPSTERMIND - Professional Automation Solutions
If this project helped you, consider giving it a β on GitHub!
# Clone & Install
git clone https://github.com/DropsterMind/DAWN-DM.git
cd dawn-bot
pip install -r requirements.txt
# Configure
# β Add emails to emails.txt
# β Add proxies to proxy.txt (optional)
# Setup
python3 setup.py
# Run
python3 bot.pyπ Enjoy automated Dawn Internet validation!