Skip to content

nonce-ns/MultipleLite-BOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiple Lite Node BOT

Multiple Lite Node BOT

Features

  • Auto Get Account Information
  • Auto Run With Monosans Proxy - Choose 1
  • Auto Run With Private Proxy - Choose 2
  • Auto Run Without Proxy - Choose 3
  • Auto Send Keep Alive Every 10 Minutes
  • Multi Accounts With Threads

Requiremnets

  • Make sure you have Python3.9 or higher installed and pip.

Instalation

  1. Clone The Repositories:

    git clone https://github.com/nsnsop/MultipleLite-BOT.git
    cd MultipleLite-BOT
  2. Install Requirements:

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

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
  • 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

Thank you for visiting this repository, don't forget to contribute in the form of follows and stars. If you have questions, find an issue, or have suggestions for improvement, feel free to contact me or open an issue in this GitHub repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages