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.
- Direct Connection
- Connection through Proxy
- Running Multiple NodeID Devices (not multiple account)
- Update From Discord
- 5-node limit(max) per account
- If you don't have a bless account yet, SignUp Here bless.network
- Then Open blessnework Dashboardandinstallthe extention.
- 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
SetUp on config.js and idnode.js
- After Installing The Extention
- Right Click on The Extention and Choose Inspect
 
- 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);
 });- 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
- 
If you want to use Proxy on the script - Open proxy.txtto setup
- Support Http and Socks Proxy
- format proxies is: socks://username:pass@ip:portOrhttp://username:pass@ip:port
 
- Open 
- 
Then... 
- To run the script
npm start


