Miner readme update
This commit is contained in:
parent
ab41056c4b
commit
3942e75dcd
@ -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
|
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.
|
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 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 zombie miners (botnet infected computers connecting to your server to use up sockets but not sending any shares).
|
||||||
* Detects and thwarts invalid share attacks:
|
* 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
|
* 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.
|
thread per connection, and clustering is also implemented so all CPU cores are taken advantage of.
|
||||||
|
|
||||||
|
|
||||||
#### Planned Features
|
#### Planned Features
|
||||||
|
|
||||||
* NOMP API - Used by the website to display stats and information about the pool(s) on the portal's front-end website,
|
* NOMP API - Used by the website to display stats and information about the pool(s) on the portal's front-end website,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user