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.
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
)
Download Node.js and npm here: Download Link.
👉 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.
Step-by-step instructions
git clone https://github.com/MeoMunDep/kiteai.git
cd kiteai
npm install --force user-agents axios meo-forkcy-colors meo-forkcy-utils https-proxy-agent socks-proxy-agent 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
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.
Click to expand
You can generate wallets using: Wallet Generator Tool
privatekey1
privatekey2
privatekey3
Each line = one wallet.
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.
Launch the bot
cd /path/to/kiteai
node meomundep.js
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!