TONxDAO
Auto farm, do tasks, do quizzes, vote syndicate, checkin.
Install / Use
/learn @MeoMunDep/TONxDAOREADME
🚀 Bot Setup Instructions (Python Version)
Welcome to the Python version of the bot setup guide! Follow the steps below to install and run the bot using meomundep.py.
📱 For Mobile Users (Termux): View the guide here
Table of Contents
Configuration Files
1. configs.json - 📜 Adjust Bot Settings
{
"doTasks": false,
"doQuizzes": false,
"connectWallets": false,
"delayEachAccount": [1, 1],
"timeToRestartAllAccounts": 300,
"howManyAccountsRunInOneTime": 100,
"answerForQuest": {
"DAO registration overview": "anwser1",
"DAO registration FAQ": "anwser2"
}
}
doTasks: Enable task automationdoQuizzes: Enable quiz solvingconnectWallets: Connect wallets automaticallydelayEachAccount: Random delay range (in seconds)timeToRestartAllAccounts: Restart interval (in seconds)howManyAccountsRunInOneTime: Number of concurrent accountsanswerForQuest: Custom answers per quest
2. datas.txt - 🗂️ User Data
query_id.../user...
query_id.../user...
3. wallets.txt - 💼 Wallet Addresses
- Generate wallets: GitHub Link
abc...xyz
abc...xyz
4. proxies.txt - 🌐 Proxy List (Optional)
http://host:port
https://host:port
socks4://host:port
socks5://host:port
http://user:pass@host:port
Running the Bot
1. Install Python Dependencies
pip install -r requirements.txt
❗ If
requirements.txtis not available, installrequests,colorama, or any libraries used inmeomundep.py.
2. Run the Bot
✅ Option 1: Direct Command
python meomundep.py
✅ Option 2: Use Startup Script
- Windows →
run.bat - Linux/macOS →
run.sh
🪟 run.bat (For Windows)
Just double click on "run.bat" file or type this in cmd:
./run.bat
🐧 run.sh (For Linux/macOS)
Make the script executable:
chmod +x run.sh
Then run:
./run.sh
Contact and Support
-
🤝 Referral: Join here
-
💬 Support/Help:
🚀 Enjoy using the bot!
<p align="center"><a href="#-Bot-Setup-Instructions-Python-Version">⬆️ Back to top</a></p>
