Fixed small comment + added note for php-scrypt
authorRoland Haeder <roland@mxchange.org>
Sat, 22 Aug 2015 09:20:40 +0000 (11:20 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 22 Aug 2015 09:28:34 +0000 (11:28 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/init.php
docs/README

index 8699bacb7325fb13047c34e8bb0420bd571102fb..1c750dc767578fcc8de7ab8ad209ff0151a469a1 100644 (file)
@@ -37,7 +37,7 @@ require($cfg->getConfigEntry('base_path') . 'inc/database.php');
 // 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]
index 33a874b5ecdb85cd2526efc63c767c7035260442..01affac842a3b937781bf06da88fe050a585ce5a 100644 (file)
@@ -83,6 +83,16 @@ environment?) to find hash blocks:
 
 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
 --------------------------------------------------------------------------------