Running BotPump.fun

Start

After the installation and configuration has been done, all we have to do is run BotPump.fun!

In a terminal, go to the folder of bot, type and press Enter:

pnpm start

The program will start. Follow the printed instructions and other information.

Your bot is operating 🎉!

Pause

You can pause the program while it is monitoring and executing transactions. Type P to pause and type P again to resume.

Exit

You can exit the program at any time. In the terminal, press CTRL + C two times.

⚠️ Note that this will terminate all ongoing procedures of the program without ending the entire flow. This means that, for example, if one of the bots has made a purchase, it will not be sold as it would be at the end of the program execution. If the bot is preparing to make a purchase and the program ends beforehand, that purchase will not be made. Likewise, if the bot sent a purchase transaction just before the program ended, the transaction will still be processed.

Last updated