8000 GitHub - vonssy/Dawn-BOT: Vonssy Part 2?
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vonssy/Dawn-BOT

Repository files navigation

Dawn Validator BOT

Dawn Validator BOT

Features

  • Auto Get Account Information
  • Auto Run With Free Proxyscrape Proxy - Choose 1
  • Auto Run With Private Proxy - Choose 2
  • Auto Run Without Proxy - Choose 3
  • Auto Rotate Invalid Proxies - y or n
  • Auto Send Keep-Alive Every 10 Minutes
  • Multi Accounts With Threads

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/vonssy/Dawn-BOT.git
    cd Dawn-BOT
  2. Install Requirements:

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

Configuration

  • 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
  • accounts.json: You will find the file accounts.json inside the project directory. Make sure accounts.json contains data that matches the format expected by the script. Here are examples of file formats:

      [
          {
              "Email": "your_email_address_1",
              "Password": "your_password_1"
          },
          {
              "Email": "your_email_address_2",
              "Password": "your_password_2"
          }
      ]

Note

  • If you don't have a 2cpatcha key, you can fetch the data manually and put it in tokens.json according to the format.
Image
  • tokens.json: You will find the file tokens.json inside the project directory. Make sure tokens.json contains data that matches the format expected by the script. Here are examples of file formats:

      [
          {
              "Email": "your_email_address 1",
              "Token": "your_berear_token 1"
          },
          {
              "Email": "your_email_address 2",
              "Token": "your_berear_token 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

Setup

python setup.py #or python3 setup.py

Run

python bot.py #or python3 bot.py

Buy Me a Coffee

  • EVM: 0xe3c9ef9a39e9eb0582e5b147026cae524338521a
  • TON: UQBEFv58DC4FUrGqinBB5PAQS7TzXSm5c1Fn6nkiet8kmehB
  • SOL: E1xkaJYmAFEj28NPHKhjbf7GcvfdjKdvXju8d8AeSunf
  • SUI: 0xa03726ecbbe00b31df6a61d7a59d02a7eedc39fe269532ceab97852a04cf3347

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.

vonssy

About

Vonssy Part 2?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0