kallydev / pancakeswap-prediction-bot

This bot will bet the specified amount of BNB to the side with more money at the last N seconds of the bet countdown.
GNU General Public License v3.0
28 stars 7 forks source link

Build #1

Closed Rudyvantuyn closed 2 years ago

Rudyvantuyn commented 2 years ago

./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?

kallydev commented 2 years ago

@Rudyvantuyn Hi, thanks for pointing this problem out to me, I just fixed the wrong build steps in README.md.

  # Ubuntu or Debian
- sudo update
- sudo apt install git make snapd -y
+ sudo apt update
+ sudo apt install git make snapd upx -y
  sudo snap install go --classic

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