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 Dashboard
andinstall
the 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.txt
to setup - Support Http and Socks Proxy
- format proxies is:
socks://username:pass@ip:port
Orhttp://username:pass@ip:port
- Open
-
Then...
- To run the script
npm start
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
andbuy
a plan according toyour needs
. - after that you go to the dashboard
Click Generate proxy Button
- Now You can change the Proxy format to :