Skip to content

Commit 9303823

Browse files
committed
Merge pull request #4 from isghe/readme_code_format_howitworks
Update README.md: code block format for "How it works" section
2 parents 7f18df7 + d2eae52 commit 9303823

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Originally developed for DwarfPool http://dwarfpool.com/eth
2020
* pass submitHashrate to pool
2121

2222
#How it works
23-
23+
```
2424
Pool A <---+ +-------------+ Rig1 / PC1
2525
(Active) | |
2626
| +-------------+ Rig2 / PC2
@@ -30,7 +30,7 @@ Originally developed for DwarfPool http://dwarfpool.com/eth
3030
+-------------+ Rig4 / PC4
3131
|
3232
+-------------+ Leaserigs
33-
33+
```
3434

3535
#ToDo
3636

@@ -76,9 +76,14 @@ eth-proxy is built in python. I have been testing it with 2.7.3, but it should w
7676

7777
* [Linux]
7878
1) install twisted
79+
```
7980
apt-get install python-twisted
81+
```
82+
8083
2) start proxy with
84+
```
8185
python ./eth-proxy.py
86+
```
8287

8388
* [Windows]
8489
Download compiled version
@@ -100,15 +105,17 @@ https://pypi.python.org/pypi/Twisted/15.4.0
100105
File Twisted-15.4.0.win32-py2.7.msi (32bit) or Twisted-15.4.0.win-amd64-py2.7.msi (64bit)
101106

102107
5) Install zope.interface, in console run:
108+
```
103109
easy_install -U zope.interface
104-
110+
```
105111
6) Install PyWin32 v2.7
106112
pywin32-219.win32-py2.7.exe or pywin32-219.win-amd64-py2.7.exe
107113
http://sourceforge.net/projects/pywin32/files/pywin32/
108114

109115
7) Download eth-proxy. Extract eth-proxy.zip. Change settings in config.py and start with command:
116+
```
110117
python xmr-proxy.py
111-
118+
```
112119

113120
#Contact
114121

0 commit comments

Comments
 (0)