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.
-
Auto check usdt balance and auto withdraw
-
Get new tokens for account in
accounts.txt
file, run:node getToken
-
New token is saved in
newTokens.txt
file -
Need to reinstall dependencies after
git pull
:npm install
-
Added support proxy usage (optional): put your proxies in
proxy.txt
-
Added Feature Auto Spins
-
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_token
each line 1 account. -
got to https://app.meshchain.ai/ and inspect to get
access_token|refresh_token
-
unique_id.txt
: Stores unique IDs for linked nodes each line 1 account. -
inspect mesh extension to get id
- 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