Skip to content

Khimsaja/Blockpad-Auto-Bot-cuk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlockPad Auto Bot

A Node.js bot for automating tasks on BlockPad testnet with multi-account and proxy support.

Features

  • Multi-account support with custom labels
  • Proxy support (HTTP/HTTPS/SOCKS)
  • Automatic retries with error handling
  • Configurable task sequences
  • Colorful console output

Setup

  1. Clone This Repository
git clone https://github.com/airdropinsiders/Blockpad-Auto-Bot.git
cd Blockpad-Auto-Bot
  1. Install dependencies:
npm install
  1. Create configuration files:
  • token.txt: One account per line in format token,label (label is optional) Example:
    abc123xyz....,labelwallet1
    def456uvw....,labelwallet2
    
  • proxy.txt (optional): One proxy per line Example:
    http://user:pass@ip:port
    socks5://ip:port
    

Usage

node index.js

Configuration

  • Default retry attempts: 3
  • Default timeout: 30 seconds
  • Sleep intervals configurable in code

Error Handling

  • Automatic retry for failed operations
  • Proxy connection error detection
  • Faucet cooldown handling
  • Graceful shutdown support

Disclaimer

This bot is for educational purposes only. Use at your own risk and ensure compliance with BlockPad's terms of service.

About

A Node.js bot for automating tasks on BlockPad testnet with multi-account and proxy support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%