DISCLAIMER: THIS PAGE WAS MADE AS A PERSONAL EDUCATIONAL PROJECT. This is NOT the official site of the company or brand identified on the page. The creator of this page is NOT affiliated with the company or brand in any way. This page is a personal project made in connection with an educational exercise.
Welcome to the bot setup guide! Follow the steps below to install and configure the bot correctly. This guide is designed for new users, with clear explanations for each step.
📱 For Mobile Users (Termux): View the guide here
- System Requirements
- Installing the Bot
- Bot Configuration
- Running the Bot
- Updating the Bot
- Contact & Support
Before running the bot, make sure you have installed:
- Node.js (Version:
22.11.0) - npm (Version:
10.9.0) - Git
- Docker (Optional)
📥 Node.js & npm: Download
📥 Git: Download
🔧 Install via Git
git clone https://github.com/MeoMunDep/life-network.git
cd life-network
npm install --no-audit --no-fund --prefer-offline --force user-agents axios meo-forkcy-colors meo-forkcy-utils meo-forkcy-proxy meo-forkcy-logger bs58 @solana/web3.js tweetnacl🧰 Manual Installation
- Download and extract the bot manually.
- Run the same
npm installcommand as above.
🐳 Install via Docker
docker build -t life-network-image .
docker run -d --name life-network-container -v $(pwd)/logs:/app/logs life-network-image💡 On Windows CMD, use
%cd%instead of$(pwd)
📜 1. configs.json - Main Configuration
{
"proxyMode": "round",
"rotateProxy": false,
"skipInvalidProxy": true,
"proxyRotationInterval": 2,
"delayEachAccount": [1, 1],
"timeToRestartAllAccounts": 300,
"howManyAccountsRunInOneTime": 1,
"doTasks": true,
"connectWallets": true,
"bindReferralCodes": true,
"referralCodes": ["SC315", "NZVI4"]
}| Parameter Name | Type | Default | Description |
|---|---|---|---|
rotateProxy |
boolean |
false |
Enable proxy rotation between accounts |
proxyMode |
string |
static |
Adjust proxy type for all accounts |
skipInvalidProxy |
boolean |
false |
Skip account if its proxy is invalid |
proxyRotationInterval |
number |
2 |
Minutes between proxy rotations |
delayEachAccount |
[number, number] |
[5, 8] |
Random delay range (in seconds) between accounts |
timeToRestartAllAccounts |
number |
300 |
Time (in seconds) before restarting all accounts |
howManyAccountsRunInOneTime |
number |
100 |
Number of accounts to run in parallel |
doTasks |
boolean |
true |
Whether to perform main tasks |
connectWallets |
boolean |
true |
Whether to connect solana wallet |
bindReferralCodes |
boolean |
true |
Whether to bind referral codes |
referralCodes |
string[] |
[""] |
Optional referral code |
🌐 3. proxies.txt - Proxy List
host:port
http://host:port
socks5://user:pass@host:port
...💼 4. wallets.txt - Wallet List
solana privatekey
solana privatekey
solana privatekey
...🪟 Run on Windows (.bat)
- Double-click
run.bat - It auto-updates, installs dependencies, and runs the bot.
If it fails, right-click → Run as Administrator Or run from CMD:
run.bat🐧 Run on Linux/macOS (.sh)
chmod +x run.sh
./run.sh🐳 Run with Docker
docker stop life-network-container 2>/dev/null && docker rm life-network-container 2>/dev/null
docker build -t life-network-image .
docker run -d --name life-network-container -v $(pwd)/logs:/app/logs life-network-imageLater restart:
docker start life-network-container🔄 If installed via Git
cd life-network
git pull origin main
npm install🐳 If using Docker
docker stop life-network-container
docker rm life-network-container
docker build -t life-network-image .
docker run -d --name life-network-container life-network-image- Support me via Referral Link
- Donate: Donate Here
- Contact (Work): @MeoMunDep
- Support Group: Join here
- Updates Channel: View channel
- YouTube: Watch here
- Instagram: Follow
- Tiktok: Follow
✨ Thank you for using the bot, hope you earn from my scripts! Good luck! 🚀