Skip to content

Releases: HugoXOX3/PythonBitcoinMiner

Python BTC Solo Miner v2.0.0 Beta

28 Dec 15:55
a09fae7
Compare
Choose a tag to compare
Pre-release

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

30 Jun 05:28
1e358e5
Compare
Choose a tag to compare

How to use after download

  1. install the require pip
pip3 install -r requirements.txt
  1. Change the setting in programme into your favourite
#Setting
# Mining Address **Change Me**
address = 'bc1qwp44lvxgrhh42de507kezjspcyh8cvw6tvuykp'
# Mining Pool
pool = "solo.ckpool.org"
port = 3333
  1. run the programme like:
python3 SoloMiner.py

Python BTC Solo Miner v1.4.1

28 Jun 18:13
720663d
Compare
Choose a tag to compare

How to use after download

  1. install the require pip
pip3 install hashlib psutil colorama tabulate tqdm
  1. Change the setting in programme into your favourite
#Setting
# Mining Address **Change Me**
address = 'bc1qwp44lvxgrhh42de507kezjspcyh8cvw6tvuykp'
# Mining Pool
pool = "solo.ckpool.org"
port = 3333
  1. run the programme like:
python3 SoloMiner.py

Python BTC Solo Miner v1.4.0

27 Jun 12:47
e666194
Compare
Choose a tag to compare

How to use

  1. install the require pip
pip3 install hashlib psutil colorama tabulate tqdm
  1. Change the setting into your favourite
#Setting
# Mining Address **Change Me**
address = 'bc1qwp44lvxgrhh42de507kezjspcyh8cvw6tvuykp'
# Mining Pool
pool = "solo.ckpool.org"
port = 3333
  1. 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

21 Jun 02:42
d60c58d
Compare
Choose a tag to compare

Python BTC Solo Miner v1.3.0

02 May 08:30
6a266a7
Compare
Choose a tag to compare

✅Add more pool opt

Python BTC Solo Miner v1.2.3

02 May 07:57
512715b
Compare
Choose a tag to compare

Python BTC Solo Miner v1.2.2

01 May 04:23
ecc7906
Compare
Choose a tag to compare

✅Fix Bug of Hide Console Version

Python BTC Solo Miner v1.2.0

29 Apr 08:56
5132a64
Compare
Choose a tag to compare

✅Customise Pool
✅EZ Address

Python BTC Solo Miner v1.1.0

29 Apr 08:08
387b89a
Compare
Choose a tag to compare

✅Add New function
-Can Save Address
✅Fix Bug