{"id":25943327,"url":"https://github.com/code-quang/pumpfun-raydium-sniper-jito-bundle-bot","last_synced_at":"2026-02-23T02:39:20.127Z","repository":{"id":276952497,"uuid":"930835332","full_name":"Code-Quang/pumpfun-raydium-sniper-jito-bundle-bot","owner":"Code-Quang","description":"A high-performance Pump.fun sniper bot designed for sniping newly minted tokens on Pump.fun. Built with Jito and Yellowstone Grac for optimized transaction execution and MEV protection. Integrates seamlessly with Raydium for advanced trading strategies.","archived":false,"fork":false,"pushed_at":"2025-02-27T15:10:41.000Z","size":394,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T21:47:44.109Z","etag":null,"topics":["arbitrage-bots","grpc","jito","jitotransaction","mev-bot","pumpfuntradingbot","raydium-sniper-bot","solana","solana-trading-bot","yellostone","yellow-grpc"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/Code-Quang.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":"2025-02-11T09:41:47.000Z","updated_at":"2025-02-27T17:20:15.000Z","dependencies_parsed_at":"2025-02-11T10:42:03.719Z","dependency_job_id":"ff99bb6c-12bd-42b4-bbb3-4f9c3aa0259b","html_url":"https://github.com/Code-Quang/pumpfun-raydium-sniper-jito-bundle-bot","commit_stats":null,"previous_names":["code-quang/solana-raydium-pumpfun-sniper-rust","code-quang/pumpfun-raydium-sniper-jito-bundle-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Quang%2Fpumpfun-raydium-sniper-jito-bundle-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Quang%2Fpumpfun-raydium-sniper-jito-bundle-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Quang%2Fpumpfun-raydium-sniper-jito-bundle-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Quang%2Fpumpfun-raydium-sniper-jito-bundle-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Code-Quang","download_url":"https://codeload.github.com/Code-Quang/pumpfun-raydium-sniper-jito-bundle-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241801255,"owners_count":20022390,"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":["arbitrage-bots","grpc","jito","jitotransaction","mev-bot","pumpfuntradingbot","raydium-sniper-bot","solana","solana-trading-bot","yellostone","yellow-grpc"],"created_at":"2025-03-04T07:15:52.604Z","updated_at":"2025-10-29T05:32:42.439Z","avatar_url":"https://github.com/Code-Quang.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solana trading-bot on Raydium and Pump.fun in Rust 🚀\n\n## Overview\n\nSolana trading bots are automated programs designed to swiftly identify and capitalize on new token listings within the Solana ecosystem, particularly on platforms like **Raydium** and **Pump.fun**.\nBuilt for speed and efficiency, these bots monitor blockchain data for newly launched tokens and execute buy orders almost instantaneously. They are often coded in **Rust** due to its performance and security benefits. These bots can also be customized to implement various trading strategies, allowing users to take advantage of trends and arbitrage opportunities in the decentralized finance space.\n\n---\n\n### How To Run\n1. Environment Variables Settings\n```plaintext\nPRIVATE_KEY=your_private_key_here\nRPC_HTTPS=https://mainnet.helius-rpc.com/?api-key=your_api_key_here\nRPC_WSS=wss://atlas-mainnet.helius-rpc.com/?api-key=your_api_key_here\nDEVNET_RPC_HTTPS=https://devnet.helius-rpc.com/?api-key=your_api_key_here\nRAYDIUM_LPV4=675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8\nSLIPPAGE=10\nJITO_BLOCK_ENGINE_URL=https://ny.mainnet.block-engine.jito.wtf\nJITO_TIP_STREAM_URL=ws://bundles-api-rest.jito.wtf/api/v1/bundles/tip_stream\nJITO_TIP_PERCENTILE=50\nYELLOWSTONE_RPC_HTTP=http://elite.rpc.solanavibestation.com/?api_key=your_api_key_here\nYELLOWSTONE_RPC_WSS=ws://elite.rpc.solanavibestation.com/?api_key=your_api_key_here\nJITO_TIP_VALUE=0.004\nBUY_THRESHOLD=1000\nSELL_THRESHOLD=300\n```\n2. Add the wallet address you want to block on a new line and save the file.\n```\n0x1234567890abcdef1234567890abcdef12345678\n0xabcdef1234567890abcdef1234567890abcdef12\n```\n3. Run `raypump-bot.exe`.\n\n![image](https://github.com/user-attachments/assets/dffc8e4b-cd00-4921-8488-e25230f4a31a)\n\n---\n## Donate\n\npaypal : quangydungforever@gmail.com\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-quang%2Fpumpfun-raydium-sniper-jito-bundle-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-quang%2Fpumpfun-raydium-sniper-jito-bundle-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-quang%2Fpumpfun-raydium-sniper-jito-bundle-bot/lists"}