Releases: HugoXOX3/PythonBitcoinMiner
Releases · HugoXOX3/PythonBitcoinMiner
Python BTC Solo Miner v2.0.0 Beta
Fix all the bug like block height,stratum,handle ......
It's still unstable because I had almost rewrote the whole programme
Welcome for asking questions and pulling requests
Python BTC Solo Miner v1.4.2
How to use after download
- install the require pip
pip3 install -r requirements.txt
- Change the setting in programme into your favourite
#Setting
# Mining Address **Change Me**
address = 'bc1qwp44lvxgrhh42de507kezjspcyh8cvw6tvuykp'
# Mining Pool
pool = "solo.ckpool.org"
port = 3333
- run the programme like:
python3 SoloMiner.py
Python BTC Solo Miner v1.4.1
How to use after download
- install the require pip
pip3 install hashlib psutil colorama tabulate tqdm
- Change the setting in programme into your favourite
#Setting
# Mining Address **Change Me**
address = 'bc1qwp44lvxgrhh42de507kezjspcyh8cvw6tvuykp'
# Mining Pool
pool = "solo.ckpool.org"
port = 3333
- run the programme like:
python3 SoloMiner.py
Python BTC Solo Miner v1.4.0
How to use
- install the require pip
pip3 install hashlib psutil colorama tabulate tqdm
- Change the setting into your favourite
#Setting
# Mining Address **Change Me**
address = 'bc1qwp44lvxgrhh42de507kezjspcyh8cvw6tvuykp'
# Mining Pool
pool = "solo.ckpool.org"
port = 3333
- run the programme like:
python3 SoloMiner.py
Developer Speech
It is glad that I fix the miner cant connect the pool by adding the connect time of the programme and put the setting config at the top of the programme so that user can use it more simpler.If you have some question about the programme,you may find me at issue or contact me at telegrame
Python BTC Solo Miner v1.3.1
✅Fix Bug
Python BTC Solo Miner v1.3.0
✅Add more pool opt
Python BTC Solo Miner v1.2.3
✅Fix Bug
Python BTC Solo Miner v1.2.2
✅Fix Bug of Hide Console Version
Python BTC Solo Miner v1.2.0
✅Customise Pool
✅EZ Address
Python BTC Solo Miner v1.1.0
✅Add New function
-Can Save Address
✅Fix Bug