{"id":25497401,"url":"https://github.com/airdropinsiders/hivello-auto-bot","last_synced_at":"2025-04-10T03:35:38.106Z","repository":{"id":277386380,"uuid":"932242007","full_name":"airdropinsiders/Hivello-Auto-Bot","owner":"airdropinsiders","description":"An automated bot for Hivello mining operations that helps maintain device status and network connections.","archived":false,"fork":false,"pushed_at":"2025-02-14T13:46:38.000Z","size":295,"stargazers_count":35,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-07T14:11:37.263Z","etag":null,"topics":["bot","depin","hivello","hivello-auto-bot","hivello-bot","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/airdropinsiders.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-02-13T15:48:13.000Z","updated_at":"2025-03-03T03:27:58.000Z","dependencies_parsed_at":"2025-02-13T17:45:36.783Z","dependency_job_id":"a13fe87c-b4c6-447f-97f1-8877cd7afbc9","html_url":"https://github.com/airdropinsiders/Hivello-Auto-Bot","commit_stats":null,"previous_names":["airdropinsiders/hivello-auto-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airdropinsiders%2FHivello-Auto-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airdropinsiders%2FHivello-Auto-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airdropinsiders%2FHivello-Auto-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airdropinsiders%2FHivello-Auto-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/airdropinsiders","download_url":"https://codeload.github.com/airdropinsiders/Hivello-Auto-Bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248153225,"owners_count":21056387,"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":["bot","depin","hivello","hivello-auto-bot","hivello-bot","nodejs"],"created_at":"2025-02-19T01:19:32.586Z","updated_at":"2025-04-10T03:35:38.078Z","avatar_url":"https://github.com/airdropinsiders.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hivello Auto Bot\n\nAn automated bot for Hivello mining operations that helps maintain device status and network connections.\n\n## Register\n- https://dashboard.hivello.com/referrals?code=Q50RV54515\n\n## Features\n\n- Automated device ping updates\n- Network status monitoring\n- Configurable ping intervals\n- Error handling and graceful shutdown\n- Clean console output with status updates\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/airdropinsiders/Hivello-Auto-Bot.git\n```\n\n2. Install dependencies:\n```bash\ncd Hivello-Auto-Bot\nnpm install\n```\n\n3. Configure the bot:\n- Edit `devices.txt` with your device settings:\n ``` \n  deviceId1|token1|label1\n  deviceId2|token2|label2\n```\n\n4. Configure your proxy:\n- Edit `proxy.txt` with your device settings:\n ``` \nhttp://1.2.3.4:8080\nhttp://user:pass@1.2.3.4:8080\nsocks4://1.2.3.4:1080\nsocks4://user:pass@1.2.3.4:1080\nsocks5://1.2.3.4:1080\nsocks5://user:pass@1.2.3.4:1080\n```\n## Usage\n\nStart the bot:\n```bash\nnpm run start\n```\n\nTo stop the bot, press `Ctrl+C`.\n\n# How To Find Device-ID \u0026 Bearer Token\n\nBelow are the steps to find the Device-ID and Bearer Token:\n\n## Steps\n\n1. **Fiddler Settings**\n   Go to Tools - then Settings :\n  \n   ![Settings](./settings.PNG)\n\n2. **Find Device-ID**    \n  The Device-ID can typically be found in the application settings or network requests. Follow these steps:\n\n   ![Device-ID](./device.PNG)  \n\n3. **Find Bearer Token**  \n   To retrieve the Bearer Token, you need to download and install **Fiddler Classic**. Follow these steps:  \n   - Download Fiddler Classic from the official website: [Fiddler Classic Download](https://www.telerik.com/download/fiddler).  \n   - Once installed, open Fiddler Classic and configure it to capture HTTPS traffic.  \n\n   ![Bearer Token](./token.PNG)  \n\nMake sure to follow the steps carefully to retrieve the required Device-ID and Bearer Token.\n\n## Configuration\n\nEdit `config.json` to modify:\n- `apiBaseUrl`: Hivello API endpoint\n- `localApiUrl`: Your VPS IP address\n- `pingInterval`: Time between pings (in milliseconds)\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairdropinsiders%2Fhivello-auto-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fairdropinsiders%2Fhivello-auto-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairdropinsiders%2Fhivello-auto-bot/lists"}