A farming automation bot built to work seamlessly with the Taker Sowing Protocol. It automates daily sign-ins and farming tasks to efficiently collect Taker Points, potentially increasing eligibility for future airdrops.
- Node.js
- Private keys for the wallets you intend to use (stored in
privateKeys.json).
- 🚀 Automation: Handles daily sign-ins and farming tasks automatically—no manual interaction needed.
- 👛 Multiple Wallet Support: Easily manage and farm with multiple wallets for maximum efficiency.
-
Clone the Repository:
git clone https://github.com/frankrichardhall/Sowing-Taker-Farming-Airdrop-bot.git cd Sowing-Taker-Farming-Airdrop-bot -
Install Dependencies:
npm install
-
Create
privateKeys.json: Create a file namedprivateKeys.jsonin the root directory with the following format:[ "your_private_key_1", "your_private_key_2" ]
-
Run:
npm start
- Use
npm startto check the menu options available. - Choose the appropriate command based on the network you want to use.
- The bot will automatically execute the transactions, handling any errors and retrying as needed.
This project is licensed under the MIT License. See the LICENSE file for details.