├── README.md └── changelog.md /README.md: -------------------------------------------------------------------------------- 1 | # pump-fun-bundler 2 | Update 03-09-2024: Cmd line bundler now includes token amounts calculator [showcase](https://streamable.com/saj2ro). Price for bundler is flat 10 SOL. 3 | 4 | Example showcase [video](https://streamable.com/46042a) 5 | Features of this bundler include: 6 | 7 | -Bundle up to 17 buys 8 | 9 | -Selling per wallet 10 | 11 | -Selling all tokens at once 12 | 13 | -Solana vanity generation built in (so it can mine an address ending in pump for you) 14 | 15 | -Calculator for sol amounts to buy based on wanted % supply 16 | -------------------------------------------------------------------------------- /changelog.md: -------------------------------------------------------------------------------- 1 | Changelog for 10-04-2024: 2 | - Web UI 3 | - Added beta.viper.bot for testing new features 4 | - Added bundling option up to 25 wallets on beta.viper.bot 5 | - Bugfix for not showing proper error messages on both viper.bot and beta.viper.bot 6 | 7 | Changelog for 26-07-2024: 8 | - Web UI 9 | - Added option to use one time coupon codes that remove fees 10 | - See https://t.me/viper_discussions for more info and to obtain a trial coupon 11 | 12 | Changelog for 25-07-2024: 13 | - Backend (used by Telegram bot and Web UI) 14 | - Fixed bug where duplicate wallets would cause issue when using the sell all function 15 | - Web UI 16 | - Fixed bug where fee at the bottom of page wasn't updating properly 17 | - Added Changelog Tab to navigation 18 | - Telegram bot 19 | - Fixed bug where wallets were not deleting properly 20 | 21 | Changelog for 24-07-2024: 22 | - Github repo's 23 | - Added new showcase videos to illustrate updated features 24 | - Clarified max limit of 17 buys instead of 16 25 | - Telegram bot 26 | - Bugfixes for transaction confirmations 27 | - Bugfixes for selling functionality 28 | - Improved UI for easier selling after launches 29 | 30 | Changelog for 22-07-2024: 31 | - Telegram bot 32 | - Added Support and Discussions Group (https://t.me/viper_discussions) 33 | - Added dev wallet step for clarity 34 | - Split up buy amount steps to per wallet input to show max balance 35 | - Added max buy amount indications considering slippage + tip 36 | --------------------------------------------------------------------------------