Skip to content

ahlulmukh/bless-autorun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bless Auto Ping Nodes

This bot automates ping nodes bless

Features

  • Multi nodes
  • Uses proxies to avoid IP bans/Limit.
  • Bypass CF WAF

Requirements

Installation

  1. Clone the repository:

    git clone https://github.com/ahlulmukh/bless-autorun.git
    cd bless-autorun
  2. Make virtual env:

    python -m venv env
    
    pip install -r requirements.txt
  3. Create a proxy.txt file in the root directory and add your proxies (one per line) (Optional).

    http://user:pass@host:port
    http://user:pass@host:port
    http://user:pass@host:port
    
  4. Copy accounts.json.example to accounts.json.

change all with your detail

[
 {
     "Token": "Yourtoken",
     "Nodes": [
         {
             "PubKey": "pubkey1"
         },
         {
             "PubKey": "pubkey2"
         },
         {
             "PubKey": "pubkey3"
         },
         {
             "PubKey": "pubkey4"
         },
         {
             "PubKey": "pubkey5"
         }
     ]
 },
 {
     "Token": "Yourtoken2",
     "Nodes": [
         {
             "PubKey": "pubkey1"
         },
         {
             "PubKey": "pubkey2"
         },
         {
             "PubKey": "pubkey3"
         },
         {
             "PubKey": "pubkey4"
         },
         {
             "PubKey": "pubkey5"
         }
     ]
 }
]

Usage

  1. Run the bot:
py main.py

Stay Connected

Donation

If you would like to support the development of this project, you can make a donation using the following addresses:

  • Solana: 6Y63evHexFANApfWEptqsJscyCgRG9PUZJwBncHbkKAU
  • EVM: 0xa3575c33814d5c4d07cee913a393a99a2a15867e
  • BTC: bc1ppypst46a2wckpjd260kc4f8kkzf5w3u64wjlanudxezk0tyrts8sy26xs7

Disclaimer

This tool is for educational purposes only. Use it at your own risk.

Releases

No releases published

Packages

No packages published

Languages