{"id":17710813,"url":"https://github.com/engageintellect/unmineable","last_synced_at":"2026-04-07T08:31:34.666Z","repository":{"id":245411394,"uuid":"818131859","full_name":"engageintellect/unmineable","owner":"engageintellect","description":"A simple interface for monitoring crypt mining workers using unmineable Spatz (svelte/pocketbase/ai/tailwind/zod) and the unmineable API.","archived":false,"fork":false,"pushed_at":"2024-06-28T02:43:20.000Z","size":1930,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-26T01:15:09.361Z","etag":null,"topics":["api","auth","bitcoin","crypto","daisyui","dogecoin","ethereum","miner","pocketbase","solana","spatz","svelte","sveltekit","tailwindcss","template","typescript","unmineable"],"latest_commit_sha":null,"homepage":"https://mine.engage-dev.com","language":"Svelte","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/engageintellect.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-06-21T07:03:30.000Z","updated_at":"2024-06-28T02:43:22.000Z","dependencies_parsed_at":"2024-10-25T09:26:15.670Z","dependency_job_id":"43d97c20-826b-4b65-905e-ba77cedea303","html_url":"https://github.com/engageintellect/unmineable","commit_stats":null,"previous_names":["engageintellect/unmineable"],"tags_count":0,"template":false,"template_full_name":"engageintellect/spatz","purl":"pkg:github/engageintellect/unmineable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engageintellect%2Funmineable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engageintellect%2Funmineable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engageintellect%2Funmineable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engageintellect%2Funmineable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/engageintellect","download_url":"https://codeload.github.com/engageintellect/unmineable/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engageintellect%2Funmineable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31506562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","auth","bitcoin","crypto","daisyui","dogecoin","ethereum","miner","pocketbase","solana","spatz","svelte","sveltekit","tailwindcss","template","typescript","unmineable"],"created_at":"2024-10-25T07:43:06.201Z","updated_at":"2026-04-07T08:31:34.635Z","avatar_url":"https://github.com/engageintellect.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# unmineable\n\n## Description\n\nA crypto miner worker dashboard for unemineable.com. The app allows users to track their mining progress, view their earnings, and chat with a contextually aware chatbot.\n\n[![Dashboard Preview](/src/lib/assets/images/unmineable.png)](https://mine.engage-dev.com)\n\n[Demo App](https://mine.engage-dev.com)\n\n## Features\n\n- [Sveltekit](https://kit.svelte.dev/): Futuristic web framework for building blazing fast web apps.\n- [Pocketbase](https://pocketbase.io): Self-contained User Auth, Database, Admin UI, and API documentation.\n- [OpenAI](https://openai.com): chatGPT 3.5-turbo \u0026 4.0-turbo for contextually aware chatbots.\n- [Vercel AI SDK](https://vercel.com/ai): AI/ML models for image, text, and audio processing.\n- [TailwindCSS](https://tailwindcss.com): A utility-first CSS framework for rapid UI development.\n- [Zod](https://zod.dev): TypeScript-first schema declaration and validation.\n- [Unmineable](https://unmineable.com): Mine unmineable crypto currencies via XMR.\n\n## Getting Started\n\n### Pocketbase Setup\n\n1. Create a directory for your Pocketbase instance and navigate to it.\n\n```bash\nmkdir pb-unmineable\ncd pb-unmineable\n```\n\n2. Download the latest release of Pocketbase, unzip it, and start the server.\n\n```bash\nwget https://github.com/pocketbase/pocketbase/releases/download/v0.22.9/pocketbase_0.22.9_linux_amd64.zip\nunzip pocketbase_0.22.9_linux_amd64.zip\n./pocketbase serve --http=\"0.0.0.0:8090\"\n```\n\n3. Log in to the Pocketbase admin console at `http://localhost:8090/_/` and create a new database.\n\n4. Go to settings \u003e Import collections, then paste in the contens of `./pocketbase/pb_schema.json` (from this repo) and click import.\n\n### Client Setup\n\n1. Clone the repo and navigate to the project directory.\n\n```bash\ngit clone https://github.com/engageintellect/unmineable\ncd unmineable\n```\n\n2. Set your Pocketbase URL and OpenAI API key in a `.env.local` file.\n\n```bash\ntouch 'PUBLIC_POCKETBASE_URL=http://localhost:8090' \u003e .env.local\ntouch 'OPENAI_API_KEY=\u003cYOUR API KEY\u003e' \u003e\u003e .env.local\n```\n\n3. Install the dependencies and start the development server.\n\n```bash\npnpm i \u0026\u0026 pnpm run dev --host\n```\n\n4. Open your browser to `http://localhost:5173` to see the app.\n\n5. Register a new user and log in to the app.\n   **NOTE:** Being that this app could have sensitive information, after registering your user you will need to toggle the \"verified\" option in the \"users\" collection in pocketbase before logging in.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengageintellect%2Funmineable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fengageintellect%2Funmineable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengageintellect%2Funmineable/lists"}