Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

MeoMunDep/Vanilla-Finance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Bot Setup Guide

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


📌 Table of Contents

  1. System Requirements
  2. Installing the Bot
  3. Bot Configuration
  4. Running the Bot
  5. Updating the Bot
  6. Contact & Support

📌 System Requirements

Before running the bot, make sure you have installed:

  • Node.js (Version: 22.11.0)
  • npm (Version: 10.9.0)
  • Git (For downloading and updating the bot easily)
  • Docker (Optional: If you want to run the bot in a container)

📥 Download Node.js and npm here: Download Link. 📥 Download Git here: Download Link.


📌 Installing the Bot

🔹 Install via Git

  1. Download the bot:
    git clone https://github.com/MeoMunDep/vanilla-finance.git 
    cd "vanilla-finance/vanilla-finance"
  2. Install required libraries:
    npm install --force user-agents axios colors https-proxy-agent socks-proxy-agent 
  3. Prepare configuration files (See details)

🔹 Manual Installation (Without Git)

  1. Download and extract the bot into a folder on your computer.
  2. Install required libraries (same as Step 2 above).

🔹 Install via Docker

  1. Install Docker if you haven’t already: Docker Installation Guide.
  2. Build and run the bot using Docker:
    docker build -t vanilla-finance-bot-image .
    docker run -d --name vanilla-finance-container -v $(pwd)/logs:/app/logs vanilla-finance-bot-image
    For Windows CMD: Use %cd% instead of $(pwd).

📌 Bot Configuration

1. configs.json - 📜 Main Configuration

{
  "timeZone": "en-US",
  "rotateProxy": false,
  "skipInvalidProxy": true,
  "proxyRotationInterval": 2,
  "delayEachAccount": [1, 1],
  "timeToRestartAllAccounts": 300,
  "howManyAccountsRunInOneTime": 100,
  "doTasks": true,
  "howManyUpgrades": 5,
  "referralCodes": "10263300"
}

2. datas.txt - 🗂️ User Data

query_id.../user...
query_id.../user...
query_id.../user...

3. wallets.txt - 💼 Wallet List

abc...xyz
abc...xyz
abc...xyz

4. proxies.txt - 🌐 Proxy (Optional)

http://host:port
https://host:port
socks4://host:port
socks5://host:port
http://user:pass@host:port
https://user:pass@host:port
socks4://user:pass@host:port
socks5://user:pass@host:port

📌 Running the Bot

Run on PC:

node meomundep.js

Run with batch script on Windows:

  1. Open Command Prompt (CMD).
  2. Navigate to the bot folder:
    cd "path\to\vanilla-finance-folder"
  3. Run the batch script:
    run.bat
    (*If you encounter permission issues, right-click run.bat and select "Run as Administrator".)

Run with shell script on Linux/macOS:

./run.sh

Run using Docker:

docker start vanilla-finance-container

📌 Updating the Bot

🔹 If installed via Git

cd "vanilla-finance"
git pull origin main
npm install

🔹 If running via Docker

docker stop vanilla-finance-container
docker rm vanilla-finance-container
docker build -t vanilla-finance-bot-image .
docker run -d --name vanilla-finance-container -v $(pwd)/logs:/app/logs vanilla-finance-bot-image

For Windows CMD:

docker run -d --name vanilla-finance-container -v %cd%\logs:/app/logs vanilla-finance-bot-image

📌 Contact & Support

⚠️ Disclaimer: This code is provided "as is" without any warranties. Use it at your own risk. You are solely responsible for any consequences arising from its use. Redistribution or sale of this code in any form is strictly prohibited. ✨ Thank you for using the bot! Good luck! 🚀