{"id":20657111,"url":"https://github.com/kallydev/pancakeswap-prediction-bot","last_synced_at":"2025-04-19T12:27:44.519Z","repository":{"id":57707510,"uuid":"460269282","full_name":"kallydev/pancakeswap-prediction-bot","owner":"kallydev","description":"This bot will bet the specified amount of BNB to the side with more money at the last N seconds of the bet countdown.","archived":false,"fork":false,"pushed_at":"2022-03-29T10:28:29.000Z","size":72,"stargazers_count":28,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-06-19T01:48:57.185Z","etag":null,"topics":["bep20","binance","bnb","bot","ethereum","pancakeswap","pancakeswap-prediction-bot"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kallydev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":["https://etherscan.io/address/0x000000A52a03835517E9d193B3c27626e1Bc96b1","https://polygonscan.com/address/0x000000A52a03835517E9d193B3c27626e1Bc96b1","https://bscscan.com/address/0x000000A52a03835517E9d193B3c27626e1Bc96b1"]}},"created_at":"2022-02-17T03:35:53.000Z","updated_at":"2024-02-23T19:27:27.000Z","dependencies_parsed_at":"2022-08-24T05:10:52.949Z","dependency_job_id":null,"html_url":"https://github.com/kallydev/pancakeswap-prediction-bot","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kallydev%2Fpancakeswap-prediction-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kallydev%2Fpancakeswap-prediction-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kallydev%2Fpancakeswap-prediction-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kallydev%2Fpancakeswap-prediction-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kallydev","download_url":"https://codeload.github.com/kallydev/pancakeswap-prediction-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224952331,"owners_count":17397537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bep20","binance","bnb","bot","ethereum","pancakeswap","pancakeswap-prediction-bot"],"created_at":"2024-11-16T18:18:35.173Z","updated_at":"2024-11-16T18:18:35.675Z","avatar_url":"https://github.com/kallydev.png","language":"Go","funding_links":["https://etherscan.io/address/0x000000A52a03835517E9d193B3c27626e1Bc96b1","https://polygonscan.com/address/0x000000A52a03835517E9d193B3c27626e1Bc96b1","https://bscscan.com/address/0x000000A52a03835517E9d193B3c27626e1Bc96b1"],"categories":[],"sub_categories":[],"readme":"# Pancakeswap prediction bot\n\n![GitHub last commit](https://img.shields.io/github/last-commit/kallydev/pancakeswap-prediction-bot?style=flat-square)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/m/kallydev/pancakeswap-prediction-bot?style=flat-square)\n![GitHub license](https://img.shields.io/github/license/kallydev/pancakeswap-prediction-bot?style=flat-square)\n\n## Introduction\n\nThis bot will bet the specified amount of BNB to the side with more money at the last N seconds of the bet countdown.\n\nThis 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.\n\n## Warning\n\nThis robot is not guaranteed to profit you and there are bound to be losers in this game!\n\nThis 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.\n\nI have tested a total of 400 rounds, my win rate is around 70%.\n\n## Build\n\n```shell\n# Ubuntu or Debian\nsudo apt update\nsudo apt install git snapd upx build-essential musl-dev -y\nsudo snap install go --classic\n\ngit clone https://github.com/kallydev/pancakeswap-prediction-bot\ncd pancakeswap-prediction-bot\nmake build \u0026\u0026 ls ./build\n```\n\n## Usage\n\n### Screen\n\n```shell\n# Linux\nscreen -S pancakeswap-prediction-bot\n./build/pancakeswap-prediction-bot_linux_amd64 --help\n./build/pancakeswap-prediction-bot_linux_amd64 --private-key replace_me_as_your_private_key --amount 0.01\n\n# Ctrl + A + D\n```\n\n### Docker\n\n```shell\nmake build_image\n\ndocker run \\\n  --name pancakeswap-prediction-bot \\\n  --restart=on-failure:3 \\\n  -dit kallydev/pancakeswap-prediction-bot:latest \\\n  --private-key replace_me_as_your_private_key \\\n  --amount 0.01\n```\n\n## Donate\n\n### ETH\n\nYou can donate any amount to me in the Ethereum `Mainnet`, `Polygon` or `BEP20` to support my work.\n\n```diff\n+ 0x000000A52a03835517E9d193B3c27626e1Bc96b1\n```\n\n## License\n\n[GNU General Public License v3.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkallydev%2Fpancakeswap-prediction-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkallydev%2Fpancakeswap-prediction-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkallydev%2Fpancakeswap-prediction-bot/lists"}