This comprehensive guide will help you set up and run the MeoMunDep r2money Bot on Windows, macOS, or Linux. The bot automates certain game tasks efficiently and securely.
- Prerequisites
- Installation Methods
- Configuration
- Running the Bot
- Troubleshooting
- Security Recommendations
- Contact and Support
Before setting up the bot, ensure you have the following installed:
- Python 3.11.9 - Required to run the script
- Git (optional) - For cloning the repository
You can choose between standard installation or Docker-based deployment.
⚙️ Standard Installation
Windows
- Download Python from python.org
- During installation, check "Add Python to PATH"
- Verify installation by opening Command Prompt and typing:
python --version
macOS
-
Install Homebrew first:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
-
Install Python using Homebrew:
brew install python
-
Verify installation:
python3 --version
Linux
-
For Ubuntu/Debian:
sudo apt update sudo apt install python3 python3-pip -y
-
For CentOS/RHEL:
sudo yum install python3 python3-pip -y
-
Verify installation:
python3 --version
Windows
- Download from git-scm.com
- Use default settings during installation
macOS
brew install git
Linux (Debian/Ubuntu)
sudo apt install git -y
git clone https://github.com/MeoMunDep/r2money.git
cd r2money
Ensure you have the following files in your folder:
meomundep.py
- Main bot script.env
- Configuration fileprivateKeys.txt
- Wallet private keys
Edit the .env
file to customize the bot's behavior:
Field | Type | Description | Example Value |
---|---|---|---|
ADD_LIQUIDITY |
Boolean | Enable adding liquidity | true |
ADD_LIQUIDITY_TIMES |
Integer | Number of times to add liquidity | 3 |
ADD_LIQUIDITY_AMOUNT |
Array [min, max] | Random liquidity amount range | [1, 11] |
DEPOSIT |
Boolean | Enable deposit action | true |
DEPOSIT_TIMES |
Integer | Number of deposit transactions | 1 |
DEPOSIT_AMOUNT |
Array [min, max] | Random deposit amount range | [1, 11] |
SWAP |
Boolean | Enable token swap | true |
SWAP_TIMES |
Integer | Number of swap transactions | 1 |
SWAP_AMOUNT |
Array [min, max] | Random swap amount range | [10, 20] |
STAKE |
Boolean | Enable staking | true |
STAKE_TIMES |
Integer | Number of staking actions | 1 |
STAKE_AMOUNT |
Array [min, max] | Random stake amount range | [10, 20] |
WITHDRAW |
Boolean | Enable withdrawals | true |
WITHDRAW_TIMES |
Integer | Number of withdrawal transactions | 1 |
WITHDRAW_AMOUNT |
Array [min, max] | Random withdrawal amount range | [1, 11] |
CLAIM |
Boolean | Enable claim rewards | true |
CLAIM_TIMES |
Integer | Number of reward claims | 1 |
CLAIM_AMOUNT |
Array [min, max] | Random claim amount range | [1, 11] |
REFERRAL |
Boolean | Enable using referral codes | true |
REFERRAL_TIMES |
Integer | Number of referral code usages | 10 |
INTERVAL_SECONDS |
Integer | Time interval between task rounds (in seconds) | 86400 |
Standard Method
python meomundep.py
Or double-click the provided run.bat
file.
python3 meomundep.py
Or make the script executable and run:
chmod +x run.sh && ./run.sh
Windows
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
Linux/macOS
chmod 600 configs.json privateKeys.txt .env meomundep.py
Each line in privateKeys.txt
should contain one private key:
evm privatekey
evm privatekey
evm privatekey
Note: each row represents one wallet/account
Bot crashes on startup
- Ensure all required packages are installed
- Check your Python version (Python 3.11.9 required)
- Verify configuration file format
Connection errors
- Check your internet connection
- Verify proxy settings if using proxies
- Check if the required endpoints are accessible
Authentication failures
- Ensure your private key is correct and not malformed
Recommendations
-
Data Protection:
- Keep your
privateKeys.txt
and.env
files safe - Use file permissions to prevent unauthorized access
- Keep your
-
Docker Security:
-
Run Docker containers as non-root user:
docker run -u 1000:1000 meomundep-bot
-
Keep Docker and dependencies updated
-
- Support via Referral: r2money Link
- Donate: Telegram Donate
- Work Contact: @MeoMunDep on Telegram
- Support Group: Join here
- Updates Channel: View channel
- YouTube: @keoairdropfreene
- Instagram: @meomundep
- TikTok: @meomundep
✨ Thank you for using the bot. Good luck and happy farming! 🚀