This bot wins majority of rounds on PancakeSwap & CandleGenie based on both market conditions, and the strategy chosen.
Download & Install Node here : https://nodejs.org/en/download/
Then run command prompt or powershell
- Type
cd PancakeswapPredictionBot2.0.1
(replace with your cloned/downloaded bot folder) - Type
npm i
- Copy/rename .env_example to .env
cp .env_example .env
- Provide your private key to .env PRIVATE_KEY field.
- Install dependencies
npm i
oryarn
if not already completed above. - Start the bot using
npm run start -- --with
oryarn start -- --with
- Enjoy!
- Open your account
- Click on three points at top-right corner
- Account details
- Export Private Key.
# Your wallet private key.
PRIVATE_KEY="YOUR_PRIVATE_KEY_HERE"
# The maximum bet amount you are willing to execute.
BET_AMOUNT="0.01"
# RPC is the default network for Ether transactions. For Binance Smart Chain, leave it as it is.
RPC="https://bsc-dataseed.binance.org/"
To check history of the rounds you played, head over to: https://pancakeswap.finance/prediction
Running this bot for a day had made me $55 with minimum bets. Please note I was actively monitoring the market as the bot was running.
- Run the bot with your wallet at a ratio of 10x the amount you choose to bet
- Adjust the bot accordingly to bet with or against the majority.
- When the chart swings, use the "--with" strategy.
- When the chart trends sideways, use the default, against strategy.
- Always monitor & adjust the bot accordingly but allow room for error.
- Consistent gains will be made by running smaller betting amounts over longer periods of time.
- Always account & allow room for error. Losing 3 sucks, but stopping it only prevents it from potentially winning the next 4 & bringing you to a profit.
- Majority of the runs with over 2k plays I have a standard 54-66% win rate depending on how well I monitor it & based on market conditions.
MIT License
BOT is free-to-use, but you are welcome to appreciate my work
ETH - 0x041e1464099afcc5996B84372403b749D0B14b97
BNB - 0x041e1464099afcc5996B84372403b749D0B14b97
All investment strategies and investments involve risk of loss.
Nothing contained in this program, scripts, code or repository should be construed as investment advice. Any reference to an investment's past or potential performance is not, and should not be construed as, a recommendation or as a guarantee of any specific outcome or profit. By using this program you accept all liabilities, and that no claims can be made against the developers or others connected with the program.