Auto stake, claim rewards, chat with AI, faucet, do daily quizz, do onboarding tasks, referrals, claim badges, deploy, send tokens, export data to csv file.
๐ Bot Setup Instructions
Welcome to the bot setup guide! Follow the steps below to install and configure the bot correctly. This guide is designed to be beginner-friendly, with clear explanations for each step.
Termux guides if you run on mobile
Table of Contents
*configs.json
* privateKeys.txt
* proxies.txt
Prerequisites
Click to expand
Before running the bot, make sure you have the following installed:
- Node.js (Version:
22.11.0) - npm (Version:
10.9.0)
๐ On Windows, double click on run.bat. ๐ For Linux/macOS, use run.sh to automatically run the bot.
โ ๏ธ Remember to fill in all the necessary details before running.
Installation Steps
Step-by-step instructions
1. Clone the Bot Repository (GitHub)
git clone https://github.com/MeoMunDep/kiteai.git
cd kiteai
2. Install Dependencies
npm install --force user-agents axios meo-forkcy-colors meo-forkcy-utils meo-forkcy-proxy meo-forkcy-logger ethers web3 crypto-js @faker-js/faker viem
โ ๏ธ Windows Execution Policy Error?
Run this PowerShell command:
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
Then try npm install again.
๐ง Linux/macOS Permission Error?
Try with sudo:
sudo npm install --force user-agents axios meo-forkcy-colors meo-forkcy-utils https-proxy-agent socks-proxy-agent ethers web3 crypto-js viem
Configuration Files
1. configs.json - ๐ Adjust Bot Settings
Click to view example and explanation
{
"skipInvalidProxy": false,
"delayEachAccount": [1, 1],
"timeToRestartAllAccounts": 300,
"howManyAccountsRunInOneTime": 100,
"doOnboardingTasks": true, "doDailyQuizz": true, "updateName": true,
"chatWithAi": { "enable": true, "amount": 30 },
"stakeToken": { "enable": true, "amount": [1, 2] },
"claimStakeRewards": { "enable": true, "amount": [0.1, 0.2] },
"referralCodes": ["DO6Y47C3"],
"faucet": { "enable": false, "maxCaptchaAttempts": 20, "2captchaApiKey": "" } }
Field Descriptions:
skipInvalidProxy: Skip invalid proxies iftrue.delayEachAccount: Delay between accounts (random between two numbers).timeToRestartAllAccounts: Time (in seconds) to restart all.howManyAccountsRunInOneTime: Parallel accounts.doOnboardingTasks: Enable onboarding task flow.doDailyQuizz: Enable daily quiz participation.updateName: Enable random username updates.chatWithAi.enable: Whether to chat with AI.chatWithAi.amount: Number of messages to send.stakeToken.enable: Enable staking.stakeToken.amount: Random stake range.claimStakeRewards.enable: Claim staking rewards.claimStakeRewards.amount: Reward range to claim.referralCodes: Add your referral code.faucet.enable: Enable faucet mode.faucet.maxCaptchaAttempts: Max CAPTCHA attempts.faucet.2captchaApiKey: 2Captcha API key.
2. privateKeys.txt - ๐๏ธ Wallet Data
Click to expand
You can generate wallets using: Wallet Generator Tool
privatekey1
privatekey2
privatekey3
Each line = one wallet.
3. proxies.txt - ๐ Proxy List (Optional)
Supported Formats & Example
Get proxies from: Webshare
http://host:port
https://host:port
socks4://host:port
socks5://host:port
http://user:pass@host:port
socks5://user:pass@host:port
Leave blank if not using proxies.
Running the Bot
Launch the bot
cd /path/to/kiteai
node meomundep.js
Contact and Support
Expand to see all support links
- ๐งก Support via referral: Click here
- โ Donate: Link
- ๐ฌ Telegram Contact: @MeoMunDep
- ๐ฃ Support Group: Join here
- ๐ Updates Channel: View
- ๐บ YouTube Channel: Watch
- ๐ธ Instagram: meomundep
- ๐ต Tiktok: meomundep
๐ Enjoy using the bot and thank you for your support!