Miner readme update

This commit is contained in:
Matt 2014-04-05 18:35:28 -06:00
parent ab41056c4b
commit 3942e75dcd

View File

@ -26,7 +26,7 @@ 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.
* Attack mitigation features:
#### Attack Mitigation
* Detects and thwarts socket flooding (invalid 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).
* Detects and thwarts invalid share attacks:
@ -37,6 +37,7 @@ pool such as connected miners, network/pool difficulty/hash rate, etc.
* NOMP is written in Node.js which uses a single thread (async) to handle connections rather than the overhead of one
thread per connection, and clustering is also implemented so all CPU cores are taken advantage of.
#### Planned Features
* NOMP API - Used by the website to display stats and information about the pool(s) on the portal's front-end website,