mnedelchev-vn / pinksale-dxsale-sniper-bot

A free NodeJS sniper bot built to work with DxSale. DxLaunch is an open, decentralized platform for token sales.
119 stars 77 forks source link

When this bot can be launched #7

Closed Almurik closed 3 years ago

Almurik commented 3 years ago

When presale opens it is often already too late. Can this bot be launched when the presale counter is close to zero and execute when presale is open and new block arrives? As far as I know the bot transaction cannot hit the block before presale is opened. How to properly execute the bot to dont risk losing funds and at the same time to get into the presale?

mnedelchev-vn commented 3 years ago

Hello, the idea of the bot is to launch before the presale begins. If you're familiar with DxSale you will notice that you have countdown for the presale to begin. The right time to start the bot is before the countdown is over. You have all the information you need to start the bot before the countdown runs out. Then once started the bot is checking in milliseconds if the presale is live and if yes then the bot is executing a blockchain transaction.