{"id":41857141,"url":"https://github.com/0xmurk/moonshot-volume-bot","last_synced_at":"2026-01-25T11:03:03.744Z","repository":{"id":262890184,"uuid":"888683557","full_name":"0xMurk/Moonshot-Volume-Bot","owner":"0xMurk","description":"Moonshot volume bot","archived":false,"fork":false,"pushed_at":"2024-11-14T20:30:53.000Z","size":10,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-11T18:09:10.041Z","etag":null,"topics":["bot","moonshot","pumpfun","raydium","volume-bot"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/0xMurk.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}},"created_at":"2024-11-14T20:29:03.000Z","updated_at":"2025-05-06T00:52:58.000Z","dependencies_parsed_at":"2024-11-14T21:39:58.371Z","dependency_job_id":null,"html_url":"https://github.com/0xMurk/Moonshot-Volume-Bot","commit_stats":null,"previous_names":["0xtan1319/moonshot-volume-bot","0xmurk/moonshot-volume-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0xMurk/Moonshot-Volume-Bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xMurk%2FMoonshot-Volume-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xMurk%2FMoonshot-Volume-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xMurk%2FMoonshot-Volume-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xMurk%2FMoonshot-Volume-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xMurk","download_url":"https://codeload.github.com/0xMurk/Moonshot-Volume-Bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xMurk%2FMoonshot-Volume-Bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28752380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T10:25:12.305Z","status":"ssl_error","status_checked_at":"2026-01-25T10:25:11.933Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["bot","moonshot","pumpfun","raydium","volume-bot"],"created_at":"2026-01-25T11:03:01.907Z","updated_at":"2026-01-25T11:03:03.734Z","avatar_url":"https://github.com/0xMurk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Moonshot Volume Bot\n\nIncrease your token's volume on Moonshot with our automated bot that uses multiple wallets, random buys, and random delays to continuously place buy and sell orders. \n\n## Features\n\n- Custom Fee Option\n- Custom Slippage Option\n- Set Custom Min \u0026 Max Buy Limits\n- Set Custom Min \u0026 Max Delay Limits\n- Use Any Number of Wallets\n\n## Prerequisites\n\nThis bot is built using Node.js. Ensure you have the latest version of Node.js installed on your Windows or Linux system before using it.\n\n## Configuration\n\n### .env File Setup\n\nBefore starting the bot, configure the `.env` file with the required details:\n\n- **MINT:** Enter your token's correct mint address.\n- **MICROLAMPORTS:** Fee for each transaction. Default: `400000` (0.000165 SOL).\n- **SLIPPAGE:** Custom slippage for each transaction. Default: `1000` (10%).\n- **MIN_BUY, MAX_BUY:** Minimum and maximum limits for each transaction.\n- **MIN_DELAY, MAX_DELAY:** Minimum and maximum delay in milliseconds for each transaction.\n- **VOLUME_WALLETS:** Number of wallets to use (e.g., 5, 10, 100).\n\n### Additional Suggestions\n\n- Set `microlamports` correctly. If transactions are failing, increase your `microlamports` and adjust your slippage.\n\n## Installation Guide\n\n1. Download and extract the bot on your Windows or Linux system.\n2. Open the terminal in the bot's folder or open the folder in Visual Studio, then open the terminal.\n3. Run the following command to install dependencies:\n   ```sh\n   npm install\n   ```\n4. To start the bot, use one of the following commands:\n   ```sh\n   npm start\n   ```\n   Or\n   ```sh\n   node main.js\n   ```\n\n5. The bot will create the required wallets and store them in `logs.json`. Ensure you copy each public key, add the necessary funds, and confirm the funds are above the min and max buy limits to run the bot without interruptions.\n\n**Please add funds in SOL in your wallets to continue - PRESS ENTER TO CONTINUE**\n\n## Restart Guide\n\nWhen restarting the bot, it uses the same wallets stored in `logs.json`. If you want to use new wallets, delete everything from `logs.json` and start again.\n\n## Important\n\nWe use PRIMEAPIS for processing transactions, and a system fee of 0.0005 SOL is added to each transaction. Store your private keys safely and only keep the necessary funds.\n\n## Suggestions and Improvements\n\nIf you have suggestions for new features or encounter errors, please contact us:\n\n- **Telegram:** [@shiny0103](https://t.me/shiny0103)\n\nThank you for using the Moonshot Volume Bot.\n\nHave fun!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xmurk%2Fmoonshot-volume-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xmurk%2Fmoonshot-volume-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xmurk%2Fmoonshot-volume-bot/lists"}