@@ -29,7 +29,7 @@ Algorithms
2929 * ✓ __ x15__ (RadianceCoin [ RCE] )
3030 * ✓ __ cryptonight__ (Bytecoin [ BCN] , Monero)
3131 * ✓ __ fresh__ (FreshCoin)
32- * ✓ __ blake__ (Neos blake256 )
32+ * ✓ __ blake__ (Neos/Saffron Blake-256 )
3333 * ✓ __ neoscrypt__ (Feathercoin)
3434 * ✓ __ pentablake__ (Joincoin)
3535
@@ -47,13 +47,16 @@ Algorithms
4747
4848Dependencies
4949============
50- * libcurl http://curl.haxx.se/libcurl/
51- * jansson http://www.digip.org/jansson/ (jansson is included in-tree)
52- * openssl https://www.openssl.org/
50+ * libcurl http://curl.haxx.se/libcurl/
51+ * jansson http://www.digip.org/jansson/ (jansson is included in-tree)
52+ * openssl https://www.openssl.org/
53+ * pthreads
54+ * zlib (for curl/ssl)
5355
5456Download
5557========
56- * Binary releases: https://github.com/LucasJones/cpuminer-multi/releases
58+ * Binary releases: https://github.com/LucasJones/cpuminer-multi/releases
59+ * Windows releases: https://github.com/tpruvot/cpuminer-multi/releases
5760* Git tree: https://github.com/LucasJones/cpuminer-multi
5861 * Clone with ` git clone https://github.com/LucasJones/cpuminer-multi `
5962
7376
7477#### Basic Windows build with Visual Studio 2013
7578 * All the required .lib files are now included in tree (windows only)
76- * AVX enabled by default, but not AVX2 (edit cpu-miner-config.h if required )
79+ * AVX enabled by default for x64 platform (AVX2 and XOP could also be used )
7780
7881#### Basic Windows build instructions, using MinGW:
7982 * Install MinGW and the MSYS Developer Tool Kit (http://www.mingw.org/ )
8487 * Make sure you have curl-config in MinGW\bin
8588 * Install openssl devel (https://www.openssl.org/related/binaries.html )
8689 * In the MSYS shell, run:
87- * ./autogen.sh # only needed if building from git repo
90+ * for 64bit, you can use ./mingw64.sh else :
91+ ./autogen.sh # only needed if building from git repo
8892 * LIBCURL="-lcurldll" ./configure CFLAGS="* -march=native* "
8993 * # Use -march=native if building for a single machine
9094 * make
0 commit comments