{"id":50791389,"url":"https://github.com/shadowylab/miner-scanner","last_synced_at":"2026-06-12T11:30:19.341Z","repository":{"id":360726785,"uuid":"1221474180","full_name":"shadowylab/miner-scanner","owner":"shadowylab","description":"Async library to scan a LAN and detect common Bitcoin miner.","archived":false,"fork":false,"pushed_at":"2026-04-26T16:01:07.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-27T17:19:11.601Z","etag":null,"topics":["antminer","avalon","bitaxe","cgminer","miner","scanner","whatsminer"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/miner-scanner","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/shadowylab.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-26T08:59:55.000Z","updated_at":"2026-04-26T16:02:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/shadowylab/miner-scanner","commit_stats":null,"previous_names":["shadowylab/miner-scanner"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/shadowylab/miner-scanner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowylab%2Fminer-scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowylab%2Fminer-scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowylab%2Fminer-scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowylab%2Fminer-scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shadowylab","download_url":"https://codeload.github.com/shadowylab/miner-scanner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowylab%2Fminer-scanner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34243051,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["antminer","avalon","bitaxe","cgminer","miner","scanner","whatsminer"],"created_at":"2026-06-12T11:30:15.370Z","updated_at":"2026-06-12T11:30:19.335Z","avatar_url":"https://github.com/shadowylab.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# miner-scanner\n\nAsync library to scan a LAN and detect common Bitcoin miner.\n\nIt probes a subnet and tries to classify devices as:\n\n- `Bitaxe`\n- `Antminer`\n- `Whatsminer`\n- `Avalon`\n- `CGMiner-compatible`\n\nThe current implementation checks:\n\n- HTTP endpoints on port `80`\n- CGMiner-style API on port `4028`\n\n## Example\n\n```rust\nuse futures_util::StreamExt;\nuse miner_scanner::{ScanOptions, scan_network};\n\n#[tokio::main]\nasync fn main() -\u003e Result\u003c(), Box\u003cdyn std::error::Error\u003e\u003e {\n    let cidr = \"192.168.1.0/24\".parse()?;\n    let mut miners = scan_network(cidr, ScanOptions::default());\n\n    while let Some(miner) = miners.next().await {\n        println!(\n            \"{} | {:?} | confidence={}\",\n            miner.addr, miner.family, miner.confidence\n        );\n    }\n\n    Ok(())\n}\n```\n\n## License\n\nThis project is distributed under the MIT software license – see the [LICENSE](./LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowylab%2Fminer-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadowylab%2Fminer-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowylab%2Fminer-scanner/lists"}