Skip to content

MeoMunDep/Hybrid

Repository files navigation

🚀 Bot Setup Instructions

Welcome to the bot setup guide! Follow the steps below to install and configure the bot correctly. This guide is designed to be beginner-friendly, with clear explanations for each step.

Termux guides if you run on mobile


Table of Contents

  1. Prerequisites
  2. Installation Steps
  3. Configuration Files
  4. Running the Bot
  5. Contact and Support

Prerequisites

Before running the bot, make sure you have the following installed:

  • Node.js (Version: 22.11.0)
  • npm (Version: 10.9.0)

Download Node.js and npm here: Download Link.

-> Double click on run.bat for windows or run.sh for linux/mac if you want to run automatically, remember to fill all the necessary data.


Installation Steps

  1. Download and Extract the Bot Files:

    • Extract the bot package into a folder on your computer.
  2. Install Dependencies: Open your terminal or command prompt, navigate to the folder where the bot files are located, and run:

    npm install --force user-agents axios https-proxy-agent socks-proxy-agent meo-forkcy-colors ethers web3 

    If you encounter an Execution Policy error on Windows, run:

    Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

    Then, run the npm install command again.

  3. Prepare Configuration Files:

    • Ensure all configuration files are set up correctly before running the bot (see Configuration Files section).

Configuration Files

1. configs.json - 📜 Adjust Bot Settings

This file controls the bot’s behavior. Below is an example configuration:

{
  "rotateProxy": false,
  "skipInvalidProxy": false,
  "proxyRotationInterval": 2,
  "delayEachAccount": [1, 1],
  "timeToRestartAllAccounts": 300,
  "howManyAccountsRunInOneTime": 10,

  "bridgeAmount": [1, 5],
  "bridgeTime": [1, 5],
  "gasLimit": 100000,

   "faucet": {
    "maxCaptchaAttempts": 20,
    "2captchaApiKey": ""
  }
}

Configuration Options

  • rotateProxy: Enable or disable proxy rotation.

    • false means all accounts use a fixed proxy (or no proxy if unspecified).
  • skipInvalidProxy: Skip invalid proxies if true.

    • false will stop the program if a proxy fails.
  • proxyRotationInterval: Time interval (in minutes) for rotating proxies (only applies if rotateProxy is true).

    • Example: 2 means rotate every 2 minutes.
  • delayEachAccount: Random delay range (in seconds) between starting each account.

    • Example: [1, 1] means a fixed 1-second delay.
  • timeToRestartAllAccounts: Time (in seconds) to wait before restarting all accounts once finished.

    • Example: 300 means restart every 5 minutes.
  • howManyAccountsRunInOneTime: Number of accounts to run in parallel at a time.

    • Example: 10 means run 10 accounts simultaneously.

Faucet Settings

  • faucet.maxCaptchaAttempts: Maximum number of attempts to solve CAPTCHA per account.

    • Example: 20
  • faucet.2captchaApiKey: Your 2Captcha API key for solving CAPTCHA challenges.

    • Leave it empty ("") to disable CAPTCHA solving.

2. privateKeys.txt - 💼 Wallet Addresses

  • Wallets generator: Link
  • Add your wallet addresses in the following format:
EVM privatekey
EVM privatekey
EVM privatekey

Note: Wallet updates are currently not supported.

3. 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:

http://host:port
https://host:port
socks4://host:port
socks5://host:port
http://user:pass@host:port
https://user:pass@host:port
socks4://user:pass@host:port
socks5://user:pass@host:port

Note: each row for each account


Running the Bot

  1. Navigate to the folder containing the bot files:

    cd /path/to/hybrid
  2. Run the bot using the following command:

    node tx_meomundep.js

Contact and Support

If you encounter any issues or have questions, feel free to reach out:

Your support is greatly appreciated! 🐱


Enjoy using the bot! 🚀

Releases

No releases published

Packages

No packages published