SkillAgentSearch skills...

Meganet

Auto referrals, do tasks, increase points.

Install / Use

/learn @MeoMunDep/Meganet

README

🚀 meganet Bot Setup Guide

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

📱 For Mobile Users (Termux): View the guide here


Table of Contents

  1. System Requirements
  2. Installing the Bot
  3. Bot Configuration
  4. Running the Bot
  5. Updating the Bot
  6. Contact & Support

System Requirements

Before running the bot, make sure you have installed:

  • Node.js (Version: 22.11.0)
  • npm (Version: 10.9.0)
  • Git
  • Docker (Optional)

📥 Node.js & npm: Download

📥 Git: Download


Installing the Bot

<details> <summary><strong>🔧 Install via Git</strong></summary>
git clone https://github.com/MeoMunDep/meganet.git
cd meganet
npm install --no-audit --no-fund --prefer-offline --force user-agents axios meo-forkcy-colors meo-forkcy-utils meo-forkcy-proxy meo-forkcy-logger ethers web3 ws
</details> <details> <summary><strong>🧰 Manual Installation</strong></summary>
  1. Download and extract the bot manually.
  2. Run the same npm install command as above.
</details> <details> <summary><strong>🐳 Install via Docker</strong></summary>
docker build -t meganet-image .
docker run -d --name meganet-container -v $(pwd)/logs:/app/logs meganet-image

💡 On Windows CMD, use %cd% instead of $(pwd)

</details>

Bot Configuration

<details open> <summary><strong>📜 1. <code>configs.json</code> - Main Configuration</strong></summary>
{
  "doTasks": false,
  "pingInterval": 15000,
  "saveNewWallets": true,
  "delayEachAccount": [1, 2],
  "referralCodes": ["BG5UKD"],
  "howManyNewWalletsToCreate": 100,
  "howManyAccountsRunInOneTime": 1
}

| Parameter Name | Type | Default / Current | Description | | ----------------------------- | ------------------ | --------------------- | ------------------------------------------------------- | | delayEachAccount | [number, number] | [1, 2] | Random delay range (in seconds) between accounts | | howManyAccountsRunInOneTime | number | 1 | Number of accounts to run in parallel | | doTasks | boolean | false | Whether to perform main tasks | | referralCodes | string[] | ["BG5UKD"] | Optional referral codes | | pingInterval | number | 15000 | Interval (in ms) between pings to keep connection alive | | saveNewWallets | boolean | true | Save newly generated wallets to file | | howManyNewWalletsToCreate | number | 100 | Number of new wallets to create automatically |

</details> <details> <summary><strong>💼 1. <code>privateKeys.txt</code> - Wallet List</strong></summary>

📥 Generate wallets here

0xabc123...
0xdef456...
...
</details> <details> <summary><strong>🌐 2. <code>proxies.txt</code> - Proxy List</strong></summary>

📥 Free proxy from Webshare

host:port
http://host:port
socks5://user:pass@host:port
...
</details>

Running the Bot

<details open> <summary><strong>🪟 Run on Windows (.bat)</strong></summary>
  1. Double-click run.bat
  2. It auto-updates, installs dependencies, and runs the bot.

If it fails, right-click → Run as Administrator Or run from CMD:

run.bat
</details> <details> <summary><strong>🐧 Run on Linux/macOS (.sh)</strong></summary>
chmod +x run.sh
./run.sh
</details> <details> <summary><strong>🐳 Run with Docker</strong></summary>
docker stop meganet-container 2>/dev/null && docker rm meganet-container 2>/dev/null
docker build -t meganet-image .
docker run -d --name meganet-container -v $(pwd)/logs:/app/logs meganet-image

Later restart:

docker start meganet-container
</details>

Updating the Bot

<details> <summary><strong>🔄 If installed via Git</strong></summary>
cd meganet
git pull origin main
npm install
</details> <details> <summary><strong>🐳 If using Docker</strong></summary>
docker stop meganet-container
docker rm meganet-container
docker build -t meganet-image .
docker run -d --name meganet-container meganet-image
</details>

Contact & Support


⚠️ Disclaimer: This code is provided "as is" without any warranties. Use it at your own risk. You are solely responsible for any consequences arising from its use. Redistribution or sale of this code in any form is strictly prohibited.

✨ Thank you for using the bot, hope you earn from my scripts! Good luck! 🚀

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated5mo ago
Forks0

Languages

Shell

Security Score

77/100

Audited on Oct 19, 2025

No findings