Skip to content
 
 

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helios Testnet BOT

Helios Testnet BOT

Features

  • Auto Get Account Information
  • Auto Run With Proxyscrape Free Proxy - Choose 1
  • Auto Run With Private Proxy - Choose 2
  • Auto Run Without Proxy - Choose 3
  • Auto Rotate Invalid Proxies - y or n
  • Auto Claim HLS Faucet - Need 2captcha key
  • Auto Bridge HLS to Sepolia
  • Auto Delegate HLS to Validator
  • Multi Accounts

Note: Other features will be updated soon.

Requiremnets

  • Make sure you have Python3.9 or higher installed and pip.
  • 2captcha key (Optional)

Instalation

  1. Clone The Repositories:

    git clone https://github.com/airdropbomb/HeliosTestnet.git && cd HeliosTestnet
  2. Install Requirements:

    pip install -r requirements.txt #or pip3 install -r requirements.txt

Note: Check your web3, eth-account, and eth-utils library version first. If not same with version in requirements.txt, u must uninstall that library.

  • Check Library Version
      pip show libary_name
  • Uninstall Library
      pip uninstall libary_name
  • Install Library With Version
      pip install libary_name==version

Configuration

  • accounts.txt: You will find the file accounts.txt inside the project directory. Make sure accounts.txt contains data that matches the format expected by the script. Here are examples of file formats:

      your_private_key_1
      your_private_key_2
  • 2captcha_key.txt: You will find the file 2captcha_key.txt inside the project directory. Make sure 2captcha_key.txt contains data that matches the format expected by the script. Here are examples of file formats:

      your_2captcha_key
  • proxy.txt: You will find the file proxy.txt inside the project directory. Make sure proxy.txt contains data that matches the format expected by the script. Here are examples of file formats:

      ip:port # Default Protcol HTTP.
      protocol://ip:port
      protocol://user:pass@ip:port

Run

python bot.py #or python3 bot.py

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages