{"id":28241664,"url":"https://github.com/aron-666/aron.gradientminer","last_synced_at":"2025-06-11T05:31:39.366Z","repository":{"id":263654837,"uuid":"891049820","full_name":"aron-666/Aron.GradientMiner","owner":"aron-666","description":null,"archived":true,"fork":false,"pushed_at":"2025-02-25T05:55:31.000Z","size":14543,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T05:11:44.695Z","etag":null,"topics":["depin","docker","docker-compose","gradient","gradient-bot","miner"],"latest_commit_sha":null,"homepage":"","language":"C#","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/aron-666.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-11-19T16:31:11.000Z","updated_at":"2025-06-08T19:54:45.000Z","dependencies_parsed_at":"2024-12-14T15:31:27.249Z","dependency_job_id":null,"html_url":"https://github.com/aron-666/Aron.GradientMiner","commit_stats":null,"previous_names":["aron-666/aron.gradientminer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aron-666%2FAron.GradientMiner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aron-666%2FAron.GradientMiner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aron-666%2FAron.GradientMiner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aron-666%2FAron.GradientMiner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aron-666","download_url":"https://codeload.github.com/aron-666/Aron.GradientMiner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aron-666%2FAron.GradientMiner/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259207345,"owners_count":22821648,"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":["depin","docker","docker-compose","gradient","gradient-bot","miner"],"created_at":"2025-05-19T05:08:19.619Z","updated_at":"2025-06-11T05:31:39.354Z","avatar_url":"https://github.com/aron-666.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Total Visitors](https://komarev.com/ghpvc/?username=aron-GradientMiner\u0026color=green)\n\n[![en](https://img.shields.io/badge/lang-en-red.svg)](https://github.com/aron-666/Aron.GradientMiner/blob/master/Readme.en.md)\n[![中文](https://img.shields.io/badge/lang-中文-blue.svg)](https://github.com/aron-666/Aron.GradientMiner)\n\n# Aron.GradientMiner \n使用.Net 8撰寫\n\n\n## 好用請支持，使用我的推薦碼註冊: T4U5F3\n[立即註冊 app.gradient.network](https://app.gradient.network/signup?code=T4U5F3)\n\n\n## 執行畫面\n1. 登入\n![image](https://github.com/aron-666/Aron.GradientMiner/blob/master/%E6%88%AA%E5%9C%96/%E5%BE%8C%E8%87%BA%E7%99%BB%E5%85%A5%E7%95%AB%E9%9D%A2.png?raw=true)\n\n2. 挖礦資訊\n![image](https://github.com/aron-666/Aron.GradientMiner/blob/master/%E6%88%AA%E5%9C%96/%E6%8C%96%E7%A4%A6%E7%95%AB%E9%9D%A2.png?raw=true)\n\n## 1. Docker 安裝\n1. 安裝 Docker\n   - Windows: [Docker Desktop](https://www.docker.com/products/docker-desktop/)\n   - Linux: 你都會用Linux了還要我教？\n\n\n2. 編輯 docker-compose.yml \n   ```\n   version: '1'\n   services:\n     gradient:\n       image: aron666/gradient\n       environment:\n         - GR_USER=user\n         - GR_PASS=password\n         - ADMIN_USER=admin\n         - ADMIN_PASS=admin\n         - PROXY_ENABLE=false # true\n         - PROXY_HOST=http(s)://host:port\n         - PROXY_USER=user\n         - PROXY_PASS=pass\n       ports:\n         - 5005:50005\n       volumes:\n         - ./data:/app/UserData\n   ```\n\n   - Port 5005 會在你電腦上開一個 Port，要讓區網連請開防火牆 Port 5005\n\n3. 執行\n   ```\n   //cmd請先 cd 到資料夾目錄(docker-install)\n   docker compose up -d\n   或\n   docker-compose up -d\n   ```\n   再來就可以用網址看後臺狀態了\n\n   - 本機: [http://localhost:5005](http://localhost:5005)\n   - 其他設備: 先開 cmd 打 `ipconfig`/`ifconfig` 找到你的區網 IP [http://IP:5005](http://IP:5005)\n     - 關掉網頁還會繼續執行\n     - Windows 要開機自動執行要去Docker Desktop設定改\n\n## 2. 作為服務安裝\n1. Windows 已更新，請至Release下載，說明之後再補。\n2. Linux 即將更新\n\n\n# 支持此項目\n\n如果您覺得這個自動挖礦機器人對您有所幫助，並希望支持我繼續開發，歡迎您：\n\n☕ **請我喝杯咖啡！** ☕\n\n您的支持就像一杯香醇的咖啡，讓我充滿能量繼續努力寫程式！\n\n### 咖啡地址\n- **BEP20（USDT/BNB 等）：** `0xd14ee77edb0a052eb955db6fcd2a1cdcafeef53e`\n- **TRC20（USDT 等）：** `THrEH2tKHxCUiSiuFpGhU99Y4QdChW8dub`\n\n感謝您的慷慨支持！ 🙌","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faron-666%2Faron.gradientminer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faron-666%2Faron.gradientminer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faron-666%2Faron.gradientminer/lists"}