Skip to content

Auto stake, claim rewards, chat with AI, faucet, do daily quizz, do onboarding tasks, referrals, claim badges, deploy, send tokens.

Notifications You must be signed in to change notification settings

MeoMunDep/KiteAI

Repository files navigation

🚀 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

  1. Prerequisites

  2. Installation Steps

  3. Configuration Files

  4. Running the Bot

  5. Contact and Support


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)

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.


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 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

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 if true.
  • 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

🚀 Enjoy using the bot and thank you for your support!

About

Auto stake, claim rewards, chat with AI, faucet, do daily quizz, do onboarding tasks, referrals, claim badges, deploy, send tokens.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published