Package Exports
- taiko-daily-bot
- taiko-daily-bot/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (taiko-daily-bot) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Taiko Transaction bot
This Taiko transaction bot is a daily routin bot, complete randomize number transaction with range 136 tx - 144 tx with each tx has randomize interval between 50 seconds to 330 seconds
Prerequisite
To run this bot you need to
- Taiko Mainnet Account with > 2 USDC AND > 0.05 ETH Balance.
- Node JS Installed.
BOT Feature Overview
This BOT automates various tasks. Below is a detailed breakdown of the features and the sequence of operations it performs.
Bot Feature
- Lending randomize 1 USDC to 2 USDC into minterest Dapp
- Withdraw all USDC from minterest Dapp
- Wrap randomize 0.0003 ETH to 0.0005 ETH to WETH
- Unwrap all WETH back to ETH
This bot will repeate all tx until reached daily max point
Set Up
- Clone the repo or Download the latest release Here
- cd to project directory
- run
npm install
- Create a .env file in the same directory and add your Address & private key.
echo "WALLET_ADDRESS=you_wallet_address_here" > .env
echo "PRIVATE_KEY=your_private_key_here" > .env
Running Bot
- To do 1 time run execute
npm run start
- To do scheduler run execute
npm run schedule
(EXPERIMENTAL)
UPDATE
to update the bot,
- if you clone the repo you can simply run
git pull
orgit pull --rebase
. - if you download from the release, just download new latest release.
CONTRIBUTE
Feel free to fork and contribute adding more feature thanks.
SUPPORT
Each tx contain tiny amount of tax to support next Bot with various features
Have Question?
Join Here