mirror of https://github.com/BTCPrivate/z-nomp.git
Moved coin switching into included features in readme
This commit is contained in:
parent
c3ba819f24
commit
afae2060b1
11
README.md
11
README.md
|
@ -26,6 +26,13 @@ Each and every share will be rewarded - even for rounds resulting in orphaned bl
|
|||
authentication. A minimalistic HTML5 front-end connects to the portals statistics API to display stats from from each
|
||||
pool such as connected miners, network/pool difficulty/hash rate, etc.
|
||||
|
||||
* Automated switching of connected miners to different pools/coins is also easily done due to the multi-pool architecture
|
||||
of this software. To use this feature the switching must be controlled by your own script, such as one that calculates
|
||||
coin profitability via an API such as CoinChoose.com or CoinWarz.com (or calculated locally using daemon-reported network
|
||||
difficulties and exchange APIs). NOMP's regular payment processing and miner authentication which using coin address as stratum
|
||||
username will obviously not work with this coin switching feature - so you must control those with your own script as well.
|
||||
|
||||
|
||||
#### Attack Mitigation
|
||||
* Detects and thwarts socket flooding (garbage data sent over socket in order to consume system resources).
|
||||
* Detects and thwarts zombie miners (botnet infected computers connecting to your server to use up sockets but not sending any shares).
|
||||
|
@ -56,10 +63,6 @@ and by the NOMP Desktop app to retrieve a list of available coins (and version-b
|
|||
allow your own pool to connect upstream to a larger pool server. It will request work from the larger pool then
|
||||
redistribute the work to our own connected miners.
|
||||
|
||||
* Automated switching of connected miners to different pools/coins is also easily done due to the multi-pool architecture
|
||||
of this software. The switching can be controlled using a coin profitability API such as CoinChoose.com or CoinWarz.com
|
||||
(or calculated locally using daemon-reported network difficulties and exchange APIs).
|
||||
|
||||
|
||||
#### Community / Support
|
||||
IRC
|
||||
|
|
Loading…
Reference in New Issue