Skip to content

Bless Network Bot v1.2 - Automate Node Management and Mining Automate your Bless Network node management with this Python-based script. Manage multiple devices, handle WebSocket connections, and maximize your node earnings 24/7!

License

Notifications You must be signed in to change notification settings

FakerPK/BlessNetworkBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bless Network Bot v1.2 - Automate Node Management and Mining, No Hardware ID Needed!

Automate your Bless Network node management with this Python-based script. Manage multiple devices, handle WebSocket connections, and maximize your node earnings 24/7! Perfect for VPS setups.

AGPL License


Features

  • Automates Bless Network Node Management and Pings.
  • Supports Multiple Nodes for simultaneous operations.
  • Keeps nodes alive and boosts network uptime for maximum earnings.
  • Works seamlessly for better reliability.

Get Your authToken

To connect to the Bless Network, you’ll need your authToken:

  1. Create an account on the Bless Network Website hhttps://bless.network/dashboard
  2. Log in to your chrome extension.
  3. Press F12 to open Developer Tools in your extension or right click on the opened extension. image
  4. Go to the Console tab and enter:
    chrome.storage.local.get("authToken", function(data) {
     console.log("Auth Token:", data.authToken);
     });
  5. Copy the authToken shown in the console and save it for later. image

Get Your peerPubKey

  1. Extract peerPubKey
chrome.storage.local.get("nodeData", function(data) {
  console.log("Node Data:", data.nodeData);
});

This will print something like:

{
  "peerEncryptedPrivKey": "m9+YyMXk7N1daxSR...",
  "peerPubKey": "12D..................................k"
}

Multiple Nodes

  1. You can remove the extension after obtaining its peerPubKey and download it again to get a new one.
  2. Repeat this process as many times as you like.
  3. There is a cap of 5 devices so no need to go all out.

Requirements

  • Python: Install it from python.org or use the command below for Ubuntu:
    sudo apt install python3
  • VPS Server: Use AWS, Google Cloud, or any cheap VPS (~$2-5/month).

If You Want To Buy Proxies From My Recommended Provider Follow These Steps

  1. Go to https://app.proxies.fo and Sign Up.

  2. Please use my refferal link before signing up, it helps me and the cause: My refferal link

  3. Go to the ISP section, DONOT BUY THE RESIDENTIAL PLAN OR ELSE THIS WON'T WORK: image

  4. Buy one of these plans, remember DONOT BUY THE RESIDENTIAL PLAN ONLY BUY THE ISP PLAN: image

  5. Please use my refferal link before signing up, it helps me and the cause: My refferal link

Setup Instructions

Step 1: Clone the Repository

git clone https://github.com/FakerPK/BlessNetworkBot.git
cd BlessNetworkBot

Step 2: Install Requirements

pip install -r requirements.txt

Step 3: Update the data.py file

Add proxies and all the extracted info into the data.py file.

Step 4: Run the Script

python3 main.py

Note

The script is working at the moment but it can stop any day so take advantage of it. You can check out my Medium article for a more detailed and comprehensive guide.

Contact for Support

If you have questions or run into issues, hit me up on Discord or Telegram:


💸Donations

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

  • Solana : 9SqcZjiUAz9SYBBLwuA9uJG4UzwqC5HNWV2cvXPk3Kro
  • EVM : 0x2d550c8A47c60A43F8F4908C5d462184A40922Ef
  • BTC : bc1qhx7waktcttam9q9nt0ftdguguwg5lzq5hnasmm

Social Links

About

Bless Network Bot v1.2 - Automate Node Management and Mining Automate your Bless Network node management with this Python-based script. Manage multiple devices, handle WebSocket connections, and maximize your node earnings 24/7!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages