File tree 1 file changed +11
-4
lines changed
1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Originally developed for DwarfPool http://dwarfpool.com/eth
20
20
* pass submitHashrate to pool
21
21
22
22
#How it works
23
-
23
+ ```
24
24
Pool A <---+ +-------------+ Rig1 / PC1
25
25
(Active) | |
26
26
| +-------------+ Rig2 / PC2
@@ -30,7 +30,7 @@ Originally developed for DwarfPool http://dwarfpool.com/eth
30
30
+-------------+ Rig4 / PC4
31
31
|
32
32
+-------------+ Leaserigs
33
-
33
+ ```
34
34
35
35
#ToDo
36
36
@@ -76,9 +76,14 @@ eth-proxy is built in python. I have been testing it with 2.7.3, but it should w
76
76
77
77
* [ Linux]
78
78
1 ) install twisted
79
+ ```
79
80
apt-get install python-twisted
81
+ ```
82
+
80
83
2 ) start proxy with
84
+ ```
81
85
python ./eth-proxy.py
86
+ ```
82
87
83
88
* [ Windows]
84
89
Download compiled version
@@ -100,15 +105,17 @@ https://pypi.python.org/pypi/Twisted/15.4.0
100
105
File Twisted-15.4.0.win32-py2.7.msi (32bit) or Twisted-15.4.0.win-amd64-py2.7.msi (64bit)
101
106
102
107
5 ) Install zope.interface, in console run:
108
+ ```
103
109
easy_install -U zope.interface
104
-
110
+ ```
105
111
6 ) Install PyWin32 v2.7
106
112
pywin32-219.win32-py2.7.exe or pywin32-219.win-amd64-py2.7.exe
107
113
http://sourceforge.net/projects/pywin32/files/pywin32/
108
114
109
115
7 ) Download eth-proxy. Extract eth-proxy.zip. Change settings in config.py and start with command:
116
+ ```
110
117
python xmr-proxy.py
111
-
118
+ ```
112
119
113
120
#Contact
114
121
You can’t perform that action at this time.
0 commit comments