allora-pancake-bot

GTZv4vzX0AAWbc0

  • Connect your EVM metamask wallet here
  • The more we bet on pancake the more we get Allora points

Install Dependecies

sudo apt-get update
sudo apt install git screen python3 python3-pip

pip3 install web3
#OR
pip install web3
git clone https://github.com/0xmoei/allora-pancake-bot
cd allora-pancake-bot

Run Bot

  • We can run 1 or 2 wallets with betting x amount of ETH per epoch
  • 2 Wallets with opposite bets decrease the risk

Wallet 1

screen -S bull

python3 bet-bull.py

Ctrl+A+D

Wallet 2

screen -S bear

python3 bet-bear.py

Ctrl+A+D

Help this guide

Don't forget to add pull request to correct the repository issues or add your ideas