An open API service indexing awesome lists of open source software.

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.

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! πŸš€