Skip to content
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

fixes readme titles in markdown #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#Description
# Description

This is Stratum Proxy for Ethereum based pools (RPCv2) using asynchronous networking written in Python Twisted.
Originally developed for DwarfPool http://dwarfpool.com/eth

**NOTE:** This fork is still in development. Some features may be broken. Please report any broken features or issues.


#Features
# Features

* Additional up to 20% increase of earning compared to standard pools
* ETH stratum proxy
Expand All @@ -19,7 +19,7 @@ Originally developed for DwarfPool http://dwarfpool.com/eth
* Bypass worker_id for detailed statistic and per rig monitoring
* pass submitHashrate to pool

#How it works
# How it works
```
Pool A <---+ +-------------+ Rig1 / PC1
(Active) | |
Expand All @@ -32,22 +32,22 @@ Originally developed for DwarfPool http://dwarfpool.com/eth
+-------------+ Leaserigs
```

#ToDo
# ToDo

* ---


#Configuration
# Configuration

* all configs in file eth-proxy.conf


#Command line to miner start, recommended farm-recheck to use with stratum-proxy is 200
# Command line to miner start, recommended farm-recheck to use with stratum-proxy is 200

* ./ethminer --farm-recheck 200 -G -F http://127.0.0.1:8080/rig1


#External script to restart proxy (made by rain)
# External script to restart proxy (made by rain)

* https://paste.ubuntu.com/15327007/

Expand All @@ -59,20 +59,20 @@ Originally developed for DwarfPool http://dwarfpool.com/eth
* If not then mostly case that you have application running on this port, at example Antivirus.


#Donations
# Donations

* ETH: 0xea7263feb7d8a8ab0a11eedd8f1ce04412ab0820


#Requirements
# Requirements

eth-proxy is built in python. I have been testing it with 2.7.3, but it should work with other versions. The requirements for running the software are below.

* Python 2.7+
* python-twisted


#Installation and start
# Installation and start

* [Linux]
1) install twisted
Expand Down Expand Up @@ -117,15 +117,15 @@ http://sourceforge.net/projects/pywin32/files/pywin32/
python xmr-proxy.py
```

#Contact
# Contact

* I am available via [email protected]

#Credits
# Credits

* Original version by Slush0 (original stratum code)
* More Features added by GeneralFault, Wadee Womersley and Moopless

#License
# License

* This software is provides AS-IS without any warranties of any kind. Please use at your own risk.