Skip to content

Commit

Permalink
Minor cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca committed Oct 3, 2017
1 parent a8a714c commit c634f49
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Description
# Description
This is a Stratum Proxy for Zcash using JSON-RPC.
Originally developed by Cryptense SAS. Working with [flypool](http://zcash.flypool.org/) and [nanopool](http://zec.nanopool.org)

Expand All @@ -8,7 +8,7 @@ Originally developed by Cryptense SAS. Working with [flypool](http://zcash.flypo
**WARNING** This work is still in development. Please report any broken features or issues.


#Features
# Features
* Additional up to 10-20% increase of earning compared to standard pools
* Zcash stratum proxy
* Pool failover system
Expand All @@ -20,7 +20,7 @@ Originally developed by Cryptense SAS. Working with [flypool](http://zcash.flypo
* PM2 support


#How it Works
# How it Works
```
Pool A <---+ +-------------+ Rig1 / PC1
(Active) | |
Expand All @@ -32,14 +32,14 @@ Originally developed by Cryptense SAS. Working with [flypool](http://zcash.flypo
```


#Todo
# Todo
* Logfile setup
* ASCII UI
* Watchdog system (alive / gpu failure)
* Hashrate computation


#Installation and Start
# Installation and Start
* git clone [email protected]:cryptense/zec_stratum.git
* cd zec_stratum
* npm install
Expand All @@ -48,38 +48,38 @@ Originally developed by Cryptense SAS. Working with [flypool](http://zcash.flypo
The proxy will automatically listen on port 8000 for miners.


#Configuration
# Configuration
* all configs in file config.json to change settings.


#Miners command line ()
# Miners command line
* ./miner --server <PROXY_ADDRSS> --user <RIG_NAME> --pass <PASS> --port <PROXY_PORT>
exemple : ./miner --server 192.168.0.10 --user miner_1 --pass "x" --port 8000 --solver 0


#Donations
# Donations
* ETH: 0x1212eF39d945aB9A9568Aa5a72c5CBA99Bbe46c1
* ZEC: t1YAdYcnKR2ozADWPUvmgnDgf86gfsxQEEE


#Requirements
# Requirements
zec_stratum is build with nodeJS. The requirements for running zec_stratum are:

* linux (recommend)
* nodeJS
* npm


#Contact
# Contact
* We are available via [email protected]


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


#Protocol Documentation
# Protocol Documentation
* https://slushpool.com/help/manual/stratum-protocol
* https://github.com/ctubio/php-proxy-stratum/wiki/Stratum-Mining-Protocol
* https://github.com/slushpool/poclbm-zcash/wiki/Stratum-protocol-changes-for-ZCash

0 comments on commit c634f49

Please sign in to comment.