Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T20:56:25.000Z (14 days ago)
- Last Synced: 2025-01-27T21:41:28.166Z (14 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: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 33
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
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]
> ## If you want to use old version (not a multiple version)
> ```bash
> git clone https://github.com/cmalf/blessnetwork-bot-js.git
> ```
> ```bash
> cd blessnetwork-bot-js
> ```
> ```bash
> git checkout 199fc6de8d3d5aea7692a6f7bf2ebf3f6ee5fd66
> ```> [!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`
- ![Screenshot 2024-12-14 at 03 52 28](https://github.com/user-attachments/assets/7c2bc8e4-446a-473b-a4b7-ef42e95d6814)
- 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 :
- ![Screenshot 2024-12-14 at 03 53 30](https://github.com/user-attachments/assets/58dd17a5-0589-4988-a589-bd781b425480)- 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
-