Skip to content

Update README.md: code block format for "How it works" section #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 25, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Originally developed for DwarfPool http://dwarfpool.com/eth
* pass submitHashrate to pool

#How it works

```
Pool A <---+ +-------------+ Rig1 / PC1
(Active) | |
| +-------------+ Rig2 / PC2
Expand All @@ -30,7 +30,7 @@ Originally developed for DwarfPool http://dwarfpool.com/eth
+-------------+ Rig4 / PC4
|
+-------------+ Leaserigs

```

#ToDo

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

* [Linux]
1) install twisted
```
apt-get install python-twisted
```

2) start proxy with
```
python ./eth-proxy.py
```

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

5) Install zope.interface, in console run:
```
easy_install -U zope.interface

```
6) Install PyWin32 v2.7
pywin32-219.win32-py2.7.exe or pywin32-219.win-amd64-py2.7.exe
http://sourceforge.net/projects/pywin32/files/pywin32/

7) Download eth-proxy. Extract eth-proxy.zip. Change settings in config.py and start with command:
```
python xmr-proxy.py

```

#Contact

Expand Down