That doesn't include the miner tho, does it? Was trying to build the miners...
The miners are a different story than the client.
There is the first version, there is the enhanced 1.2c version and there is the AES+AVX 1.3 version. All of them can be built as long as you have the right 64 bit hardware, and in the case of 1.3 you'll need AES instructions on the CPU.
There's also a GPU miner.
CPU is a 3rd gen i3.
OS is Ubuntu 13.10... Which I regret because it's a mess...
I DLed all 3 and figured I try making something work, but, yeah, nothing works and seems to include bitcoin source code, it's even named bitcoin-qt.pro... and doesn't build with qtcreator.
Message at bottom of qtcreator:
~/Desktop/darkcoin-master/src/allocators.h:10: error: boost/thread/mutex.hpp: No such file or directory
Tried it as normal user and as root, same fail...
As for the miner:
linux:~/K3/darkcoin-cpuminer-1.2c-master #
chmod +x autogen.shlinux:~/K3/darkcoin-cpuminer-1.2c-master #
./autogen.sh configure.ac:15: installing './compile'
configure.ac:4: installing './config.guess'
configure.ac:4: installing './config.sub'
configure.ac:6: installing './install-sh'
configure.ac:6: installing './missing'
Makefile.am:14: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am: installing './depcomp'
...
linux:~/K3/darkcoin-cpuminer-1.2c-master #
./configureconfigure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking build system type... x86_64-suse-linux-gnu
checking host system type... x86_64-suse-linux-gnu
checking target system type... x86_64-suse-linux-gnu
....
linux:~/K3/darkcoin-cpuminer-1.2c-master #
makemake all-recursive
make[1]: Entering directory `/root/K3/darkcoin-cpuminer-1.2c-master'
Making all in compat
make[2]: Entering directory `/root/K3/darkcoin-cpuminer-1.2c-master/compat'
Making all in jansson
make[3]: Entering directory `/root/K3/darkcoin-cpuminer-1.2c-master/compat/jansson'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT dump.o -MD -MP -MF .deps/dump.Tpo -c -o dump.o dump.c
mv -f .deps/dump.Tpo .deps/dump.Po
.....
(a bit later)
...
linux:~/K3/darkcoin-cpuminer-1.2c-master # ls -al
total 4868
drwxr-xr-x 9 root root 4096 Feb 28 07:45 .
drwxr-xr-x 3 root root 4096 Feb 28 07:44 ..
drwxr-xr-x 2 root root 4096 Feb 28 07:45 .deps
-rw-r--r-- 1 root root 84 Feb 6 02:11 AUTHORS
-rw-r--r-- 1 root root 18332 Feb 6 02:11 COPYING
-rw-r--r-- 1 root root 52 Feb 6 02:11 ChangeLog
-rw-r--r-- 1 root root 15943 Feb 6 02:11 INSTALL
-rw-r--r-- 1 root root 104 Feb 6 02:11 LICENSE
-rw-r--r-- 1 root root 58584 Feb 28 07:45 Makefile
-rw-r--r-- 1 root root 740 Feb 6 02:11 Makefile.am
-rw-r--r-- 1 root root 65738 Feb 28 07:44 Makefile.in
-rw-r--r-- 1 root root 8825 Feb 6 02:11 NEWS
-rw-r--r-- 1 root root 2851 Feb 6 02:11 README
-rw-r--r-- 1 root root 41454 Feb 28 07:44 aclocal.m4
-rwxr-xr-x 1 root root 192 Feb 6 02:11 autogen.sh
drwxr-xr-x 2 root root 4096 Feb 28 07:44 autom4te.cache
drwxr-xr-x 3 root root 4096 Feb 28 07:45 compat
-rw-r--r-- 1 root root 353 Feb 6 02:11 compat.h
-rwxr-xr-x 1 root root 7333 Feb 28 07:44 compile
-rwxr-xr-x 1 root root 45640 Feb 28 07:44 config.guess
-rw-r--r-- 1 root root 41206 Feb 28 07:45 config.log
-rwxr-xr-x 1 root root 35273 Feb 28 07:45 config.status
-rwxr-xr-x 1 root root 35521 Feb 28 07:44 config.sub
-rwxr-xr-x 1 root root 216817 Feb 28 07:44 configure
-rw-r--r-- 1 root root 3237 Feb 6 02:11 configure.ac
-rw-r--r-- 1 root root 35442 Feb 6 02:11 cpu-miner.c
-rw-r--r-- 1 root root 5444 Feb 28 07:45 cpuminer-config.h
-rw-r--r-- 1 root root 5101 Feb 28 07:44 cpuminer-config.h.in
-rwxr-xr-x 1 root root 23566 Feb 28 07:44 depcomp
-rw-r--r-- 1 root root 7060 Feb 6 02:11 elist.h
-rw-r--r-- 1 root root 257 Feb 6 02:11 example-cfg.json
-rwxr-xr-x 1 root root 13997 Feb 28 07:44 install-sh
drwxr-xr-x 2 root root 4096 Feb 6 02:11 m4
-rw-r--r-- 1 root root 6752 Feb 6 02:11 miner.h
-rwxr-xr-x 1 root root 1711624 Feb 28 07:45 minerd-rw-r--r-- 1 root root 2848 Feb 28 07:45 minerd-aes_helper.o
-rw-r--r-- 1 root root 159168 Feb 28 07:45 minerd-cpu-miner.o
-rw-r--r-- 1 root root 18280 Feb 28 07:45 minerd-cubehash_sse2.o
-rw-r--r-- 1 root root 553352 Feb 28 07:45 minerd-echo.o
-rw-r--r-- 1 root root 154576 Feb 28 07:45 minerd-luffa_for_sse2.o
-rw-r--r-- 1 root root 17384 Feb 28 07:45 minerd-nist.o
-rw-r--r-- 1 root root 657 Feb 28 07:45 minerd-scrypt-arm.o
-rw-r--r-- 1 root root 73544 Feb 28 07:45 minerd-scrypt-x64.o
-rw-r--r-- 1 root root 761 Feb 28 07:45 minerd-scrypt-x86.o
-rw-r--r-- 1 root root 87024 Feb 28 07:45 minerd-scrypt.o
-rw-r--r-- 1 root root 657 Feb 28 07:45 minerd-sha2-arm.o
-rw-r--r-- 1 root root 135168 Feb 28 07:45 minerd-sha2-x64.o
-rw-r--r-- 1 root root 761 Feb 28 07:45 minerd-sha2-x86.o
-rw-r--r-- 1 root root 120464 Feb 28 07:45 minerd-sha2.o
-rw-r--r-- 1 root root 481480 Feb 28 07:45 minerd-shavite.o
-rw-r--r-- 1 root root 135952 Feb 28 07:45 minerd-util.o
-rw-r--r-- 1 root root 137168 Feb 28 07:45 minerd-vector.o
-rw-r--r-- 1 root root 275352 Feb 28 07:45 minerd-xcoin.o
-rwxr-xr-x 1 root root 6873 Feb 28 07:44 missing
-rw-r--r-- 1 root root 1049 Feb 6 02:11 nomacro.pl
-rw-r--r-- 1 root root 32 Feb 28 07:45 stamp-h1
-rw-r--r-- 1 root root 1073 Feb 6 02:11 typedefs.h
-rw-r--r-- 1 root root 30425 Feb 6 02:11 util.c
drwxr-xr-x 2 root root 4096 Feb 6 02:11 x2
drwxr-xr-x 3 root root 4096 Feb 6 02:11 x5
drwxr-xr-x 2 root root 4096 Feb 6 02:11 x6
-rw-r--r-- 1 root root 7489 Feb 6 02:11 xcoin.c
Ok now?