https://github.com/cmalf/blessnetwork-bot-js
A Node.js script to automate running blessnetwork node.
https://github.com/cmalf/blessnetwork-bot-js
automate automate-bot bless bless-network bless-network-bot bless-network-node bless-node blessnetwork blessnetwork-bot bot bot-script js node nodejs script
Last synced: 30 days ago
JSON representation
A Node.js script to automate running blessnetwork node.
- Host: GitHub
- URL: https://github.com/cmalf/blessnetwork-bot-js
- Owner: cmalf
- License: gpl-3.0
- Created: 2024-12-13T20:29:26.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-28T17:31:17.000Z (2 months ago)
- Last Synced: 2025-04-30T07:09:01.008Z (30 days ago)
- Topics: automate, automate-bot, bless, bless-network, bless-network-bot, bless-network-node, bless-node, blessnetwork, blessnetwork-bot, bot, bot-script, js, node, nodejs, script
- Language: PHP
- Homepage:
- Size: 118 KB
- Stars: 66
- Watchers: 1
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌐 blessnetwork-bot-js
A Node.js script to automate running blessnetwork node.
> [!TIP]
> ## The Bot is working now!
> ## using ruby 3.4.2 (2025-02-15 revision d2930f8e7a)
> ## and Curb to bypass Cloudflare> [!WARNING]
> ## Ruby 'Work'
> ## NodeJs 'Not'
> ## PHP 'Not'> [!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](https://bless.network/dashboard?ref=SFYQDB)
- Then Open `blessnework Dashboard` and `install` the extention.## 🤔 How To Do
- Clone This Repo
- ```bash
git clone https://github.com/cmalf/blessnetwork-bot-js.git
```
- Go To Folder
- ```bash
cd blessnetwork-bot-js
```
- Install Dependencies
- ```bash
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`
- 
- Then Go to `Console Tab`, and Paste the code below :```bash
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 :
- - 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
```bash
npm start
```## [◉°] ScreenShoot
- Direct
-- Connection through Proxy
-- Monitoring On Dashboard
-