Skip to content

Commit d1584b6

Browse files
authored
Update UNIX.md
1 parent e6de919 commit d1584b6

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

UNIX.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
122

0 commit comments

Comments
 (0)