BlessNetworkBot
Bless Network Bot v1.2 - Automate Node Management and Mining Automate your Bless Network node management with this Python-based script. Manage multiple devices, handle WebSocket connections, and maximize your node earnings 24/7! https://t.me/+rurxli5cagplMjM8
Install / Use
/learn @FakerPK/BlessNetworkBotREADME
UPDATE: Bless Network Bot v1.2 - Automate Node Management and Mining, No Hardware ID Needed!
Automate your Bless Network node management with this Python-based script. Manage multiple devices, handle WebSocket connections, and maximize your node earnings 24/7! Perfect for VPS setups.
Features
- Automates Bless Network Node Management and Pings.
- Supports Multiple Nodes for simultaneous operations.
- Keeps nodes alive and boosts network uptime for maximum earnings.
- Works seamlessly for better reliability.
- No more manual registration of nodes required.
Use My Refferal:
Get Your authToken
To connect to the Bless Network, you’ll need your authToken:
- Create an account on the Bless Network Website hhttps://bless.network/dashboard
- Log in to your account.
- Press
CTRL + SHIFT + CorF12on Windows to open Developer Tools . - Go to the Application tab and enter:
- Copy the
B7S_AUTH_TOKENshown in the screenshot and save it for later.
Get Your peerPubKey
6.Inspect Element into your extension and go to the Console tab.
- Extract
peerPubKey
chrome.storage.local.get("nodeData", function(data) {
console.log("Node Data:", data.nodeData);
});
This will print something like:
{
"peerEncryptedPrivKey": "m9+YyMXk7N1daxSR...",
"peerPubKey": "12D..................................k"
}
Multiple Nodes
- You can remove the extension after obtaining its
peerPubKey. - Now you can change only the last digit of the
peerPubKeyand copy paste it in place for the other nodeIDs. - There is a cap of 5 devices so no need to go all out.
- Your
data.pyfile can look something like this:
config = [
{
"usertoken": "AUTH_TOKEN_1",
"nodes": [
{
"nodeId": "12D..................................k",
"proxy": "" #format: socks5://username:pass@ip:port
},
{
"nodeId": "12D..................................2",
"proxy": "" #format: socks5://username:pass@ip:port
},
{
"nodeId": "12D..................................3",
"proxy": "" #format: socks5://username:pass@ip:port
},
{
"nodeId": "12D..................................4",
"proxy": "" #format: socks5://username:pass@ip:port
},
{
"nodeId": "12D..................................5",
"proxy": "" #format: socks5://username:pass@ip:port
},
]
},
{
"usertoken": "AUTH_TOKEN_2",
"nodes": [
{
"nodeId": "12D..................................6",
"proxy": "" #format: socks5://username:pass@ip:port
},
{
"nodeId": "12D..................................7",
"proxy": "" #format: socks5://username:pass@ip:port
},
{
"nodeId": "12D..................................8",
"proxy": "" #format: socks5://username:pass@ip:port
},
{
"nodeId": "12D..................................9",
"proxy": "" #format: socks5://username:pass@ip:port
},
{
"nodeId": "12D..................................j",
"proxy": "" #format: socks5://username:pass@ip:port
}
]
} #add a comma and copy paste if you want to add more auth tokens
]
SECRET INFO: The 5
PubKeysyou extract from one account, can be used with other accounts.Remove your extension then create a new account with your refferal code and extract the
B7S_AUTH_TOKEN.Add the
B7S_AUTH_TOKENto theusertokenfield in thedata.pyand copy paste thePubKeysfrom before and run the script.
Requirements
- Python: Install it from python.org or use the command below for Ubuntu:
sudo apt install python3 - VPS Server: Use AWS, Google Cloud, or any cheap VPS (~$2-5/month).
If You Want To Buy Proxies From My Recommended Provider Follow These Steps
-
Go to https://app.proxies.fo and Sign Up.
-
Please use my refferal link before signing up, it helps me and the cause: My refferal link
-
Go to the ISP section, DONOT BUY THE RESIDENTIAL PLAN OR ELSE THIS WON'T WORK:
-
Buy one of these plans, remember DONOT BUY THE RESIDENTIAL PLAN ONLY BUY THE ISP PLAN:
-
Please use my refferal link before signing up, it helps me and the cause: My refferal link
Setup Instructions
Step 1: Clone the Repository
git clone https://github.com/FakerPK/BlessNetworkBot.git
cd BlessNetworkBot
Step 2: Install Requirements
pip install -r requirements.txt
Step 3: Update the data.py file
Add proxies and all the extracted info into the data.py file.
Step 4: Run the Script
python3 main.py
Note
The script is working at the moment but it can stop any day so take advantage of it. You can check out my Medium article for a more detailed and comprehensive guide.
https://medium.com/@FakerPK/bless-network-bot-v1-0-automate-node-management-and-mining-6f017d47bb44
💸Donations
If you would like to support me or the development of this projects, you can make a donation using the following addresses:
- Solana :
9SqcZjiUAz9SYBBLwuA9uJG4UzwqC5HNWV2cvXPk3Kro
- EVM :
0x2d550c8A47c60A43F8F4908C5d462184A40922Ef
- BTC :
bc1qhx7waktcttam9q9nt0ftdguguwg5lzq5hnasmm
TRON
TVY97kfPGVBvsyrxtTiHrjXigAakpv9azX
Support 🆘
Contact FakerPK on:
<a href="https://github.com/FakerPK/" target="_blank"> <img src="https://komarev.com/ghpvc/?username=FakerPK&style=pixel&color=orange&label=PEOPLE+WHO+VIEWED+MY+PROFILE:" alt="Profile view counter"></a>
