Skip to content

Latest commit

 

History

History
93 lines (63 loc) · 2.16 KB

README.md

File metadata and controls

93 lines (63 loc) · 2.16 KB

📞 Contact

Termux guides if you run on mobile

If you encounter any issues or have questions, feel free to reach out:

Help me with your referral Link

🚀 Getting Started

To get started with the bot, follow these steps:

  1. Dowload NodeJS to run the bot

Before running the bot, make sure you have the following installed:

  • Node.js (Version: 22.11.0)
  • npm (Version: 10.9.0)

Download Node.js and npm here: Download Link.

-> Double click on setup.bat for windows or setup.sh for linux/mac if you want to run automatically, remember to fill all the necessary data.

  1. Install Dependencies and Modules:

    npm i user-agents axios colors p-limit https-proxy-agent socks-proxy-agent crypto-js ws uuid
    
  2. Prepare Configuration Files:

    You'll need to set up a few configuration files for the bot to work properly.

📁 Configuration Files

1. configs.json 📜 - Adjust configuration

{
  "timeZone": "en-US",
  "rotateProxy": true,
  "skipInvalidProxy": false,
  "proxyRotationInterval": 2,
  "delayEachAccount": [5, 8],
  "timeToRestartAllAccounts": 300,
  "howManyAccountsRunInOneTime": 100
}

2. emails.txt 🗂️ - Your emails address.

xxx@gmail.com
xxx@gmail.com
xxx@gmail.com

2.1. passwordss.txt 🗂️ - Your passwords's emails.

xxx...
xxx...
xxx...

3. wallets.txt 💼 - Cannot update yet.

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

4. proxies.txt 🌐 - Proxy is an option. If you have one, fill it in; otherwise, leave it blank.

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

💡 Usage:

You need to cd to the file after extract it. To run the bot, use the following command: cd blockmesh-main/blockmesh; node bot

🎇Enjoy!