]> git.mxchange.org Git - hub.git/blobdiff - docs/README
Fixed small comment + added note for php-scrypt
[hub.git] / docs / README
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
 --------------------------------------------------------------------------------