mnedelchev-vn / pancakeswap-sniper-bot

A free NodeJS sniper bot built to work with PancakeSwap: Router V2.
135 stars 76 forks source link

Token selling opportunity #8

Closed applebulla closed 3 years ago

applebulla commented 3 years ago

Hello! First of all I want to say thanks to you for your time and effort spent on the project which works great for me! But I want to ask you a question: is there any way to modify code for selling token?

Moka51 commented 3 years ago

That would be awesome, thanks dev for this amazing bot

deeqoo commented 3 years ago

I want say thanks for your time and effort at giving this opportunity. However I have quick question regarding the web3 var. There's no descriptin in any of the reading file and wondering what its been used for? var web3 = new Web3(new Web3.providers.HttpProvider('https://bsc-dataseed.binance.org/')); is this the node?

mnedelchev-vn commented 3 years ago

Hey guys, happy to see people using the bot.

@applebulla @Moka51 If you have the skills and the knowledge to upgrade the bot to sell on different conditions then you're free to do it. It's open source bot publicly shared for everyone who wishes to use it. I never needed a sell bot so I didn't build this logic.

@deeqoo Correct, this is the initialization of the external node that the bot is using. You can edit the bot command to work with the BSC testnet if you want to play around with it and then when you're familiar with the bot you can start using it on the BSC mainnet.