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
- We can run 1 or 2 wallets with betting x amount of ETH per epoch
- 2 Wallets with opposite bets decrease the risk
screen -S bull
python3 bet-bull.py
Ctrl+A+D
screen -S bear
python3 bet-bear.py
Ctrl+A+D
Don't forget to add pull request to correct the repository issues or add your ideas