{"id":22870614,"url":"https://github.com/enlomy/raydium-volume-bot","last_synced_at":"2026-02-09T07:33:13.487Z","repository":{"id":248575103,"uuid":"829080768","full_name":"enlomy/raydium-volume-bot","owner":"enlomy","description":"raydium volume","archived":false,"fork":false,"pushed_at":"2024-07-19T15:35:09.000Z","size":22231,"stargazers_count":8,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-20T21:40:57.735Z","etag":null,"topics":["metaplex","raydium","raydium-sdk","solana","spl-token"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/enlomy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2024-07-15T18:04:20.000Z","updated_at":"2025-07-04T16:41:58.000Z","dependencies_parsed_at":"2024-07-21T18:33:48.626Z","dependency_job_id":"e8843376-41b6-4531-93ce-d2691917bd45","html_url":"https://github.com/enlomy/raydium-volume-bot","commit_stats":null,"previous_names":["poseisol/raydium-volume-bot","dappsol/raydium-volume-bot","s0lb0t/raydium-volume-bot","enlomy/raydium-volume-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/enlomy/raydium-volume-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enlomy%2Fraydium-volume-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enlomy%2Fraydium-volume-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enlomy%2Fraydium-volume-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enlomy%2Fraydium-volume-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enlomy","download_url":"https://codeload.github.com/enlomy/raydium-volume-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enlomy%2Fraydium-volume-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29258758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T04:11:57.159Z","status":"ssl_error","status_checked_at":"2026-02-09T04:11:56.117Z","response_time":56,"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":["metaplex","raydium","raydium-sdk","solana","spl-token"],"created_at":"2024-12-13T13:15:16.129Z","updated_at":"2026-02-09T07:33:13.471Z","avatar_url":"https://github.com/enlomy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raydium Pairs Volume Bot\r\n\r\nThis bot is designed to automate the distribution of SOL to multiple wallets and execute endless buy and sell swap transactions simultaneously on the Raydium platform. It leverages Solana's blockchain technology to perform these operations efficiently.\r\n\r\n## Features\r\n\r\n- **Automated SOL Distribution**: Distributes SOL to new wallets.\r\n- **Endless Buy and Sell Swaps**: Performs simultaneous buy and sell transactions.\r\n- **Configurable Parameters**: Allows customization of buy amounts, intervals, distribution settings, and more.\r\n- **Massive Buy Mode**: Enables the configuration of multiple wallets for large-scale buy operations.\r\n- **Sell Mode**: Gradually sells all tokens in sub-wallets through small transactions.\r\n- **Token Pair Settings**: Configurable token mint and pool ID for swap operations.\r\n- **Logging**: Supports adjustable logging levels for better monitoring and debugging.\r\n\r\n## Environment Variables\r\n\r\nThe bot uses the following environment variables, which should be defined in a `.env` file:\r\n\r\n```env\r\nPRIVATE_KEY=                 # Private key for the main wallet\r\nRPC_ENDPOINT=                # RPC endpoint for Solana\r\nRPC_WEBSOCKET_ENDPOINT=      # RPC WebSocket endpoint for Solana\r\n\r\n####### BUY SETTING #######\r\nIS_RANDOM=true               # Enable random buy amounts\r\nDISTRIBUTION_AMOUNT=0.01     # Amount of SOL to distribute to each wallet\r\nBUY_AMOUNT=0.01              # Fixed buy amount\r\nBUY_UPPER_AMOUNT=0.002       # Upper limit for random buy amount\r\nBUY_LOWER_AMOUNT=0.001       # Lower limit for random buy amount\r\n\r\nBUY_INTERVAL_MAX=2000        # Maximum interval between buys in milliseconds\r\nBUY_INTERVAL_MIN=4000        # Minimum interval between buys in milliseconds\r\n\r\nCHECK_BAL_INTERVAL=3000      # Interval to check wallet balances in milliseconds\r\nDISTRIBUTE_WALLET_NUM=8      # Number of wallets to distribute SOL to\r\n\r\nSWAP_ROUTING=true            # Enable swap routing\r\n\r\n###### FOR MASSIVE BUY #####\r\nWALLET_NUM=8                 # Number of wallets for massive buy operations\r\n\r\n########## FOR SELL MODE ##########\r\nSELL_ALL_BY_TIMES=20         # Number of times to sell all tokens in sub-wallets gradually\r\nSELL_PERCENT=100             # Percentage of tokens to sell from the main wallet\r\n\r\n#### TOKEN PAIR SETTING ####\r\nTOKEN_MINT=6VbEGuqwhjdgV9NxhMhvRkrFqXVNk53CvD7hK3C3yQS9  # Token mint address\r\nPOOL_ID=null                  # Pool ID for the token pair\r\n\r\nTX_FEE=10                    # Transaction fee\r\nADDITIONAL_FEE=0.006         # Additional fee (should be larger than 0.006 SOL)\r\nJITO_KEY=                    # Jito key\r\nJITO_FEE=120000              # Jito fee\r\nBLOCKENGINE_URL=ny.mainnet.block-engine.jito.wtf  # Block engine URL\r\n\r\n###### GENERAL SETTING ######\r\nLOG_LEVEL=info               # Logging level (info, debug, error)\r\n```\r\n\r\n## Usage\r\n1. Clone the repository\r\n```\r\ngit clone https://github.com/poseisol/raydium-volume-bot\r\ncd raydium-volume-bot\r\n```\r\n2. Install dependencies\r\n```\r\nnpm install\r\n```\r\n3. Configure the environment variables\r\n\r\nRename the .env.copy file to .env and set RPC and WSS, main keypair's secret key, and jito auth keypair.\r\n\r\n4. Run the bot\r\n\r\n```\r\nnpm start\r\n```\r\n\r\n## Contact\r\n\r\n### Please fork to use it and follow me on github.\r\n\r\n### If you want more customized app, please contact [@poseiman](https://t.me/poseiman) in Telegram and [.solbotdev](https://discordapp.com/users/1074553493974691840) in Discord\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenlomy%2Fraydium-volume-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenlomy%2Fraydium-volume-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenlomy%2Fraydium-volume-bot/lists"}