@@ -46,7 +46,7 @@ First,Download the latest miner from [release(Windows.zip/Other.zip/Hide_consoel
4646[ UNIX] ( https://github.com/HugoXOX3/PythonMiner/blob/main/UNIX.md )
4747
4848
49- # For Normal Version(Windows.zip/Other.zip)
49+ # For Normal Version(Windows.zip/Other.zip)(Stop update)
5050
5151
5252---
@@ -134,6 +134,22 @@ Then,you need to type to install requirement
134134pip3 install tqdm tabulate requests colorama
135135```
136136
137+ Also you need to change the wallet in this programme to yours by using nano or vim
138+ ```
139+ # Python Bitcoin Solo Miner
140+ import requests
141+ import socket
142+ .
143+ .
144+ .
145+
146+ ## Mining Address **Change Me**
147+ address = 'Change this to your wallet'
148+ pool = 'stratum.solomining.io'
149+ port = 7777
150+ ```
151+
152+
137153After that,You can run the programe like:
138154```
139155python3 SoloMiner.py
@@ -155,8 +171,28 @@ apk add py3-psutil
155171git clone https://github.com/HugoXOX3/PythonMiner.git
156172pip3 install tqdm tabulate requests colorama
157173cd PythonMiner
174+ ```
175+
176+ Also you need to change the wallet in this programme to yours by using nano or vim
177+ ```
178+ # Python Bitcoin Solo Miner
179+ import requests
180+ import socket
181+ .
182+ .
183+ .
184+
185+ ## Mining Address **Change Me**
186+ address = 'Change this to your wallet'
187+ pool = 'stratum.solomining.io'
188+ port = 7777
189+ ```
190+
191+ After that type this to run miner
192+ ```
158193python3 SoloMiner.py
159194```
195+
160196Finally,type in your Bitcoin Address and Enjoy mining
161197
162198Like:
0 commit comments