https://github.com/meomundep/layeredge
Auto referrals, checkin, activate node.
https://github.com/meomundep/layeredge
airdrop airdrop-claim-bot airdrop-farm airdrop-free airdrops-bot airdrops-tools layeredge meomundep node testnet web
Last synced: 13 days ago
JSON representation
Auto referrals, checkin, activate node.
- Host: GitHub
- URL: https://github.com/meomundep/layeredge
- Owner: MeoMunDep
- Created: 2025-01-26T11:09:50.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-07T08:14:10.000Z (about 2 months ago)
- Last Synced: 2025-03-28T17:29:44.363Z (about 1 month ago)
- Topics: airdrop, airdrop-claim-bot, airdrop-farm, airdrop-free, airdrops-bot, airdrops-tools, layeredge, meomundep, node, testnet, web
- Language: Assembly
- Homepage: https://t.me/keoairdropfreene
- Size: 143 MB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π Bot Setup Instructions
This is the instruction for the .exe version; the Node.js guide is like my other Node.js scripts.
---
## Table of Contents
1. [Configuration Files](#configuration-files)
- [`configs.json`](#1-configsjson)
- [`datas.txt`](#2-datastxt)
- [`wallets.txt`](#3-walletstxt)
- [`proxies.txt`](#4-proxiestxt)
2. [Running the Bot](#running-the-bot)
3. [Contact and Support](#contact-and-support)---
## Configuration Files
### 1. `configs.json` - π Adjust Bot Settings
This file controls the botβs behavior. Below is an example configuration:
```json
{
"timeZone": "en-US",
"skipInvalidProxy": false,
"delayEachAccount": [1, 1],
"timeToRestartAllAccounts": 300,
"howManyAccountsRunInOneTime": 1,
"referralCode": "PQv1wlu7"
}
```- **Fields Explained:**
- `timeZone`: Time zone setting (e.g., "en-US").
- `skipInvalidProxy`: Skip invalid proxies if `true`.
- `delayEachAccount`: Random delay range (in seconds) between accounts.
- `timeToRestartAllAccounts`: Time (in seconds) to restart all accounts.
- `howManyAccountsRunInOneTime`: Number of accounts to run simultaneously.
- `referralCode`: Add your referral code (optional). Do not change it if you want to support me ^^### 3. `privateKeys.txt` - πΌ Wallet Addresses
- Wallets generator: [Link](https://github.com/MeoMunDep/Automatic-Ultimate-Create-Wallets-for-Airdrop)
- EVM privatekey.
- Start with both "0x" prefix and without it.```txt
abc...xyz
abc...xyz
abc...xyz
```_Note: Each row for each account_
### 4. `proxies.txt` - π Proxy List (Optional)
If you are using proxies, add them here. Leave the file blank if you are not using proxies. Supported formats:
```txt
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
1. Navigate to the folder containing the bot files:
```bash
cd /path/to/bot-folder/
```2. Run the bot using the following command:
#### **Windows**
Open Command Prompt (cmd) or PowerShell and run:
```powershell
./meomundep.exe
```(If that doesnβt work, try `meomundep.exe` or `.\meomundep.exe`.)
---
#### **Linux**
Since `.exe` files are designed for Windows, you need **Wine** to run them:
1. **Install Wine (if not installed):**
- **Ubuntu/Debian:**
```bash
sudo apt update && sudo apt install wine
```
- **Arch Linux:**
```bash
sudo pacman -S wine
```
- **Fedora:**
```bash
sudo dnf install wine
```
2. **Run the program:**
```bash
wine meomundep.exe
```---
#### **macOS**
macOS also requires **Wine** to run `.exe` files:
1. **Install Homebrew (if not installed):**
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
2. **Install Wine:**
```bash
brew install wine
```
3. **Run the program:**
```bash
wine meomundep.exe
```---
## Contact and Support
- **Help me with your referral** [Referral Link](https://dashboard.layeredge.io/) - Referral Code: `PQv1wlu7`
- **Buy me a telegram account** [Here](https://t.me/KeoAirDropFreeNe/312/27801) or [Here](https://github.com/MeoMunDep/MeoMunDep)If you encounter any issues or have questions, feel free to reach out:
- **Contact:** [Contact Me](https://t.me/MeoMunDep)
- **Group:** [Join the Group](https://t.me/KeoAirDropFreeNe)
- **Channel:** [Visit the Channel](https://t.me/KeoAirDropFreeNee)Your support is greatly appreciated! π±
---
Enjoy using the bot! π