Skip to content

Python BTC Solo Miner v1.4.2

Latest
Compare
Choose a tag to compare
@HugoXOX3 HugoXOX3 released this 30 Jun 05:28
· 8 commits to main since this release
1e358e5

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