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 (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.
- Download the bot:
git clone https://github.com/MeoMunDep/Tomo-wallet.git cd TomoWallet/TomoWallet - Install required libraries:
npm install --force user-agents axios colors https-proxy-agent socks-proxy-agent
- Prepare configuration files (See details)
- Download and extract the bot into a folder on your computer.
- Install required libraries (same as Step 2 above).
- Install Docker if you haven’t already: Docker Installation Guide.
- Build and run the bot using Docker:
For Windows CMD: Use
docker build -t TomoWallet-image . docker run -d --name TomoWallet-container -v $(pwd)/logs:/app/logs TomoWallet-image
%cd%instead of$(pwd).
{
"rotateProxy": false,
"skipInvalidProxy": false,
"proxyRotationInterval": 2,
"delayEachAccount": [5, 8],
"timeToRestartAllAccounts": 300,
"howManyAccountsRunInOneTime": 100,
"doTasks": true
}Explanation of each parameter:
| Parameter Name | Data Type | Default Value | Description |
|---|---|---|---|
rotateProxy |
boolean |
false |
Enable/disable automatic proxy rotation between accounts. |
skipInvalidProxy |
boolean |
false |
If true, the bot will skip that account due to invalid proxy. |
proxyRotationInterval |
number |
2 |
Time interval (in minutes) between proxy rotations when rotateProxy is enabled. |
delayEachAccount |
[number, number] |
[5, 8] |
Random delay (in seconds) between accounts when performing tasks. |
timeToRestartAllAccounts |
number |
300 |
Time (in seconds) before the bot restarts all accounts. |
howManyAccountsRunInOneTime |
number |
100 |
Number of accounts running simultaneously. |
doTasks |
boolean |
true |
Enable/disable task execution (false means the bot won’t perform tasks). |
query_id.../user...
query_id.../user...
query_id.../user...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:portabc...xyz
abc...xyz
abc...xyznode meomundep.js- Open Command Prompt (CMD).
- Navigate to the bot folder:
cd "path\to\TomoWallet"
- Run the batch script:
(*If you encounter permission issues, right-click
run.bat
run.batand select "Run as Administrator".)
./run.shdocker start TomoWallet-containercd TomoWallet
git pull origin main
npm installdocker stop TomoWallet-container
docker rm TomoWallet-container
docker build -t TomoWallet-image .
docker run -d --name TomoWallet-container TomoWallet-image- Support me via Referral Link
- Support me via Donate Here
- Contact for work: Telegram
- Join the support group: Join here
- Updates Channel: View channel
- YouTube Channel: Watch here
- Instagram: Follow me
- Tiktok: Follow me
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.
✨ Thank you for using the bot! Good luck! 🚀