Skip to content

iamaruf05/bless-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockless Bless Network Bot

Description

This script automates network or node operations for Blockless Bless Network Bot.

Features

  • Automated node interaction
  • Multi NodeID
  • Proxy support

Prerequisites

Installation

  1. Clone the repository to your local machine:
    git clone https://github.com/Zlkcyber/bless-bot.git
  2. Navigate to the project directory:
    cd bless-bot
  3. Install the necessary dependencies:
    npm install

Usage

  1. Register to blockless bless network account first, if you dont have you can register https://bless.network/.
  2. Set and Modify user.txt. Below how to setup this file, put your B7S_AUTH_TOKEN in the text file, example below:
    eyJhbGcixxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    
    To get your token, follow this step:
    • Login to your blockless account in https://bless.network/,
    • Go to inspect element, press F12 or right-click then pick inspect element in your browser
    • Go to application tab - look for Local Storage in storage list -> click https://bless.network and you will see your B7S_AUTH_TOKEN.
    • or you can go Console tab and paste this
    localStorage.getItem('B7S_AUTH_TOKEN')
  3. Create your node id and hardware id
  • you can automatically create it with this command
    node setup.js
    
    put in id.txt. in the text file with this format nodeid(pubkey):hardwareid, example below:
     12D3Koxxxxxxxxxxxx3ws:e938610xxxxxxxxxxxx
     12D3Koxxxxxxxxxxxx58o:221610xxxxxxxxxxxxx
    
  1. If you want to use proxy, edit proxy.txt and add your proxy in there. Make sure total proxy is same with your total nodeid(pubkey):hardwareid that you put in id.txt
  2. Run the script:
    node main.js

NOTE: The total time is refreshed every 10minute connection, One account only can have 5 nodeid max and can't be deleted, I recomended to save your Nodeid(pubkey) and hardwareid of your account

About

script automates network or node operations for Blockless Bless Network Bot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%