{"id":22845284,"url":"https://github.com/mantvmass/bless-network","last_synced_at":"2025-03-31T05:26:50.990Z","repository":{"id":266831303,"uuid":"897315598","full_name":"mantvmass/bless-network","owner":"mantvmass","description":"This is a high-performance robot developed with Rust, supporting multi-node operations and session management to earn rewards for the Bless Network.","archived":false,"fork":false,"pushed_at":"2024-12-06T11:22:22.000Z","size":503,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-15T03:06:19.927Z","etag":null,"topics":["bless","bless-network","bot"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mantvmass.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-02T12:23:24.000Z","updated_at":"2024-12-06T11:22:26.000Z","dependencies_parsed_at":"2024-12-06T12:35:36.835Z","dependency_job_id":null,"html_url":"https://github.com/mantvmass/bless-network","commit_stats":null,"previous_names":["mantvmass/bless-network"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mantvmass%2Fbless-network","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mantvmass%2Fbless-network/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mantvmass%2Fbless-network/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mantvmass%2Fbless-network/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mantvmass","download_url":"https://codeload.github.com/mantvmass/bless-network/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237453947,"owners_count":19312407,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bless","bless-network","bot"],"created_at":"2024-12-13T03:16:41.224Z","updated_at":"2025-02-06T09:44:12.725Z","avatar_url":"https://github.com/mantvmass.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BLESS-NETWORK-BOT\nThis is a high-performance robot developed with Rust, supporting multi-node operations and session management to earn rewards for the Bless Network.\n\n#### Table of contents\n\n* [Init Account \u0026 Nodes](#init-account-\u0026-nodes)\n* [Usage](#usage)\n* [Download](#download)\n* [Build](#build)\n* [License](#license)\n\n## Init Account \u0026 Nodes\n1. Open your browser and sign up for an account at [Bless Network](https://bless.network/dashboard?ref=0F4X45).\n2. After signing up, open the Developer Tools in your browser (press F12) and go to **Application \u003e Local Storage**.\n3. Look for the key `B7S_AUTH_TOKEN` and copy the corresponding `accessToken`, which will begin with `eyJ...`.\n4. Install Node.js (v20.11.1 or your preferred version).\n5. Edit the `crypto.js` file by replacing the `main()` function call with your copied `accessToken`, like this:\n\n```javascript\nmain(\"Your AccessToken\");\n// Uncomment the following line to test hash generation:\n// WTFTestHash(); // Test to create a hash\n```\n\n## Usage\n\n1. Download and extract the files from [this link](#download).\n2. Configure the `.json` file like the example below:\n\n    ```json\n    [\n        {\n            \"token\": \"accessToken 1\",\n            \"proxy\": null\n        },\n        {\n            \"token\": \"accessToken 2\",\n            \"proxy\": \"https://test:1234@example.com:8080\"\n        }\n    ]\n    ```\n\n    - `proxy = null` disables proxy usage.\n\n3. Run the program with the following command:\n\n    ```bash\n    bless-network.exe --init config.json\n    ```\n\nYou can also add custom tags in the JSON for easier identification of your accounts, like so:\n\n```json\n[\n    {\n        \"name\": \"Account 1\",\n        \"token\": \"accessToken 2\",\n        \"proxy\": \"https://test:1234@example.com:8080\"\n    }\n]\n```\n\n- The `name` tag helps you identify accounts but does not affect the program’s functionality.\n\n## Download\n\n- **Windows**: [Download here](https://github.com/mantvmass/bless-network/releases)\n- **Other Platforms**: [Manual Build Instructions](#build)\n\n## Build\nTo build the project locally, follow these steps:\n1. Install [Rust](https://www.rust-lang.org/tools/install).\n2. Run `cargo build --release` to build the project.\n\n## License\nThis project is licensed under the MIT License. See the [LICENSE](https://github.com/mantvmass/bless-network/blob/main/LICENSE) file for more details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmantvmass%2Fbless-network","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmantvmass%2Fbless-network","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmantvmass%2Fbless-network/lists"}