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!