// Get own internal address and set it in config
$cfg->setConfigEntry('internal_address', HubTools::determineOwnInternalAddress());
-// By default scrypt is assumed (and later tested) NOT being there
+// By default scrypt is assumed absent and later tested being there
$cfg->setConfigEntry('extension_scrypt_loaded', FALSE);
// [EOF]
php index.php app=hub command=miner
+The miner now relies on ext-scrypt. I used latest GIT/master here for developing
+this software so you may have to do the same. I used it directly from GIT:
+
+$ git clone https://github.com/DomBlack/php-scrypt.git
+
+Follow their build instructions (mostly involves a "configure", "make" and "make
+install"). Please also note that I cannot give support on 3rd-party programs or
+libraries like this one. You may wish to build this PHP extension outside *this*
+path, not to mix them both up.
+
--------------------------------------------------------------------------------
6.) How to start the crawler
--------------------------------------------------------------------------------