Update README.md
This commit is contained in:
parent
836b9a3432
commit
652dd310f2
23
README.md
23
README.md
@ -1,7 +1,4 @@
|
|||||||
[ ](https://www.codeship.io/projects/12274)
|
[ ](https://www.codeship.io/projects/12274)
|
||||||
#Status
|
|
||||||
Riecoin support just implemented, needs testing.
|
|
||||||
|
|
||||||
#Description
|
#Description
|
||||||
Stratum-mining is a pooled mining protocol. It is a replacement for *getwork* based pooling servers by allowing clients to generate work. The stratum protocol is described [here](http://mining.bitcoin.cz/stratum-mining) in full detail.
|
Stratum-mining is a pooled mining protocol. It is a replacement for *getwork* based pooling servers by allowing clients to generate work. The stratum protocol is described [here](http://mining.bitcoin.cz/stratum-mining) in full detail.
|
||||||
|
|
||||||
@ -11,6 +8,17 @@ The goal is to make a reliable stratum mining server for a wide range of coins u
|
|||||||
|
|
||||||
**NOTE:** This fork is still in development. Many features may be broken. Please report any broken features or issues.
|
**NOTE:** This fork is still in development. Many features may be broken. Please report any broken features or issues.
|
||||||
|
|
||||||
|
#Donations
|
||||||
|
* BTC: 18Xg4qP6RUvpeajanKPt5PDvvcqvU2pP6d
|
||||||
|
* BTE: 8UJLskr8eDYATvYzmaCBw3vbRmeNweT3rW
|
||||||
|
* DGC: DSBb5KmGWYKMJjxk3rETtvpk9sPqgCCYAw
|
||||||
|
* LTC: Lg4kXMqPsmMHrGr81LLe8oHpbsMiWiuMSB
|
||||||
|
* WDC: WeVFgZQsKSKXGak7NJPp9SrcUexghzTPGJ
|
||||||
|
* Doge: DLtBRYtNCzfiZfcpUeEr8KPvy5k1aR7jca
|
||||||
|
* SRC: sMP2wHN5H2ik7FQDPjhSzFZUWux75BYZGe
|
||||||
|
* ARG: AQvXPWVqGzcpH2j2XSRG7X5R9nA3y9D9aQ
|
||||||
|
* Cryptsy Trade Key: ec13d183e304326ebd41258d6ae7188e303866fe
|
||||||
|
|
||||||
#Features
|
#Features
|
||||||
|
|
||||||
* Stratum Mining Pool
|
* Stratum Mining Pool
|
||||||
@ -34,7 +42,7 @@ The goal is to make a reliable stratum mining server for a wide range of coins u
|
|||||||
* python-twisted
|
* python-twisted
|
||||||
* stratum
|
* stratum
|
||||||
* MySQL Server
|
* MySQL Server
|
||||||
* CoinDaemon
|
* CoinD's
|
||||||
|
|
||||||
Other coins have been known to work with this implementation. I have tested with the following coins, but there may be many others that work.
|
Other coins have been known to work with this implementation. I have tested with the following coins, but there may be many others that work.
|
||||||
|
|
||||||
@ -59,18 +67,19 @@ Other coins have been known to work with this implementation. I have tested with
|
|||||||
The installation of this *stratum-mining* can be found in the Repo Wiki.
|
The installation of this *stratum-mining* can be found in the Repo Wiki.
|
||||||
|
|
||||||
#Contact
|
#Contact
|
||||||
See riecoin.org
|
I am available in the #MPOS, #crypto-expert, #digitalcoin, and #worldcoin channels on freenode.
|
||||||
Please file issues on the repo.
|
Although i am willing to provide support through IRC please file issues on the repo.
|
||||||
Issues as a direct result of stratum will be helped with as much as possible
|
Issues as a direct result of stratum will be helped with as much as possible
|
||||||
However issues related to a coin daemon's setup and other non stratum issues,
|
However issues related to a coin daemon's setup and other non stratum issues,
|
||||||
Please research and attempt to debug first.
|
Please research and attempt to debug first.
|
||||||
|
|
||||||
|
|
||||||
#Credits
|
#Credits
|
||||||
|
|
||||||
* Original version by Slush0 and ArtForz (original stratum code)
|
* Original version by Slush0 and ArtForz (original stratum code)
|
||||||
* More Features added by GeneralFault, Wadee Womersley, Viperaus, TheSeven and Moopless
|
* More Features added by GeneralFault, Wadee Womersley, Viperaus, TheSeven and Moopless
|
||||||
* Multi Algo, Vardiff, DB and MPOS support done by Ahmed_Bodi, penner42 and Obigal
|
* Multi Algo, Vardiff, DB and MPOS support done by Ahmed_Bodi, penner42 and Obigal
|
||||||
* Riecoin support implemented by gatra - RIC: RByJXMhtRa2Jc2ix6sWoVRZq3kyK3zb8nY - BTC: 1Ud6xgvXwKGksbguVgke8UTbJ9sYr9AuH
|
* Riecoin support implemented by gatra
|
||||||
|
|
||||||
#License
|
#License
|
||||||
This software is provided AS-IS without any warranties of any kind. Please use at your own risk.
|
This software is provided AS-IS without any warranties of any kind. Please use at your own risk.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user