Skip to content

QuantumLeap-us/Gataxyz-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GATA DVA Automation Bot 🤖

An automation tool for GATA DVA tasks with multi-account and proxy support.

Features ✨

  • 🚀 Multi-account support
  • 🔒 Proxy support with IP rotation
  • 📊 Real-time status monitoring
  • 🔄 Automatic task processing
  • 🌐 Browser automation
  • 💎 Points tracking
  • 🛡️ Error handling and recovery
  • 📝 Detailed logging

Prerequisites 📋

  • Node.js v16 or higher
  • npm (Node Package Manager)
  • A list of private keys
  • A list of HTTP proxies

Installation 🔧

  1. Clone the repository:

    git clone https://github.com/QuantumLeap-us/Gataxyz-Bot.git
    cd Gata-Auto-Bot
  2. Install dependencies:

    npm install
  3. Install Playwright browsers:

    npx playwright install chromium

Configuration ⚙️

  1. Create pk.txt file with your private keys (one per line):

    0x123...abc
    0x456...def
    
  2. Create proxies.txt file with your proxies (one per line):

    http://user:pass@ip:port
    ip:port
    

Usage 🎮

Start the bot:

npm start

The bot will:

  1. Load private keys and proxies
  2. Initialize browser instances for each account
  3. Authenticate using private keys
  4. Start processing DVA tasks
  5. Monitor and display task status

File Structure 📁

About

A Node.js bot that automates task completion for multiple Gata.xyz accounts with proxy support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors