From 41d5e847a9fc4165b9188a1a6a2de1748814e26e Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 5 Apr 2014 18:42:48 -0600 Subject: [PATCH] Minor readme update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5be4f6..a8c0b59 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ pool such as connected miners, network/pool difficulty/hash rate, etc. * 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: - * Other pool server software guesstimate and hardcode the max difficulties for new hashing algorithms. NOMP - dynamically generates the max difficulty for each algorithm based on values founds in coin source - code - NOMP is not vulnerable to the low difficulty share exploits happening to other pool servers. + * NOMP is not vulnerable to the low difficulty share exploits happening to other pool servers. Other pool server + software has hardcoded guesstimated max difficulties for new hashing algorithms while NOMP dynamically generates the + max difficulty for each algorithm based on values founds in coin source code. * IP banning feature which on a configurable threshold will ban an IP for a configurable amount of time if the miner submits over a configurable threshold of invalid shares. * NOMP is written in Node.js which uses a single thread (async) to handle connections rather than the overhead of one