File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ First,Download the latest miner from [release](https://github.com/HugoXOX3/BTCSo
5757
58581 . install the require pip
5959```
60- pip3 install hashlib psutil colorama tabulate tqdm
60+ pip3 install -r requirements.txt
6161```
6262
63632 . Change the setting into your favourite
@@ -83,7 +83,7 @@ python3 SoloMiner.py
8383
84841 . install the require pip
8585```
86- pip3 install hashlib psutil colorama tabulate tqdm
86+ pip3 install -r requirements.txt
8787```
8888
89892 . Change the setting into your favourite
@@ -129,7 +129,7 @@ cd PythonMiner
129129
130130Then,you need to type to install requirement
131131```
132- pip3 install hashlib psutil colorama tabulate tqdm
132+ pip3 install -r requirements.txt
133133```
134134
135135Also you need to change the wallet in this programme to yours by using nano or vim
@@ -167,7 +167,7 @@ apk add py3-pip
167167apk add git
168168apk add py3-psutil
169169git clone https://github.com/HugoXOX3/PythonMiner.git
170- pip3 install tqdm tabulate requests colorama
170+ pip3 install -r requirements.txt
171171cd PythonMiner
172172```
173173
You can’t perform that action at this time.
0 commit comments