Skip to content

cmalf/blessnetwork-bot-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 blessnetwork-bot-js

A Node.js script to automate running blessnetwork node.

Warning

I am not responsible for any loss or damage caused by this bot. Use it at your own risk.

🦾 Script Features

  • Direct Connection
  • Connection through Proxy
  • Running Multiple NodeID Devices (not multiple account)

ᝰ.ᐟ Note

  • Update From Discord
  • 5-node limit(max) per account

🔓 Register

  • If you don't have a bless account yet, SignUp Here bless.network
  • Then Open blessnework Dashboard and install the extention.

🤔 How To Do

  • Clone This Repo
    • git clone https://github.com/cmalf/blessnetwork-bot-js.git
  • Go To Folder
    • cd blessnetwork-bot-js
  • Install Dependencies
    • npm install
  • Before run the script configure first

⚙️ Configuration

SetUp on config.js and idnode.js

  • After Installing The Extention
  • Right Click on The Extention and Choose Inspect
  • Screenshot 2024-12-14 at 03 52 28
  • Then Go to Console Tab, and Paste the code below :
chrome.storage.local.get("nodeData", function(data) {
  console.log("Node Data:", data.nodeData);
});

chrome.storage.local.get("authToken", function(data) {
 console.log("Auth Token:", data.authToken);
 });
  • see ss below :

  • Screenshot 2024-12-14 at 03 53 30

  • Done.. All set.

TO GET ANOTHER NODEID

  • Delete the extentions
  • Logout your Account
  • Login To your account
  • Go To Dashboard
  • Then Install Extension again.
  • Dont Forget To save All Peer Encrypted and Peer PubKey

ᝰ.ᐟ For Using Proxy

  • If you want to use Proxy on the script

    • Open proxy.txt to setup
    • Support Http and Socks Proxy
    • format proxies is: socks://username:pass@ip:port Or http://username:pass@ip:port
  • Then...

🏃🏻‍♂️‍➡️ Run the Script

  • To run the script
npm start

[◉°] ScreenShoot

  • Direct

  • Connection through Proxy

  • Monitoring On Dashboard

📢 Additional information

To get a stable Proxy you can use this Platform, plans ranging from $3 to $125 for 6 months, or use your own choice.

  • Get Proxies IP address Socks5
    • Create an account at proxies.fo
    • Go to purchase isp and buy a plan according to your needs.
      • You can use cryptocurrency for payment
      • Screenshot
    • after that you go to the dashboard Click Generate proxy Button
    • Now You can change the Proxy format to :
      • protocol://username:password@hostname:port
      • or just look the ss below
      • Screenshot 2024-12-06 at 16 24 31