Skip to content

Commit 9ae00a0

Browse files
authored
Update README.md
1 parent 81fe560 commit 9ae00a0

1 file changed

Lines changed: 37 additions & 1 deletion

File tree

README.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
134134
pip3 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+
137153
After that,You can run the programe like:
138154
```
139155
python3 SoloMiner.py
@@ -155,8 +171,28 @@ apk add py3-psutil
155171
git clone https://github.com/HugoXOX3/PythonMiner.git
156172
pip3 install tqdm tabulate requests colorama
157173
cd 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+
```
158193
python3 SoloMiner.py
159194
```
195+
160196
Finally,type in your Bitcoin Address and Enjoy mining
161197

162198
Like:

0 commit comments

Comments
 (0)