This script automates network or node operations for Blockless Bless Network Bot.
- if you already generated pubkey using sc before just retire it
- must generate pubkey manually at extension bless network
- hardwareId is can generate from sc, or just paste from extension bless network
- input manually
id.txt
with your pubkey and hardwareid
- Automated node interaction
- Multiple Accounts
- Multi NodeID
- Proxy support
- Clone the repository to your local machine:
git clone https://github.com/Iray-21/Bless-bot.git
- Navigate to the project directory:
cd Bless-bot
- Install the necessary dependencies:
npm install
- Register to blockless bless network account first, if you dont have you can register https://bless.network/.
- Set and Modify
user.txt
. Below how to setup this file, put your B7S_AUTH_TOKEN in the text file, example below:To get your token, follow this step:eyJhbGcixxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
- Login to your blockless account in https://bless.network/,
- Go to inspect element, press F12 or right-click then pick inspect element in your browser
- Go to application tab - look for Local Storage in storage list -> click
https://bless.network
and you will see your B7S_AUTH_TOKEN. - or you can go Console tab and paste this
localStorage.getItem('B7S_AUTH_TOKEN')
- Create hardware id
- you can automatically create it with this command
put in
node setup.js
id.txt
. in the text file with this formatnodeid(pubkey):hardwareid
, example below:12D3Koxxxxxxxxxxxx3ws:e938610xxxxxxxxxxxx 12D3Koxxxxxxxxxxxx58o:221610xxxxxxxxxxxxx
-
put your pubkey you get from extension
nano id.txt
-
If you want to use
proxy
, editproxy.txt
and add your proxy in there. Make sure total proxy is same with your totalnodeid(pubkey):hardwareid
that you put inid.txt
-
Run the script:
node main.js
NOTE: The total time is refreshed every 10 minutes connection, One account only can have 5 nodeid max/account and can't be deleted, I recomended to save your Nodeid(pubkey) and hardwareid of your account
How to Access Multiple Accounts?
- Mandatory 1 user must have 5 nodes/pubkeys.
- just add tokens for other account in user.txt and add 5 pubkeys other account in id.txt again.
How to Get the Pubkey?
Here, I’m using Kiwi Browser:
- I’m on the BlessNetwork dashboard.
- Then, open the developer tools in Kiwi Browser.
- After that, refresh the BlessNetwork dashboard.
- Go back to the developer tools, select the NETWORK option.
- Look for something like this:
- Then, copy the required information.
How to get 5 nodes/pubkey for one accounts? Just logout and delete extension then install extension again and login again. do this until you have 5 pubkeys for one account
then i have to input 30 nodes like this in id.txt
Skrip ini mengotomatiskan operasi jaringan atau node untuk Blockless Bless Network Bot.
- Jika Anda sudah menghasilkan pubkey menggunakan
sc
sebelumnya, cukup pensiunkan saja. - Harus menghasilkan pubkey secara manual di ekstensi Bless Network.
hardwareId
dapat dihasilkan darisc
, atau cukup salin dari ekstensi Bless Network.- Masukkan secara manual
id.txt
dengan pubkey dan hardwareid Anda.
- Interaksi node otomatis
- Multi Akun
- Multi NodeID
- Dukungan proxy
- Clone repositori ke mesin lokal Anda:
git clone https://github.com/Iray-21/Bless-bot.git
- Masuk ke direktori proyek:
cd Bless-bot
- Instal dependensi yang diperlukan:
npm install
- Daftar ke akun Blockless Bless Network terlebih dahulu, jika Anda belum memilikinya, Anda dapat mendaftar di https://bless.network/.
- Atur dan Modifikasi
user.txt
. Berikut cara mengatur file ini, masukkanB7S_AUTH_TOKEN
Anda ke dalam file teks, contoh di bawah ini:Untuk mendapatkan token Anda, ikuti langkah berikut:eyJhbGcixxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
- Login ke akun Blockless Anda di https://bless.network/,
- Buka inspect element, tekan F12 atau klik kanan lalu pilih inspect element di browser Anda.
- Buka tab Application - cari Local Storage di daftar penyimpanan -> klik
https://bless.network
dan Anda akan melihatB7S_AUTH_TOKEN
Anda. - atau Anda bisa pergi ke tab Console dan tempelkan ini:
localStorage.getItem('B7S_AUTH_TOKEN')
- Buat hardware id
- Anda dapat membuatnya secara otomatis dengan perintah ini:
Masukkan ke dalam
node setup.js
id.txt
. Dalam file teks dengan formatnodeid(pubkey):hardwareid
, contoh di bawah ini:12D3Koxxxxxxxxxxxx3ws:e938610xxxxxxxxxxxx 12D3Koxxxxxxxxxxxx58o:221610xxxxxxxxxxxxx
-
Masukkan pubkey yang Anda dapatkan dari ekstensi:
nano id.txt
-
Jika Anda ingin menggunakan
proxy
, editproxy.txt
dan tambahkan proxy Anda di sana. Pastikan total proxy sama dengan totalnodeid(pubkey):hardwareid
yang Anda masukkan diid.txt
. -
Jalankan skrip:
node main.js
CATATAN: Total waktu diperbarui setiap 10 menit koneksi, Satu akun hanya dapat memiliki maksimal 5 nodeid/akun dan tidak dapat dihapus, Saya merekomendasikan untuk menyimpan Nodeid(pubkey) dan hardwareid akun Anda
Bagaimana Cara Mengakses Multi Akun?
- Wajib 1 pengguna harus memiliki 5 node/pubkey.
- cukup tambahkan token untuk akun lain di
user.txt
dan tambahkan 5 pubkey akun lain diid.txt
lagi.
Bagaimana Cara Mendapatkan Pubkey? Di sini saya menggunakan Kiwi Browser:
- Saya berada di dashboard BlessNetwork.
- Kemudian, buka menu developer tools di Kiwi Browser.
- Setelah itu, refresh dashboard BlessNetwork.
- Kembali ke developer tools, pilih opsi NETWORK.
- Cari yang seperti ini:
- Lalu, salin (copy).
Bagaimana Cara Mendapatkan 5 node/pubkey untuk satu akun? Cukup logout dan hapus ekstensi lalu instal ekstensi lagi lalu login lagi. Lakukan ini sampai Anda memiliki 5 pubkey untuk satu akun.