lmusarella / Pancakeswap-Prediction-Bot-2023

I rewrote the code of the PancakeSwap Prediction Game BOT by bobalice7, removing the malicious code where for each transaction to the smart contract it sent transactions to this wallet 0xfB669b0e0656036D747d6C6F2666e530139d2899.
MIT License
27 stars 8 forks source link

Simulation Mode - does not move to the next round #14

Closed spacechicken closed 1 year ago

spacechicken commented 1 year ago

Hi, running the bot is simulation mode to check in Quote strategy it says BOT STARTED, waiting for next round and then doesnt go to the next round nor record in the history?

tankiatwee commented 1 year ago

I initially had this problem until I setup a free endpoint at quicknode.com. When you setup, just ignore the paid add-ons.

Then copy your endpoint 'https://...' and paste for BSC_NODE_PROVIDER_URL in .env file.

If your issue is specific to quote strategy, then I can't help you out yet.

lmusarella commented 1 year ago

@spacechicken I think its the same problem of #7, check your BSC_NODE_PROVIDER_URL.

spacechicken commented 1 year ago

Yeah signing up for Quick node fixed the issue straight away by replacing the created node with the BSC_NODE_PROVIDER_URL.

I would be greatly interested if you add the martingale strategy to it as well - thanks for your help. Ran each strategy at it is not profitable at the moment but everything works well so its a good base to and better strategies to.

Thanks again!