We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6de919 commit d1584b6Copy full SHA for d1584b6
1 file changed
UNIX.md
@@ -1 +1,22 @@
1
+# Only For UNIX
2
+
3
+---
4
+Set up Requirement
5
6
+```
7
+sudo apt-get install python3
8
+sudo apt install git
9
+sudo apt install python3-pip
10
+git clone https://github.com/HugoXOX3/PythonMiner.git
11
+cd PythonMiner
12
+pip3 install lxml
13
+python3 SoloMiner.py
14
15
16
17
+Setup Setting
18
19
20
+Input your bitcoin address and select pool and Enjoy mining
21
22
0 commit comments