{"id":26862889,"url":"https://github.com/hugoxox3/pythonbitcoinminer","last_synced_at":"2025-04-08T03:17:57.947Z","repository":{"id":235194494,"uuid":"790267555","full_name":"HugoXOX3/PythonBitcoinMiner","owner":"HugoXOX3","description":"Bitcoin Miner in Python! PythonBitcoinMiner is a lightweight for learning blockchain basics. Run it on devices like Android, iOS, or any system with Python. Simulate proof-of-work, adjust difficulty, and explore mining without hardware.","archived":false,"fork":false,"pushed_at":"2025-03-29T12:31:45.000Z","size":17224,"stargazers_count":73,"open_issues_count":0,"forks_count":16,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T13:30:25.288Z","etag":null,"topics":["android","bitcoin","bitcoin-mining","bitcoinminer","btc-miner","btc-solo-miner","ckpool","cpuminer","ios","miner","mining","mining-software","pool","python","python3","sha256","sha256d","solo","solo-mining","solo-project"],"latest_commit_sha":null,"homepage":"","language":"Python","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/HugoXOX3.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-04-22T15:12:44.000Z","updated_at":"2025-03-29T12:31:48.000Z","dependencies_parsed_at":"2024-05-18T08:24:56.689Z","dependency_job_id":"37bf3173-d552-43d2-9289-08e3cc4f075a","html_url":"https://github.com/HugoXOX3/PythonBitcoinMiner","commit_stats":null,"previous_names":["hugoxox3/btcsolominer","hugoxox3/pythonminer","hugoxox3/pythonbitcoinminer"],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HugoXOX3%2FPythonBitcoinMiner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HugoXOX3%2FPythonBitcoinMiner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HugoXOX3%2FPythonBitcoinMiner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HugoXOX3%2FPythonBitcoinMiner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HugoXOX3","download_url":"https://codeload.github.com/HugoXOX3/PythonBitcoinMiner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247767237,"owners_count":20992548,"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":["android","bitcoin","bitcoin-mining","bitcoinminer","btc-miner","btc-solo-miner","ckpool","cpuminer","ios","miner","mining","mining-software","pool","python","python3","sha256","sha256d","solo","solo-mining","solo-project"],"created_at":"2025-03-31T02:38:19.125Z","updated_at":"2025-04-08T03:17:57.922Z","avatar_url":"https://github.com/HugoXOX3.png","language":"Python","readme":"# Bitcoin Solo Miner\n\n---\n\n## Latest Version\n\n[Version v2.0.0](https://github.com/HugoXOX3/PythonBitcoinMiner/releases)\n\nPlease report any issues at [Issues](https://github.com/HugoXOX3/PythonBitcoinMiner/issues) to help improve and fix the program.\n\n---\n\n## Need Help?\n\n[Go here](https://github.com/HugoXOX3/PythonMiner/discussions)\n\n---\n\n## Requirements\n\n- Python 3.x\n  - [Download Python](https://www.python.org/)\n- Create your own Bitcoin Address:\n  - [Bitcoin Core](https://bitcoin.org/en/bitcoin-core/)\n  - [Electrum](https://electrum.org/?ref=hackernoon.com) \n  - (Just prepare an address that you want to use)\n\n---\n\n## Download the Release\n\nFirst, download the latest miner from [releases](https://github.com/HugoXOX3/BTCSoloMiner/releases)\n\n# Mining BTC with\n\n- [Windows/Linux/Mac](https://github.com/HugoXOX3/PythonMiner#for-windows-linux-mac)\n- [Android \u0026 IOS](https://github.com/HugoXOX3/PythonMiner#androidios)\n\n# For Windows/Linux/Mac\n\n## How to Use\n\nDownload For [Windows](https://github.com/HugoXOX3/PythonBitcoinMiner/blob/main/SoloMiner.exe) / [Linux or MAC](https://github.com/HugoXOX3/PythonBitcoinMiner/blob/main/SoloMiner.py)\n\n1. Run the program:\n   ```sh\n   python3 SoloMiner.py\n   ```\n   or double click SoloMiner.exe\n\nThe first time you run this program will generate a config.json for you by input your own data\n\n# Android \u0026 iOS\n\nThe way to run this miner on Android and iOS is to run a Linux Terminal on them, like Termux \u0026 iSH.\n\n---\n\n## Android\n\n1. [Go to the Play Store and download Termux](https://play.google.com/store/apps/details?id=com.termux)\n\n2. Open Termux and type:\n   ```sh\n   pkg update\n   pkg upgrade\n   pkg install python3\n   pkg install git\n   git clone https://github.com/HugoXOX3/PythonMiner.git\n   cd PythonMiner/Mobile_Version\n   ```\n\n3. Run the program:\n   ```sh\n   python3 SoloMiner.py\n   ```\n\n4. Input your Bitcoin address and enjoy mining.\n\nThe Another way to Run Miner on Android is to build APK.All the Guide and Files are in [androidbitcoinminer](https://github.com/HugoXOX3/PythonBitcoinMiner/tree/main/androidbitcoinminer)\n\n---\n\n## iOS\n\n1. Download the app [iSH](https://apps.apple.com/cn/app/ish-shell/id1436902243) from the App Store and launch it.\n\n2. Type to install stuff:\n   ```sh\n   apk add python3\n   apk add git\n   git clone https://github.com/HugoXOX3/PythonMiner.git\n   cd PythonMiner/Mobile_Version\n   ```\n\n3. Run the miner:\n   ```sh\n   python3 SoloMiner.py\n   ```\n\n4. Input your Bitcoin address and enjoy mining.\n\nThe Another way to Run a Miner on IOS is to build IPA.All the Guide and Files are in [iosbitcoinminer](https://github.com/HugoXOX3/PythonBitcoinMiner/tree/main/iosbitcoinminer)\n\n---\n\n## Warning\n\n⚠️ Mining Bitcoin on a mobile device with poor cooling may damage your device.\n\n---\n\n## Donations\n\nIf you find this project useful, consider supporting it with a Bitcoin donation:\n\n**Bitcoin Address**: `bc1qt7a6vl28czf00vmuse9j7xwpyr7jjt83m2hljh`\n\n[![Donate Bitcoin](https://img.shields.io/badge/Donate-Bitcoin-orange?logo=bitcoin)](bitcoin:bc1qt7a6vl28czf00vmuse9j7xwpyr7jjt83m2hljh)\n\n---\n\n## Real Time PythonBitcoinMiner Star Chart\n\n\u003ca href=\"https://www.star-history.com/#HugoXOX3/PythonBitcoinMiner\u0026Date\"\u003e\n \u003cpicture\u003e\n   \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://api.star-history.com/svg?repos=HugoXOX3/PythonBitcoinMiner\u0026type=Date\u0026theme=dark\" /\u003e\n   \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://api.star-history.com/svg?repos=HugoXOX3/PythonBitcoinMiner\u0026type=Date\" /\u003e\n   \u003cimg alt=\"Star History Chart\" src=\"https://api.star-history.com/svg?repos=HugoXOX3/PythonBitcoinMiner\u0026type=Date\" /\u003e\n \u003c/picture\u003e\n\u003c/a\u003e\n\n---\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugoxox3%2Fpythonbitcoinminer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhugoxox3%2Fpythonbitcoinminer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugoxox3%2Fpythonbitcoinminer/lists"}