{"id":26060643,"url":"https://github.com/tor968/meganetautorefbot","last_synced_at":"2026-05-17T04:33:06.355Z","repository":{"id":281011723,"uuid":"943897773","full_name":"TOR968/MeganetAutoRefBot","owner":"TOR968","description":"For suggestions and questions, write in the tg channel","archived":false,"fork":false,"pushed_at":"2025-03-06T13:39:16.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T14:32:09.258Z","etag":null,"topics":["auto","autoref","bot","meganet","play","ref","refferals","solana"],"latest_commit_sha":null,"homepage":"https://t.me/tor_dev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TOR968.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"patreon":"TOR968","custom":["https://support-me-ruby.vercel.app/","https://www.paypal.com/donate/?hosted_button_id=8UDYZWPLN6V3G"]}},"created_at":"2025-03-06T12:56:05.000Z","updated_at":"2025-03-06T13:39:19.000Z","dependencies_parsed_at":"2025-03-06T14:44:23.951Z","dependency_job_id":null,"html_url":"https://github.com/TOR968/MeganetAutoRefBot","commit_stats":null,"previous_names":["tor968/meganetautorefbot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TOR968%2FMeganetAutoRefBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TOR968%2FMeganetAutoRefBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TOR968%2FMeganetAutoRefBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TOR968%2FMeganetAutoRefBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TOR968","download_url":"https://codeload.github.com/TOR968/MeganetAutoRefBot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242564841,"owners_count":20150394,"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","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":["auto","autoref","bot","meganet","play","ref","refferals","solana"],"created_at":"2025-03-08T14:29:26.482Z","updated_at":"2026-05-17T04:33:06.325Z","avatar_url":"https://github.com/TOR968.png","language":"JavaScript","funding_links":["https://patreon.com/TOR968","https://support-me-ruby.vercel.app/","https://www.paypal.com/donate/?hosted_button_id=8UDYZWPLN6V3G"],"categories":[],"sub_categories":[],"readme":"# MeganetAutoRefBot\n\nhttps://meganet.app/login?refcode=591OHJ\n\nAn automated bot for Meganet wallet registration and point farming with proxy and user-agent rotation support.\n\n| ✅  | Feature                                          |\n| --- | ------------------------------------------------ |\n| ✅  | Automatic wallet registration with referral code |\n| ✅  | Periodic ping operations to farm points          |\n| ✅  | Proxy support for multiple wallets               |\n| ✅  | User-agent rotation for each wallet              |\n| ✅  | Interactive Solana wallet generator              |\n| ✅  | Batch processing (100 wallets per batch)         |\n| ✅  | Automatic task completion for each wallet        |\n\n## For suggestions or to report a bug, please contact [telegram](https://t.me/tor_dev)\n\n## [Support the development 💙](https://support-me-ruby.vercel.app/)\n\n## Requirements\n\n-   Node.js (v14 or higher)\n-   NPM (v6 or higher)\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/TOR968/MeganetAutoRefBot.git\ncd MeganetAutoRefBot\n```\n\n2. Install dependencies:\n\n```bash\nnpm install\n```\n\n3. Configure your wallets and proxies:\n    - Add your wallet addresses to `wallets.json`\n    - Add your proxies to `proxy.txt` (one proxy per line)\n    - Configure settings in `config.json`\n\n## Wallet Generator\n\nThe bot includes an interactive Solana wallet generator to help you create new wallets for Meganet:\n\n1. Run the wallet generator:\n\n```bash\nnode generateWallets.js\n```\n\n2. When prompted, enter the number of wallets you want to generate.\n\n3. The script will:\n    - Generate the specified number of Solana wallets\n    - Automatically assign IDs to each wallet\n    - Append new wallets to existing ones in `wallets.json` (if any)\n    - Display the public address of each generated wallet\n\n### wallets.json\n\nCreate a file named `wallets.json` with your wallet information:\n\n```json\n[\n    {\n        \"id\": 1,\n        \"address\": \"YOUR_WALLET_ADDRESS_1\",\n        \"privateKey\": \"YOUR_PRIVATE_KEY_1\"\n    },\n    {\n        \"id\": 2,\n        \"address\": \"YOUR_WALLET_ADDRESS_2\",\n        \"privateKey\": \"YOUR_PRIVATE_KEY_2\"\n    }\n]\n```\n\n## Configuration\n\n### proxy.txt\n\nCreate a file named `proxy.txt` with your proxies (one per line):\n\n```\nhttp://username:password@host:port\nsocks5://username:password@host:port\n```\n\n### User Agents\n\nThe bot uses a list of user agents from `utils/user_agents_list.txt` to rotate between different browser signatures. To keep the bot working properly:\n\n1. Periodically update the list in `utils/user_agents_list.txt` with fresh user agent strings\n2. After updating, delete the `user_agents.json` file to force automatic reassignment of user agents to wallets\n\n### config.json\n\nCreate a file named `config.json` with your settings:\n\n```json\n{\n    \"refCode\": \"YOUR_REFERRAL_CODE\",\n    \"pingInterval\": 15000,\n    \"useProxy\": true,\n    \"processTasks\": true\n}\n```\n\n-   `refCode`: Your Meganet referral code\n-   `pingInterval`: Time between pings in milliseconds (default: 15000)\n-   `useProxy`: Set to `true` to use proxies, `false` to use direct connection\n-   `processTasks`: Set to `true` to automatically complete tasks for each wallet, `false` to disable task processing\n\n## Usage\n\nStart the bot:\n\n-   start auto ref\n\n```bash\nnode ref.js\n```\n\n-   start to farm points\n\n```bash\nnode index.js\n```\n\n## Disclaimer\n\nThis bot is for educational purposes only. Use at your own risk. The developers are not responsible for any consequences of using this bot.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftor968%2Fmeganetautorefbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftor968%2Fmeganetautorefbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftor968%2Fmeganetautorefbot/lists"}