{"id":31274112,"url":"https://github.com/mineosdev/mineos","last_synced_at":"2026-05-01T21:34:16.939Z","repository":{"id":314556783,"uuid":"1055414889","full_name":"mineosdev/mineos","owner":"mineosdev","description":"Open source cryptocurrency mining operating system built in Rust","archived":false,"fork":false,"pushed_at":"2025-09-13T17:46:39.000Z","size":166,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-23T22:39:33.422Z","etag":null,"topics":["asic","bitcoin","crypto-mining","cryptocurrency","ethereum","gpu-mining","hashrate","mining","mining-os","mining-pool","mining-software","open-source","rust","rust-lang","stratum"],"latest_commit_sha":null,"homepage":"https://mineos.io","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mineosdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2025-09-12T08:28:35.000Z","updated_at":"2025-09-13T17:46:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"b07de1ab-9464-454c-ad82-c1afaea5feaa","html_url":"https://github.com/mineosdev/mineos","commit_stats":null,"previous_names":["mineosdev/mineos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mineosdev/mineos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mineosdev%2Fmineos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mineosdev%2Fmineos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mineosdev%2Fmineos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mineosdev%2Fmineos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mineosdev","download_url":"https://codeload.github.com/mineosdev/mineos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mineosdev%2Fmineos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32513759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["asic","bitcoin","crypto-mining","cryptocurrency","ethereum","gpu-mining","hashrate","mining","mining-os","mining-pool","mining-software","open-source","rust","rust-lang","stratum"],"created_at":"2025-09-23T22:36:34.883Z","updated_at":"2026-05-01T21:34:16.928Z","avatar_url":"https://github.com/mineosdev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MineOS - Open Source Mining Operating System\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=flat\u0026logo=rust\u0026logoColor=white)](https://www.rust-lang.org/)\n\nMineOS is a modern, efficient cryptocurrency mining operating system built from scratch in Rust. This repository contains the open-source components that form the foundation of the MineOS ecosystem.\n\n## 🚀 Features\n\n- **High Performance**: Written in Rust for maximum efficiency and safety\n- **Multi-Algorithm Support**: SHA-256, Ethash, KawPow, Octopus, and more\n- **Hardware Auto-Detection**: Automatic GPU/ASIC detection and configuration\n- **Stratum Protocol**: Full Stratum and Stratum V2 support\n- **Basic Monitoring**: Real-time hashrate and temperature monitoring\n- **CLI Interface**: Powerful command-line tools for management\n\n## 📦 Components\n\n| Component | Description | Status |\n|-----------|-------------|--------|\n| `mineos-core` | Core mining engine and scheduler | 🚧 In Development |\n| `mineos-stratum` | Stratum protocol implementation | 🚧 In Development |\n| `mineos-hardware` | Hardware detection and management | 🚧 In Development |\n| `mineos-hash` | Mining algorithm implementations | 🚧 In Development |\n| `mineos-monitor-basic` | Basic monitoring and metrics | 🚧 In Development |\n| `mineos-cli` | Command-line interface | 🚧 In Development |\n\n## 🛠️ Installation\n\n### Prerequisites\n\n- Rust 1.70 or higher\n- CUDA Toolkit 12.0+ (for NVIDIA GPUs)\n- ROCm 5.0+ (for AMD GPUs)\n\n### Building from Source\n\n```bash\n# Clone the repository\ngit clone https://github.com/mineosdev/mineos.git\ncd mineos\n\n# Build all components\ncargo build --release\n\n# Run tests\ncargo test --all\n\n# Install CLI tool\ncargo install --path mineos-cli\n```\n\n## 🚀 Quick Start\n\n```bash\n# Detect hardware\nmineos hardware detect\n\n# Start mining Bitcoin\nmineos start --algo sha256 --pool stratum+tcp://pool.example.com:3333 --wallet YOUR_WALLET\n\n# Monitor status\nmineos status\n\n# View logs\nmineos logs --follow\n```\n\n## 📊 Performance\n\nMineOS achieves industry-leading performance through:\n- Zero-copy memory management\n- Lock-free concurrent data structures\n- Optimized GPU kernels\n- Efficient work distribution\n\n## 🤝 Contributing\n\nWe welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n### Development Setup\n\n```bash\n# Fork and clone the repository\ngit clone https://github.com/YOUR_USERNAME/mineos.git\n\n# Create a feature branch\ngit checkout -b feature/amazing-feature\n\n# Make your changes and test\ncargo test --all\n\n# Submit a pull request\n```\n\n## 📝 License\n\nThis project is dual-licensed under either:\n\n- MIT License ([LICENSE-MIT](LICENSE-MIT))\n- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE))\n\nYou may choose which license you prefer.\n\n## 🏢 Commercial Support\n\nFor enterprise features, advanced monitoring, AI optimization, and professional support, check out [MineOS SaaS](https://mineos.io).\n\n### Pricing Tiers\n\n| Tier | Price | Features |\n|------|-------|----------|\n| **Free** | $0 | Up to 2 rigs, basic features |\n| **Pro** | $25/month | Up to 50 rigs, profit switching, analytics |\n| **Business** | $299/month | Up to 500 rigs, API access, AI optimization |\n| **Enterprise** | Custom | Unlimited rigs, compliance, dedicated support |\n\n## 🗺️ Roadmap\n\n- [x] Core architecture design\n- [ ] Basic mining implementation\n- [ ] Stratum protocol support\n- [ ] GPU support (NVIDIA/AMD)\n- [ ] Web dashboard (Pro tier)\n- [ ] AI optimization (Business tier)\n- [ ] Kubernetes operator\n\n## 📬 Contact\n\n- GitHub Issues: [github.com/mineosdev/mineos/issues](https://github.com/mineosdev/mineos/issues)\n- Email: support@mineos.io\n- Discord: [discord.gg/mineos](https://discord.gg/mineos)\n\n## 🙏 Acknowledgments\n\nBuilt with ❤️ by the MineOS team and contributors worldwide.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmineosdev%2Fmineos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmineosdev%2Fmineos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmineosdev%2Fmineos/lists"}