{"id":30821180,"url":"https://github.com/shadowylab/braiinspool","last_synced_at":"2026-01-20T17:56:15.505Z","repository":{"id":63228802,"uuid":"566075696","full_name":"shadowylab/braiinspool","owner":"shadowylab","description":"Braiins Pool API SDK","archived":false,"fork":false,"pushed_at":"2025-09-03T10:35:20.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-03T12:21:20.367Z","etag":null,"topics":["bitcoin","mining","mining-monitor","mining-pool","rust","slushpool"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/braiinspool","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":"2022-11-14T23:09:49.000Z","updated_at":"2025-09-03T10:35:17.000Z","dependencies_parsed_at":"2025-09-03T12:21:54.730Z","dependency_job_id":"0ff0d1bd-5b03-4b7a-8496-2602ab3fedf5","html_url":"https://github.com/shadowylab/braiinspool","commit_stats":null,"previous_names":["shadowylab/braiinspool"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/shadowylab/braiinspool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowylab%2Fbraiinspool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowylab%2Fbraiinspool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowylab%2Fbraiinspool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowylab%2Fbraiinspool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shadowylab","download_url":"https://codeload.github.com/shadowylab/braiinspool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowylab%2Fbraiinspool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273892840,"owners_count":25186561,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"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":["bitcoin","mining","mining-monitor","mining-pool","rust","slushpool"],"created_at":"2025-09-06T10:47:42.927Z","updated_at":"2026-01-20T17:56:15.458Z","avatar_url":"https://github.com/shadowylab.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Braiins Pool API\n\n## Description\n\n[Braiins Pool](https://braiins.com) client.\n\n## Getting started\n\n```rust,no_run\nuse braiinspool::prelude::*;\n\n#[tokio::main]\nasync fn main() -\u003e Result\u003c(), Error\u003e {\n    // Construct client\n    let client = BraiinsPoolClient::new(\"apikey\")?;\n\n    // Get pool stats\n    let pool_stats: PoolStats = client.pool_stats().await?;\n    println!(\"{:#?}\", pool_stats);\n\n    // Get user profile\n    let user_profile: UserProfile = client.user_profile().await?;\n    println!(\"{:#?}\", user_profile);\n\n    // Get daily rewards\n    let daily_rewards: DailyRewards = client.daily_rewards().await?;\n    println!(\"{:#?}\", daily_rewards);\n\n    // Get workers\n    let workers: Workers = client.workers().await?;\n    println!(\"{:#?}\", workers);\n\n    Ok(())\n}\n```\n\n## Features\n\nThe following crate feature flags are available:\n\n| Feature     | Default | Description                 |\n|-------------|:-------:|-----------------------------|\n| `rustls`    |   Yes   | Enable `rustls`             |\n| `nativetls` |   No    | Enable native TLS (openssl) |\n| `socks`     |   No    | Enable socks5 proxy support |\n\n## Minimum Supported Rust Version (MSRV)\n\nThis project is built with the Rust language version `2024` and requires a minimum compiler version of `1.85.0`.\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%2Fbraiinspool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadowylab%2Fbraiinspool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowylab%2Fbraiinspool/lists"}