Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

MeoMunDep/Nodepay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Bot Setup Instructions

Welcome to the bot setup guide! Follow the steps below to install and configure the bot correctly. This guide is designed to be beginner-friendly, with clear explanations for each step.


Table of Contents

  1. Configuration Files
  2. Running the Bot
  3. Contact and Support

Configuration Files

1. configs.json – 📜 Adjust Bot Settings
{
  "timeToRestartAllAccounts": 300,
  "howManyAccountsRunInOneTime": 100,
  "skipInvalidProxy": false,
  "delayEachAccount": [1, 1],
  "retryOnErrorAccount": 5,
  "doTasks": true
}
  • Fields Explained:

    • timeToRestartAllAccounts: Time (in seconds) to restart all accounts.
    • howManyAccountsRunInOneTime: Number of accounts to run simultaneously.
    • skipInvalidProxy: Skip invalid proxies if true.
    • delayEachAccount: Random delay range (in seconds) between accounts.
    • retryOnErrorAccount: Number of login error retries per account.
    • doTasks: Enable task completion.
2. datas.txt – 🗂️ User Data

Get it from here

ey...
ey...
ey...

Note: Each row for each account.

3. wallets.txt – 💼 Wallet Addresses

Wallets generator: Link

abc...xyz
abc...xyz
abc...xyz

Note: Wallet updates are currently not supported.

4. proxies.txt – 🌐 Proxy List (Optional)

Get it from Webshare

http://host:port
https://host:port
socks4://host:port
socks5://host:port
http://user:password@host:port
https://user:password@host:port
socks4://user:password@host:port
socks5://user:password@host:port

Note: Each row for each account.


Running the Bot

▶️ Windows (run.bat)
  1. Double click run.bat Or open terminal and run:
run.bat
🐧 Linux/macOS (run.sh)
  1. Make it executable:
chmod +x run.sh
  1. Run the script:
./run.sh
🐍 Manual (Any OS)

Run directly with Python:

python meomundep.py

Use python3 if needed.


Contact and Support


Enjoy using the bot! 🚀