{"id":24938698,"url":"https://github.com/axioris/pumpfunbumpbot","last_synced_at":"2026-01-21T08:12:21.689Z","repository":{"id":272508252,"uuid":"916826093","full_name":"axioris/PumpFunBumpBot","owner":"axioris","description":"Free to use pump fun bump bot. This bot can buy and sell automatically on pump.fun and raydium.","archived":false,"fork":false,"pushed_at":"2025-01-15T02:50:07.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T06:56:31.620Z","etag":null,"topics":["bump-bot","pump-fun","pump-fun-bump-bot","pump-fun-volume-bot","pumpfun","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/axioris.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-01-14T20:39:18.000Z","updated_at":"2025-03-31T22:46:11.000Z","dependencies_parsed_at":"2025-01-14T22:18:12.120Z","dependency_job_id":"9db402b4-bfde-4d25-9c4a-e43792deaf4a","html_url":"https://github.com/axioris/PumpFunBumpBot","commit_stats":null,"previous_names":["axioris/pumpfunbumpbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/axioris/PumpFunBumpBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axioris%2FPumpFunBumpBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axioris%2FPumpFunBumpBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axioris%2FPumpFunBumpBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axioris%2FPumpFunBumpBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axioris","download_url":"https://codeload.github.com/axioris/PumpFunBumpBot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axioris%2FPumpFunBumpBot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28629924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"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":["bump-bot","pump-fun","pump-fun-bump-bot","pump-fun-volume-bot","pumpfun","volume-bot"],"created_at":"2025-02-02T17:59:34.765Z","updated_at":"2026-01-21T08:12:21.671Z","avatar_url":"https://github.com/axioris.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Pump Fun Bump Bot / Volume Bot\n\nThis bot can buy and sell automatically on pump.fun and raydium.\n\nit can be used to be displayed on the main page of pump.fun.\n\n## Demo\n\n[![Demo](https://img.youtube.com/vi/KIq8JfL0Ws0/0.jpg)](https://www.youtube.com/watch?v=c6FyrAK1pP4)\n  \n## Download the bot\n\nIf you have git installed on your computer you can fetch the content of this repository with the command\n\n```\ngit clone https://github.com/axioris/PumpFunBumpBot.git                   \n```\n\nElse, you can download the repository in a zip here : \u003chttps://github.com/axioris/PumpFunBumpBot/archive/refs/heads/master.zip\u003e\n\n## Environment setup\n\nyou need to install nodejs :\n\nFor Windows : \u003chttps://nodejs.org/dist/v22.2.0/node-v22.2.0-x64.msi\u003e\n\nFor MacOS : \u003chttps://nodejs.org/dist/v22.2.0/node-v22.2.0.pkg\u003e  \n\nFor Linux, execute in a terminal :\n\n```\ncurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash\n\nnvm install 22\n```\n\nTo check if nodejs is installed :\n\n- on Windows, open a cmd.exe, and run the command :\n\n```\nnode -v\n```\n\n- On MacOs \u0026 linux, open a terminal, and run the same command :\n\n```\nnode -v\n```\n\nIt should return the version of nodejs.\n\n## Dependency installation\n\nIn a cmd.exe or a terminal, go to the folder of the pump-fun-bump-bot with the command :\n\n```\ncd /path/to/the/folder\n```\n\nThen, in your cmd.exe / terminal, start the command :\n\n```\nnpm install\n```\n\nIt should install all the dependencies in a new folder named \"node_modules\".\n\n## Setup configuration in the index.js script\n\nYou have three things to setup :\n\n- The RPC endpoint to connect you to the Solana blockchain (Quicknode or Helius provide good free RPC endpoints)\n\n- The private key of the wallet who will buy and sell\n\n- The contract address of the token you want to bump\n\nThe variables are on the top of the script :\n\n```\nconst RPC_URL = \"\"; // Quicknode or Helius give good rpc urls\nconst PRIVKEY = \"\"; // the private key of the account who will buy and sell\nconst TOKEN_ADDR = \"\"; // Put the address of the token you want to bump here\n```\n\n## Run the bump bot\n\nTo run the bump bot, in a cmd.exe or a terminal, start the command:\n\n```\nnode index.js\n```\n\nAnd it's all. The bot will buy 4 times, then sell all the balance.\n\n## Adjustments\n\nIf you want to buy more or less times before selling, it's at the bottom of the script, in the while loop :\n\n```\n// Buy\npromises.push(swap(SOL_ADDR, TOKEN_ADDR, solanaTracker, keypair, connexion, SOL_BUY_AMOUNT));\npromises.push(swap(SOL_ADDR, TOKEN_ADDR, solanaTracker, keypair, connexion, SOL_BUY_AMOUNT));\npromises.push(swap(SOL_ADDR, TOKEN_ADDR, solanaTracker, keypair, connexion, SOL_BUY_AMOUNT));\npromises.push(swap(SOL_ADDR, TOKEN_ADDR, solanaTracker, keypair, connexion, SOL_BUY_AMOUNT));\n```\n\nIf you want to buy only 2 times for example, you just have to remove 2 lines, like this :\n\n```\n// Buy\npromises.push(swap(SOL_ADDR, TOKEN_ADDR, solanaTracker, keypair, connexion, SOL_BUY_AMOUNT));\npromises.push(swap(SOL_ADDR, TOKEN_ADDR, solanaTracker, keypair, connexion, SOL_BUY_AMOUNT));\n```\n\nAlso, for the buy amount in SOL, this can be setup in the top of the script, you can adjust it :\n\n```\nconst SOL_BUY_AMOUNT = 0.011; // here you can choose to increase/decrease the buy amount\n```\n\nSame for the slippage, this can be setup in the top of the script, you can adjust it :\n\n```\nconst SLIPPAGE = 20; // here you can adjust the slippage\n```\n\nSame for the fees (more fees = more speed), this can be setup in the top of the script, you can adjust it :\n\n```\nconst FEES = 0.0005; // here you can adjust the fees\n```\n\nHappy bumping!\n\n## Contact\n\nIf you have any further questions or need assistance, feel free to reach out to me anytime!\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"mailto:dane.foster.collins@gmail.com\"\u003e\u003cimg src=\"https://img.shields.io/badge/Email-D14836?style=for-the-badge\u0026logo=gmail\u0026logoColor=white\" alt=\"Email\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.linkedin.com/in/dane-foster-11a177341/\"\u003e\u003cimg src=\"https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\" alt=\"LinkedIn\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://x.com/danefoster0\"\u003e\u003cimg src=\"https://img.shields.io/badge/X-1DA1F2?style=for-the-badge\u0026logo=twitter\u0026logoColor=white\" alt=\"X\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://t.me/danefoster\"\u003e\u003cimg src=\"https://img.shields.io/badge/Telegram-26A5E4?style=for-the-badge\u0026logo=telegram\u0026logoColor=white\" alt=\"Telegram\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://discord.com/users/354781324558467073\"\u003e\u003cimg src=\"https://img.shields.io/badge/Discord-7289DA?style=for-the-badge\u0026logo=discord\u0026logoColor=white\" alt=\"Discord\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxioris%2Fpumpfunbumpbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxioris%2Fpumpfunbumpbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxioris%2Fpumpfunbumpbot/lists"}