MeoMunDep
LayerEdge
Shell

Auto referrals, checkin, activate node, connect wallet, retrieve tokens, increase points.

Last updated Feb 16, 2026
38
Stars
2
Forks
0
Issues
0
Stars/day
Attention Score
43
Language breakdown
Shell 63.0%
Batchfile 33.9%
JavaScript 3.1%
โ–ธ Files click to expand
README

Alt text

๐Ÿš€ LayerEdge 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


System Requirements

Before running the bot, make sure you have installed:

  • Node.js (Version: 22.11.0)
  • npm (Version: 10.9.0)
  • Git
๐Ÿ“ฅ Node.js & npm: Download

๐Ÿ“ฅ Git: Download


Installing the Bot

๐Ÿ”ง Install via Git

git clone https://github.com/MeoMunDep/LayerEdge.git
cd LayerEdge
npm install --no-audit --no-fund --prefer-offline --force user-agents axios meo-forkcy-colors meo-forkcy-utils https-proxy-agent socks-proxy-agent ethers web3 ws

๐Ÿงฐ Manual Installation

  • Download and extract the bot manually.
  • Run the same npm install --no-audit --no-fund --prefer-offline --force user-agents axios meo-forkcy-colors meo-forkcy-utils https-proxy-agent socks-proxy-agent ethers web3 ws command as above.

Bot Configuration

๐Ÿ“œ 1. configs.json - Main Configuration

{
  "rotateProxy": false,
  "skipInvalidProxy": false,
  "proxyRotationInterval": 2,
  "delayEachAccount": [1, 81],
  "timeToRestartAllAccounts": 300,
  "howManyAccountsRunInOneTime": 50,
  
  "doReferer": true,
  "referralCodes": ["EKajLIJW", "M60tDdYm"],
  
  "sendProof": true,
  "verifyNode": true,

"getToken": { "maxCaptchaAttempts": 20, "2captchaApiKey": ["your-2captcha-key1", "your-2captcha-key2"], "capsolverApiKey": ["your-capsolver-key"], "capmonsterApiKey": ["your-capmonster-key"], "yescaptchaApiKey": ["your-yescaptcha-key"], "omniApiKey": ["your-omni-key"] } }

| Parameter Name | Type | Default | Description | |------------------------------|--------------------|------------------------------------------------|-----------------------------------------------------------------| | rotateProxy | boolean | false | Enable proxy rotation between accounts | | skipInvalidProxy | boolean | false | Skip the account if its proxy is invalid | | proxyRotationInterval | number | 2 | Minutes between proxy rotations | | delayEachAccount | [number, number] | [1, 81] | Random delay range (in seconds) between each account | | timeToRestartAllAccounts | number | 300 | Time (in seconds) before restarting all accounts | | howManyAccountsRunInOneTime| number | 50 | Number of accounts to run in parallel | | doReferer | boolean | true | Whether to perform referral registration | | referralCodes | string[] | ["EKajLIJW", "M60tDdYm"] | List of referral codes to use (randomly picked) | | sendProof | boolean | true | Whether to send activity proof to LayerEdge | | verifyNode | boolean | true | Whether to automatically verify the node | | getToken.maxCaptchaAttempts| number | 20 | Maximum attempts to solve CAPTCHA before failing | | getToken.2captchaApiKey | string[] | ["your-2captcha-key1", "your-2captcha-key2"] | API keys for 2Captcha | | getToken.capsolverApiKey | string[] | ["your-capsolver-key"] | API keys for CapSolver | | getToken.capmonsterApiKey | string[] | ["your-capmonster-key"] | API keys for CapMonster | | getToken.yescaptchaApiKey | string[] | ["your-yescaptcha-key"] | API keys for YesCaptcha | | getToken.omniApiKey | string[] | ["your-omni-key"] | API keys for OmniCaptcha |

๐Ÿ’ผ 2. privateKeys.txt - Wallet List

๐Ÿ“ฅ Generate wallets here

  • EVM PrivateKey
0xabc123... 0xdef456... ...

๐ŸŒ 3. proxies.txt - Proxy List

๐Ÿ“ฅ Free proxy from Webshare

host:port
http://host:port
socks5://user:pass@host:port
...


Running the Bot

๐ŸชŸ 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


Updating the Bot

๐Ÿ”„ If installed via Git

cd LayerEdge
git pull origin main
npm install


Contact & Support

  • Support me via
LayerEdge Link - Referral Code: PQv1wlu7

โš ๏ธ 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! ๐Ÿš€

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท MeoMunDep/LayerEdge ยท Updated daily from GitHub