/DawnValidatorBot

Multiprocessing | Thanks @airdropinsiders

Primary LanguagePython

DAWN VALIDATOR BOT

  1. Download DAWN Extension: DOWNLOAD (https://chromewebstore.google.com/detail/dawn-validator-chrome-ext/fpdkjdnhkakefebpekbdhillbhonfjjp)

  2. Input email dan wajib menggunakan invite code.

  3. Invite code

    a4k7dgrk
    
  4. Selesain task buat dapet tambahan 15k point

  5. Stay connect biar tetep dapetin DAWN point.

Join My Telegram Channel

    █████╗ ██╗██████╗ ██████╗ ██████╗  ██████╗ ██████╗ 
   ██╔══██╗██║██╔══██╗██╔══██╗██╔══██╗██╔═══██╗██╔══██╗
   ███████║██║██████╔╝██║  ██║██████╔╝██║   ██║██████╔╝
   ██╔══██║██║██╔══██╗██║  ██║██╔══██╗██║   ██║██╔═══╝ 
   ██║  ██║██║██║  ██║██████╔╝██║  ██║╚██████╔╝██║     
   ╚═╝  ╚═╝╚═╝╚═╝  ╚═════╝ ╚═╝  ╚═╝ ╚═════╝ ╚═╝     
                                                       
   ██╗███╗   ██╗███████╗██╗██████╗ ███████╗██████╗     
   ██║████╗  ██║██╔════╝██║██╔══██╗██╔════╝██╔══██╗    
   ██║██╔██╗ ██║███████╗██║██║  ██║█████╗  ██████╔╝    
   ██║██║╚██╗██║╚════██║██║██║  ██║██╔══╝  ██╔══██╗    
   ██║██║ ╚████║███████║██║██████╔╝███████╗██║  ██║    
   ╚═╝╚═╝  ╚═══╝╚══════╝╚═╝╚═════╝ ╚══════╝╚═╝  ╚═╝

MY CHANNEL

Dawn Validator Bot with Multiprocessing Workers

How To Use

  1. Clone Repo

    git clone https://github.com/airdropinsiders/DawnValidatorBot.git
    
  2. Move to Directory

    cd DawnValidatorBot
    
  3. Install Requirements

    pip install -r requirements.txt
    
  4. Fill Telegram Token, Email and Bearer Token

    nano config.json
    

    example config for multiple accounts

    "accounts": [
    {
      "email": "YOUR DAWN VALIDATOR EMAIL",
      "token": "YOUR BEARER TOKEN"
    },
    {
      "email": "YOUR DAWN VALIDATOR EMAIL",
      "token": "YOUR BEARER TOKEN"
    }
    
  5. Run Bot

    # Termux
    python main.py # default 3 worker
    python main.py -w 10 # optional, 10 is amount of workers
    
    # Linux / CMD
    python3 main.py # default 3 worker
    python3 main.py -w 10 # optional, 10 is amount of workers
    

How To Find Your Bearer Token

Right Click on Dawn Validator Extension and Choose Inspect, Choose Network Tab, and find BEARER TOKEN there