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
- System Requirements
- Installing the Bot
- Bot Configuration
- Running the Bot
- Updating the Bot
- Contact & Support
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
π§ Install via Git
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π§° Manual Installation
- Download and extract the bot manually.
- Run the same
npm installcommand as above.
π³ Install via Docker
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)
π 1. configs.json - Main Configuration
{
"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 |
π 2. proxies.txt - Proxy List
host:port
http://host:port
socks5://user:pass@host:port
...πͺ Run on Windows (.bat)
- Double-click
run.bat - It auto-updates, installs dependencies, and runs the bot.
If it fails, right-click β Run as Administrator Or run from CMD:
run.batπ§ Run on Linux/macOS (.sh)
chmod +x run.sh
./run.shπ³ Run with Docker
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-imageLater restart:
docker start meganet-containerπ If installed via Git
cd meganet
git pull origin main
npm installπ³ If using Docker
docker stop meganet-container
docker rm meganet-container
docker build -t meganet-image .
docker run -d --name meganet-container meganet-image- Support me via Referral Link
- Donate: Donate Here
- Contact (Work): @MeoMunDep
- Support Group: Join here
- Updates Channel: View channel
- YouTube: Watch here
- Instagram: Follow
- Tiktok: Follow
β¨ Thank you for using the bot, hope you earn from my scripts! Good luck! π