Skip to content

Auto referrals, checkin, activate node, connect wallet, retrieve tokens, increase points. [50 STARS TO UNLOCK EXTENSION PING SCRIPT]

Notifications You must be signed in to change notification settings

MeoMunDep/LayerEdge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  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

📥 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
  1. Download and extract the bot manually.
  2. 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)
  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
🐧 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


⚠️ 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! 🚀

About

Auto referrals, checkin, activate node, connect wallet, retrieve tokens, increase points. [50 STARS TO UNLOCK EXTENSION PING SCRIPT]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published