Welcome to the bot setup guide! This guide is designed to be beginner-friendly — just follow the steps, and your bot will be ready to run with minimal terminal use.
Make sure you have the following installed:
- Node.js (Recommended:
v22.11.0) - npm (Comes with Node.js)
📦 Download from here: Node.js Installer
✅ 1. Clone the Bot Repository
If you haven't installed Git, download it here.
git clone https://github.com/MeoMunDep/Earlybird.git
cd Earlybird✅ 2. Edit Configuration Files
Set up the following files before running the bot (details below):
configs.jsonprivateKeys.txtproxies.txt(optional)
📜 1. configs.json - Bot Settings
{
"proxyMode": "static",
"skipInvalidProxy": false,
"delayEachAccount": [1, 1],
"timeToRestartAllAccounts": 86400,
"howManyAccountsRunInOneTime": 1,
"redeemTokens": false,
"closePositions": true,
"tradeLongShort": {
"enabled": true,
"amountUSD": [5, 15]
},
"captcha": {
"provider": "2captcha",
"providers": {
"2captcha": { "apiKey": "YOUR_2CAPTCHA_KEY" },
"anticaptcha": { "apiKey": "YOUR_ANTICAPTCHA_KEY" }
}
},
"proxy": {
"useProxies": true
}
}| Field | Type | Description |
|---|---|---|
proxyMode |
string | Proxy usage mode. (static, rotate, … depending on implementation) |
skipInvalidProxy |
boolean | Skip and ignore any proxy that fails. |
delayEachAccount |
array | Delay between each account in seconds (random within this range). Example: [1, 3]. |
timeToRestartAllAccounts |
number | Restart bot process after this many seconds. Set to 0 to disable auto-restart. |
howManyAccountsRunInOneTime |
number | Max number of accounts running concurrently. |
redeemTokens |
boolean | Auto-redeem tokens if available. |
closePositions |
boolean | Auto-close positions when stopping or restarting bot. |
tradeLongShort |
object | Trading configuration for long/short strategy. |
tradeLongShort.enabled |
boolean | Enable/disable the long/short trading system. |
tradeLongShort.amountUSD |
array | Random USD amount range for each trade. Example: [5, 15]. |
captcha |
object | Captcha solving configuration. |
captcha.provider |
string | Selected captcha provider to use (2captcha, anticaptcha, etc.). |
captcha.providers |
object | API keys for available captcha providers. |
captcha.providers.2captcha.apiKey |
string | 2Captcha API key. |
captcha.providers.anticaptcha.apiKey |
string | AntiCaptcha API key. |
proxy |
object | Proxy configuration. |
proxy.useProxies |
boolean | Enable or disable the usage of proxies for accounts. |
🗂️ 2. privateKeys.txt - Wallet List
Each line is one private key:
privatekey1
privatekey2
privatekey3
🌐 3. proxies.txt - Proxy List (Optional)
💡 Get free/paid proxies from here
Supported formats:
host:port
protocol://host:port
protocol://user:pass@host:port
▶️ For Windows Users
Just double click on run.bat
✅ This script will:
- Install all required modules
- Run the bot automatically
You don’t need to type any command manually!
▶️ For Linux/macOS Users
Run this command in terminal:
./run.shOr make it executable and double-click:
chmod +x run.sh
./run.sh- Support me via Donate: Here
- Work Contact: @MeoMunDep
- Support Group: Join here
- Updates Channel: View channel
- YouTube: @keoairdropfreene
- Instagram: @meomundep
- TikTok: @meomundep
✨ Thank you for using the bot, hope you earn from my scripts! Good luck! 🚀