{"id":26760069,"url":"https://github.com/meomundep/maitrix","last_synced_at":"2026-02-09T10:31:59.754Z","repository":{"id":278447876,"uuid":"935234838","full_name":"MeoMunDep/MAITRIX","owner":"MeoMunDep","description":"Auto faucet, mint, stake tokens, connect wallet.","archived":false,"fork":false,"pushed_at":"2025-06-10T10:10:01.000Z","size":1742,"stargazers_count":58,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T11:26:33.873Z","etag":null,"topics":["airdrop","airdrop-claim-bot","airdrop-farm","airdrop-free","airdrops-bot","airdrops-tools","eth","evm","faucet","gas","haizzz","lol","maitrix","meomundep","metamask","testnet"],"latest_commit_sha":null,"homepage":"https://t.me/keoairdropfreene","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MeoMunDep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-19T05:49:40.000Z","updated_at":"2025-06-10T10:10:05.000Z","dependencies_parsed_at":"2025-03-14T19:28:49.103Z","dependency_job_id":"53c6996e-ef86-4c9a-b821-f4f9ef3c1085","html_url":"https://github.com/MeoMunDep/MAITRIX","commit_stats":null,"previous_names":["meomundep/maitrix"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MeoMunDep/MAITRIX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeoMunDep%2FMAITRIX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeoMunDep%2FMAITRIX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeoMunDep%2FMAITRIX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeoMunDep%2FMAITRIX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MeoMunDep","download_url":"https://codeload.github.com/MeoMunDep/MAITRIX/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeoMunDep%2FMAITRIX/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267997183,"owners_count":24178251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["airdrop","airdrop-claim-bot","airdrop-farm","airdrop-free","airdrops-bot","airdrops-tools","eth","evm","faucet","gas","haizzz","lol","maitrix","meomundep","metamask","testnet"],"created_at":"2025-03-28T17:29:09.643Z","updated_at":"2026-02-09T10:31:59.748Z","avatar_url":"https://github.com/MeoMunDep.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 🚀 Bot Setup Instructions\n\nWelcome 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.\n\n\u003e [Termux guides if you run on mobile](https://github.com/MeoMunDep/Guides-for-using-my-script-on-termux)\n\n---\n\n## Table of Contents\n\n1. [Prerequisites](#prerequisites)\n2. [Installation Steps](#installation-steps)\n3. [Configuration Files](#configuration-files)\n   - [`configs.json`](#configsjson)\n   - [`privateKeys.txt`](#privatekeystxt)\n   - [`wallets.txt`](#walletstxt)\n   - [`proxies.txt`](#proxiestxt)\n4. [Running the Bot](#running-the-bot)\n5. [Contact and Support](#contact-and-support)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003ePrerequisites\u003c/summary\u003e\n\n## Prerequisites\n\nBefore running the bot, make sure you have the following installed:\n\n- **Node.js** (Version: `22.11.0`)\n- **npm** (Version: `10.9.0`)\n\nDownload Node.js and npm here: [Download Link](https://t.me/KeoAirDropFreeNe/257/1462).\n\n-\u003e 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.\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eInstallation Steps\u003c/summary\u003e\n\n## Installation Steps\n\n1. **Download and Extract the Bot Files:**  \n   - Extract the bot package into a folder on your computer.\n\n2. **Install Dependencies:**  \n   Open your terminal or command prompt, navigate to the folder where the bot files are located, and run:\n\n```bash\nnpm install --force user-agents axios meo-forkcy-colors meo-forkcy-utils meo-forkcy-proxy meo-forkcy-logger ethers\n````\n\nIf you encounter an Execution Policy error on Windows, run:\n\n```bash\nSet-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass\n```\n\nThen, run the npm install command again.\n\n3. **Prepare Configuration Files:**\n\n   * Ensure all configuration files are set up correctly before running the bot (see Configuration Files section).\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eConfiguration Files\u003c/summary\u003e\n\n## Configuration Files\n\n### `configs.json` - 📜 Adjust Bot Settings\n\nThis file controls the bot’s behavior. Example:\n\n```json\n{\n  \"rotateProxy\": false,\n  \"skipInvalidProxy\": true,\n  \"proxyRotationInterval\": 2,\n  \"delayEachAccount\": [1, 1],\n  \"timeToRestartAllAccounts\": 86400,\n  \"howManyAccountsRunInOneTime\": 1,\n  \"faucet\": true,\n  \"mint\": true,\n  \"staking\": {\n    \"enable\": true,\n    \"amount\": {\n      \"AUSD\": [10, 50],\n      \"USDe\": [10, 50],\n      \"LVLUSD\": [10, 50],\n      \"vUSD\": [5, 10],\n      \"VANAUSD\": [10, 50],\n      \"azUSD\": [1, 5],\n      \"stATH\": [1, 5],\n      \"0USD\": [10, 50],\n      \"USD1\": [10, 20]\n    }\n  }\n}\n```\n\n### `privateKeys.txt` - 💼 Wallet Addresses\n\n* Wallets generator: [Link](https://github.com/MeoMunDep/Automatic-Ultimate-Create-Wallets-for-Airdrop)\n* EVM privatekey.\n\n```txt\n0x...\n0x...\n0x...\n```\n\n### `proxies.txt` - 🌐 Proxy List (Optional)\n\nSupported formats:\n\n```txt\nhttp://host:port\nhttps://host:port\nsocks4://host:port\nsocks5://host:port\nhttp://user:pass@host:port\nhttps://user:pass@host:port\nsocks4://user:pass@host:port\nsocks5://user:pass@host:port\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eRunning the Bot\u003c/summary\u003e\n\n## Running the Bot\n\n1. Navigate to the folder containing the bot files:\n\n```bash\ncd /path/to/maitrix\n```\n\n2. Run the bot using the following command:\n\n```bash\nnode meomundep.js\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eContact and Support\u003c/summary\u003e\n\n## Contact and Support\n\n* **Help me with your referral** [MAITRIX Link](https://app.testnet.themaitrix.ai/#/home) | [GALXE Tasks](https://app.galxe.com/quest/FUPyKccXmgcMMPVUQi2aF4)\n\n* **ARB SEPOLIA faucet**: [1](https://faucet.quicknode.com/arbitrum/sepolia) - [2](https://www.alchemy.com/faucets/arbitrum-sepolia) - [3](https://bridge.arbitrum.io/)\n\n* **Help me feed my cats!** [Here](https://t.me/KeoAirDropFreeNe/312/27801) or [Here](https://github.com/MeoMunDep/MeoMunDep)\n\n* **Contact:** [Contact Me](https://t.me/MeoMunDep)\n\n* **Group:** [Join the Group](https://t.me/KeoAirDropFreeNe)\n\n* **Channel:** [Visit the Channel](https://t.me/KeoAirDropFreeNee)\n\nEnjoy using the bot! 🚀\n\n\u003c/details\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeomundep%2Fmaitrix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeomundep%2Fmaitrix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeomundep%2Fmaitrix/lists"}