This bot will automatically send transactions to earn sugar cubes.
- Auttomatically Send Transactions
- Support Proxy
- Support Multiple Accounts
- Register your wallet in TeaFi Website: Click Here!
- Ensure you have a POL balance in polygon/matic network (Atlest 3-5$ Worth)
- Make sure you have Node.js installed on your machine
wallets.txt
file containing private_keyproxy.txt
file containing your proxy lists (Optional)
- Clone the repository:
git clone https://github.com/rinkashimee/teafi-bot.git
cd teafi-bot
- Install the required dependencies:
npm install
- Input your private_key in
wallets.txt
file, one user per line:
nano wallets.txt
- Optional, you can use proxy:
- Input your proxy lists in
proxy.txt
file, Formathttp://username:password@ip:port
||socks5://username:password@ip:port
nano proxy.txt
- Add screen:
screen -S teafi-bot
- Run the script:
npm run start
- Detach Screen:
press ctrl a + d
This project uses the MIT License, details of which can be found in the LICENSE file.