PythonBitcoinMiner
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.
Install / Use
/learn @HugoXOX3/PythonBitcoinMinerREADME
Bitcoin Solo Miner
Latest Version
Please report any issues at Issues to help improve and fix the program.
Need Help?
Requirements
- Python 3.x
- Create your own Bitcoin Address:
- Bitcoin Core
- Electrum
- (Just prepare an address that you want to use)
Download the Release
First, download the latest miner from releases
Mining BTC with
For Windows/Linux/Mac
How to Use
Download For Windows / Linux or MAC
- Run the program:
or double click SoloMiner.exepython3 SoloMiner.py
The first time you run this program will generate a config.json for you by input your own data
Android & iOS
The way to run this miner on Android and iOS is to run a Linux Terminal on them, like Termux & iSH.
Android
-
Open Termux and type:
pkg update pkg upgrade pkg install python3 pkg install git git clone https://github.com/HugoXOX3/PythonMiner.git cd PythonMiner/Mobile_Version -
Run the program:
python3 SoloMiner.py -
Input your Bitcoin address and enjoy mining.
The Another way to Run Miner on Android is to build APK.All the Guide and Files are in androidbitcoinminer
iOS
-
Download the app iSH from the App Store and launch it.
-
Type to install stuff:
apk add python3 apk add git git clone https://github.com/HugoXOX3/PythonMiner.git cd PythonMiner/Mobile_Version -
Run the miner:
python3 SoloMiner.py -
Input your Bitcoin address and enjoy mining.
The Another way to Run a Miner on IOS is to build IPA.All the Guide and Files are in iosbitcoinminer
Warning
⚠️ Mining Bitcoin on a mobile device with poor cooling may damage your device.
Donations
If you find this project useful, consider supporting it with a bitcoin donation:
Bitcoin Address: bc1qt7a6vl28czf00vmuse9j7xwpyr7jjt83m2hljh
Real Time PythonBitcoinMiner Star Chart
<a href="https://www.star-history.com/#HugoXOX3/PythonBitcoinMiner&Date"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=HugoXOX3/PythonBitcoinMiner&type=Date&theme=dark" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=HugoXOX3/PythonBitcoinMiner&type=Date" /> <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=HugoXOX3/PythonBitcoinMiner&type=Date" /> </picture> </a>License
This project is licensed under the MIT License. See the LICENSE file for details.
