Skip to content

MeoMunDep/Browser-Cash

Repository files navigation

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.


🚀 browsercash 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
  • Docker (Optional)

📥 Node.js & npm: Download

📥 Git: Download


Installing the Bot

🔧 Install via Git
git clone https://github.com/MeoMunDep/browsercash.git
cd browsercash
npm install --no-audit --no-fund --prefer-offline --force user-agents axios meo-forkcy-colors meo-forkcy-utils meo-forkcy-proxy meo-forkcy-logger ethers web3 ws
🧰 Manual Installation
  1. Download and extract the bot manually.
  2. Run the same npm install command as above.
🐳 Install via Docker
docker build -t browsercash-image .
docker run -d --name browsercash-container -v $(pwd)/logs:/app/logs browsercash-image

💡 On Windows CMD, use %cd% instead of $(pwd)


Bot Configuration

📜 1. configs.json - Main Configuration
{
  "rotateProxy": false,
  "proxyMode": "static",
  "skipInvalidProxy": false,
  "proxyRotationInterval": 2,
  "delayEachAccount": [5, 8],
  "timeToRestartAllAccounts": 300,
  "howManyAccountsRunInOneTime": 100
}
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
🗂️ 2. datas.txt - User Data

Your emails and passwords for each accounts

email1|password1|installId1
email2|password2|installId2
email3|password3|installId3
```

</details>

<details>
<summary><strong>🌐 3. <code>proxies.txt</code> - Proxy List</strong></summary>

📥 [Free proxy from Webshare](https://www.webshare.io/?referral_code=4l5kb3glsce7)

```txt
host:port
http://host:port
socks5://user:pass@host:port
...
💼 4. wallets.txt - Wallet List

📥 Generate wallets here

0xabc123...
0xdef456...
...

Running the Bot

🪟 Run on Windows (.bat)
  1. Double-click run.bat
  2. 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 browsercash-container 2>/dev/null && docker rm browsercash-container 2>/dev/null
docker build -t browsercash-image .
docker run -d --name browsercash-container -v $(pwd)/logs:/app/logs browsercash-image

Later restart:

docker start browsercash-container

Updating the Bot

🔄 If installed via Git
cd browsercash
git pull origin main
npm install
🐳 If using Docker
docker stop browsercash-container
docker rm browsercash-container
docker build -t browsercash-image .
docker run -d --name browsercash-container browsercash-image

Contact & Support


⚠️ Disclaimer

This project was created solely as a personal educational exercise.
It is not an official product, website, or service of any company or brand referenced in this repository.
The creator is not affiliated, associated, endorsed by, or connected with any such company or brand in any way.

The code is provided "as is" without any warranties or guarantees.
Certain parts of the source are intentionally obfuscated to protect personal research, custom logic, and implementation techniques developed during learning and experimentation.

Use this project responsibly and at your own risk.
Redistribution, resale, or commercial use of any part of this code—whether original or modified—is not permitted.

✨ Created by @MeoMunDep | ✨ Thank you for using the bot, hope you earn from my scripts! Good luck! 🚀