{"id":26760092,"url":"https://github.com/meomundep/magma","last_synced_at":"2026-02-02T06:06:28.439Z","repository":{"id":281391792,"uuid":"944447517","full_name":"MeoMunDep/Magma","owner":"MeoMunDep","description":"Auto stake, unstake, connect wallet.","archived":false,"fork":false,"pushed_at":"2025-07-04T14:42:48.000Z","size":586,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T16:07:35.408Z","etag":null,"topics":["abi","airdrop","airdrop-claim-bot","airdrop-farm","airdrop-free","airdrops-bot","airdrops-tools","contract","magma","meomundep","monad","smart","testnet","web3"],"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-03-07T11:08:08.000Z","updated_at":"2025-07-04T14:42:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"bbe5255d-4c09-4233-8c22-742cf568626e","html_url":"https://github.com/MeoMunDep/Magma","commit_stats":null,"previous_names":["meomundep/magma"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MeoMunDep/Magma","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeoMunDep%2FMagma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeoMunDep%2FMagma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeoMunDep%2FMagma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeoMunDep%2FMagma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MeoMunDep","download_url":"https://codeload.github.com/MeoMunDep/Magma/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeoMunDep%2FMagma/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29006712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T04:25:24.522Z","status":"ssl_error","status_checked_at":"2026-02-02T04:24:51.069Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["abi","airdrop","airdrop-claim-bot","airdrop-farm","airdrop-free","airdrops-bot","airdrops-tools","contract","magma","meomundep","monad","smart","testnet","web3"],"created_at":"2025-03-28T17:29:15.540Z","updated_at":"2026-02-02T06:06:28.434Z","avatar_url":"https://github.com/MeoMunDep.png","language":"Shell","readme":"# 🚀 Bot Setup Instructions\n\nWelcome to the bot setup guide! Follow the steps below to install and configure the bot correctly.  \nThis guide is designed to be **beginner-friendly**, with clear explanations for each step.\n\n\u003e 📱 [Termux guide (for mobile users)](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)\n4. [Running the Bot](#running-the-bot)\n5. [Contact and Support](#contact-and-support)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003e🧰 \u003cstrong\u003e1. Prerequisites\u003c/strong\u003e\u003c/summary\u003e\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\n📦 Download Node.js and npm here: [Download Link](https://t.me/KeoAirDropFreeNe/257/1462)\n\n\u003e 🪟 On **Windows**, double-click `run.bat`  \n\u003e 🐧 On **Linux/macOS**, use `run.sh`  \n\u003e ⚠️ Make sure to fill in all the configuration files before running the bot.\n\n\u003c/details\u003e\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003e⚙️ \u003cstrong\u003e2. Installation Steps\u003c/strong\u003e\u003c/summary\u003e\n\n### 1️⃣ Download and Extract the Bot Files\n\nExtract the bot package into a folder on your computer.\n\n---\n\n### 2️⃣ Install Dependencies\n\nOpen your terminal or command prompt, navigate to the folder containing the bot files, 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\n\n\n#### 🪟 If You See Execution Policy Errors (Windows)\n\n```bash\nSet-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass\n```\n\nThen run the npm install command again.\n\n#### 🐧 If You Face Permission Errors (Linux/macOS)\n\n```bash\nsudo npm install --force user-agents axios meo-forkcy-colors meo-forkcy-utils meo-forkcy-proxy meo-forkcy-logger ethers\n```\n\n---\n\n### 3️⃣ Prepare Configuration Files\n\nEnsure all configuration files (`configs.json`, `privateKeys.txt`, and `proxies.txt`) are properly filled out before running the bot.\n\n\u003c/details\u003e\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003e🧾 \u003cstrong\u003e3. Configuration Files\u003c/strong\u003e\u003c/summary\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e📜 \u003cstrong\u003e1. configs.json – Bot Settings\u003c/strong\u003e\u003c/summary\u003e\n\nThis file defines how the bot behaves and interacts with the staking system.\n\n#### 🧩 Example Configuration:\n\n```json\n{\n  \"skipInvalidProxy\": false,\n  \"delayEachAccount\": [1, 1],\n  \"timeToRestartAllAccounts\": 86400,\n  \"howManyAccountsRunInOneTime\": 1,\n\n  \"unstake\": {\n    \"enable\": true,\n    \"amount\": [0.001, 0.002]\n  },\n\n  \"stake\": {\n    \"enable\": true,\n    \"amount\": [0.001, 0.002]\n  }\n}\n```\n\n---\n\n#### ⚙️ Main Fields\n\n| Field                         | Type               | Description                                          |\n| ----------------------------- | ------------------ | ---------------------------------------------------- |\n| `skipInvalidProxy`            | `boolean`          | Skip invalid proxies instead of stopping the bot.    |\n| `delayEachAccount`            | `[number, number]` | Random delay (seconds) between running each account. |\n| `timeToRestartAllAccounts`    | `number`           | Restart all accounts after this many seconds.        |\n| `howManyAccountsRunInOneTime` | `number`           | Number of accounts to process concurrently.          |\n\n---\n\n#### 💎 `stake` Configuration\n\n| Field    | Type               | Description                                  |\n| -------- | ------------------ | -------------------------------------------- |\n| `enable` | `boolean`          | Enable or disable staking.                   |\n| `amount` | `[number, number]` | Random range of tokens to stake per account. |\n\n🧠 Example: `[0.001, 0.002]` → stakes random values like `0.0014`, `0.0018`, etc.\n\n---\n\n#### 🔓 `unstake` Configuration\n\n| Field    | Type               | Description                                    |\n| -------- | ------------------ | ---------------------------------------------- |\n| `enable` | `boolean`          | Enable or disable unstaking.                   |\n| `amount` | `[number, number]` | Random range of tokens to unstake per account. |\n\n🧠 Example: `[0.001, 0.002]` → unstake random values in that range.\n\n---\n\n💡 **Recommended Setup:**\n\n- **Stake only:**\n\n  ```json\n  \"stake\": { \"enable\": true },\n  \"unstake\": { \"enable\": false }\n  ```\n\n- **Unstake then restake automatically:**\n\n  ```json\n  \"unstake\": { \"enable\": true },\n  \"stake\": { \"enable\": true, \"restakeAfterUnstake\": true }\n  ```\n\n\u003c/details\u003e\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003e🗂️ \u003cstrong\u003e2. privateKeys.txt – Wallet Data\u003c/strong\u003e\u003c/summary\u003e\n\nEach line should contain one **EVM private key**:\n\n```txt\nevm_privatekey_1\nevm_privatekey_2\nevm_privatekey_3\n```\n\n📦 Wallet generator: [Create wallets easily here](https://github.com/MeoMunDep/Automatic-Ultimate-Create-Wallets-for-Airdrop)\n\n\u003c/details\u003e\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003e🌐 \u003cstrong\u003e3. proxies.txt – Proxy List (Optional)\u003c/strong\u003e\u003c/summary\u003e\n\nIf you’re using proxies, add them here (one per line).\nIf not, leave the file empty.\n\nSupported formats:\n\n```txt\nhttp://host:port\nhttps://host:port\nsocks4://host:port\nsocks5://host:port\nhttp://user:password@host:port\nsocks5://user:password@host:port\n```\n\n🔗 [Get free proxies here](https://www.webshare.io/?referral_code=4l5kb3glsce7)\n\n\u003c/details\u003e\n\n\u003c/details\u003e\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003e▶️ \u003cstrong\u003e4. Running the Bot\u003c/strong\u003e\u003c/summary\u003e\n\n1️⃣ Navigate to the bot folder:\n\n```bash\ncd /path/to/magma\n```\n\n2️⃣ Run the bot:\n\n```bash\nnode meomundep.js\n```\n\n\u003e 💡 Tip: Keep the terminal open — the bot automatically handles staking and unstaking for all wallets in rotation.\n\n\u003c/details\u003e\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003e💬 \u003cstrong\u003e5. Contact and Support\u003c/strong\u003e\u003c/summary\u003e\n\n- 🌐 **Magma Website:** [Visit here](https://www.magmastaking.xyz/?invitedBy=hX5MPe)\n- 💸 **Buy me a Telegram Account:** [Option 1](https://t.me/KeoAirDropFreeNe/312/27801) or [Option 2](https://github.com/MeoMunDep/MeoMunDep)\n- 🧑‍💻 **Contact Me:** [Telegram](https://t.me/MeoMunDep)\n- 👥 **Join the Group:** [Community Chat](https://t.me/KeoAirDropFreeNe)\n- 📢 **Channel Updates:** [Follow Here](https://t.me/KeoAirDropFreeNee)\n\n🐱 _Your support is greatly appreciated — it keeps development going!_\n\n\u003c/details\u003e\n\n---\n\n✅ **Enjoy using the bot!**\nIf this guide helped you, don’t forget to ⭐ the project on GitHub!\n\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeomundep%2Fmagma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeomundep%2Fmagma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeomundep%2Fmagma/lists"}