Automated Dawn Validator management with multi-threading and proxy support
Dawn Validator BOT is an automated tool designed to manage Dawn Validator nodes efficiently with multi-threading support. It provides seamless proxy integration and automated keep-alive functionality to ensure optimal validator performance.
🔗 Get Started: Register on Dawn Validator
Referral Code: Use code
20SN4HNLduring registration for benefits!
📥 Extension: Download Chrome Extension
- 🤖 Automated Token Extraction - Auto-fetch bearer tokens
- 🔄 Automated Account Management - Retrieve account information automatically
- 🌐 Flexible Proxy Support - Run with or without proxy configuration
- 🔀 Smart Proxy Rotation - Automatic rotation of invalid proxies
- 💓 Ping System - Automated ping signals every 10 minutes
- ⚡ Multi-Threading Support - Handle multiple accounts simultaneously
- Python: Version 3.9 or higher
- pip: Latest version recommended
✔️ Install dari:
F-Droid: https://f-droid.org/packages/com.termux/
atau GitHub resmi Termux
Jalankan satu per satu:
pkg update && pkg upgrade -y
pkg install python git clang libffi openssl -ygit clone https://github.com/jibrexblog/DAWN-TERMUX.git
cd DAWN-TERMUXpip install -r requirements.txtPermission Folder (Agar Tidak Error)
chmod +x *.pyCreate or edit nano emails.txt in the project directory:
your_email_address_1
your_email_address_2
Create or edit proxy.txt in the project directory:
# Simple format (HTTP protocol by default)
192.168.1.1:8080
# With protocol specification
http://192.168.1.1:8080
https://192.168.1.1:8080
# With authentication
http://username:password@192.168.1.1:8080
Run the setup script to automatically fetch tokens using your configured account credentials:
python setup.py💡 What does setup.py do?
- Automatically logs in to your Dawn Validator accounts
- Extracts bearer tokens automatically
- Saves tokens to
tokens.jsonfor the bot to use
After running the setup, launch the Dawn Validator BOT:
python bot.pyTips Android:
- Gunakan Termux:Widget untuk auto-start
- Install Termux:Boot untuk run saat HP restart
- Gunakan screen/tmux untuk background farming:
pkg install tmux tmux new -s dawn python bot.py # Tekan Ctrl+B lalu D untuk detach # tmux attach -t dawn untuk kembali
When starting the bot, you'll be prompted to choose:
-
Proxy Mode Selection:
- Option
1: Run with proxy - Option
2: Run without proxy
- Option
-
Auto-Rotation:
y: Enable automatic invalid proxy rotationn: Disable auto-rotation
If this project has been helpful to you, consider supporting its development:
We welcome contributions from the community! Here's how you can help:
- ⭐ Star this repository if you find it useful
- 👥 Follow for updates on new features
- 🐛 Report issues via GitHub Issues
- 💡 Suggest improvements or new features
- 🔧 Submit pull requests for bug fixes or enhancements
Thank you for using Dawn Validator BOT! Don't forget to ⭐ star this repository.