MeshChain is a decentralized network designed to provide affordable, scalable compute power for AI workloads. We address the high costs and limited access to AI resources, making it easier for everyone to contribute and benefit from the power of AI.
- Solve captcha using anti-captcha https://anti-captcha.com/
This repository contains scripts for automating tasks such as user registration, email verification, claiming rewards, and starting mining on MeshChain.
- Support Multy accounts.
- Register new accounts.
- Verify email using OTP.
- Claim faucet BNB.
- Initialize and link unique nodes.
- Node.js 16+
- Dependencies installed via
npm install - new mail for each account (for email verification and claim faucet bnb)
- 1 account only can link with 1 nodeId so if you want farm it create multiple accounts.
- this file while auto generate if you register using script
- if you already have account you can create file manually
token.txt: Stores tokens in the formataccess_token|refresh_tokeneach line 1 account.unique_id.txt: Stores unique IDs for linked nodes each line 1 account.
- Clone the repository:
git clone https://github.com/Zlkcyber/mesh-bot.git cd mesh-bot - install dependencies:
npm install
- Register account:
npm run register
- Run the bot:
npm run start


