Code Monkey home page Code Monkey logo

pancakeswap-prediction-bot's Introduction

Pancakeswap prediction bot

GitHub last commit GitHub commit activity GitHub license

Introduction

This bot will bet the specified amount of BNB to the side with more money at the last N seconds of the bet countdown.

This is because I chose to follow the direction of the public considering that usually no one loses money on purpose, but of course this can be disturbed by other bots.

Warning

This robot is not guaranteed to profit you and there are bound to be losers in this game!

This strategy is not stable under extreme conditions. In testing, it managed to double my BNB, then dropped back to 1.2x, and finally increased to 3x until I open-sourced the code with only 2x profit.

I have tested a total of 400 rounds, my win rate is around 70%.

Build

# Ubuntu or Debian
sudo apt update
sudo apt install git snapd upx build-essential musl-dev -y
sudo snap install go --classic

git clone https://github.com/kallydev/pancakeswap-prediction-bot
cd pancakeswap-prediction-bot
make build && ls ./build

Usage

Screen

# Linux
screen -S pancakeswap-prediction-bot
./build/pancakeswap-prediction-bot_linux_amd64 --help
./build/pancakeswap-prediction-bot_linux_amd64 --private-key replace_me_as_your_private_key --amount 0.01

# Ctrl + A + D

Docker

make build_image

docker run \
  --name pancakeswap-prediction-bot \
  --restart=on-failure:3 \
  -dit kallydev/pancakeswap-prediction-bot:latest \
  --private-key replace_me_as_your_private_key \
  --amount 0.01

Donate

ETH

You can donate any amount to me in the Ethereum Mainnet, Polygon or BEP20 to support my work.

+ 0x000000A52a03835517E9d193B3c27626e1Bc96b1

License

GNU General Public License v3.0.

pancakeswap-prediction-bot's People

Contributors

deepsourcebot avatar kallydev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pancakeswap-prediction-bot's Issues

Build

./build/pancakeswap-prediction-bot_linux_amd64 will not exist after download.
Only: pancakeswap-prediction-bot will be in that directory and it won't recognise --help or ./build/pancakeswap-prediction-bot_linux_amd64 --private-key replace_me_as_your_private_key --amount 0.01.
Can you look into that?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.