xsoft
Newbie
Offline
Activity: 60
Merit: 0
|
|
July 15, 2014, 03:40:45 PM |
|
Im still unable to compile https://github.com/ig0tik3d/darkcoin-cpuminer-1.2cYeah, I know that BAMT suc*s and that gcc compiler could be old. But Ive trying to make this work for 3hours and nothing (several linux machines, vps, ...). I have cpuminer but withou X11 support. Please, can somebody upload compiled version? (non-AES version) Thanks. /opt/miners.test/cpu5/darkcoin-cpuminer-1.2c# make make all-recursive make[1]: Entering directory `/opt/miners.test/cpu5/darkcoin-cpuminer-1.2c' Making all in compat make[2]: Entering directory `/opt/miners.test/cpu5/darkcoin-cpuminer-1.2c/compat' Making all in jansson make[3]: Entering directory `/opt/miners.test/cpu5/darkcoin-cpuminer-1.2c/compat/jansson' gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O3 -msse2 -MT dump.o -MD -MP -MF .deps/dump.Tpo -c -o dump.o dump.c mv -f .deps/dump.Tpo .deps/dump.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O3 -msse2 -MT hashtable.o -MD -MP -MF .deps/hashtable.Tpo -c -o hashtable.o hashtable.c mv -f .deps/hashtable.Tpo .deps/hashtable.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O3 -msse2 -MT load.o -MD -MP -MF .deps/load.Tpo -c -o load.o load.c mv -f .deps/load.Tpo .deps/load.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O3 -msse2 -MT strbuffer.o -MD -MP -MF .deps/strbuffer.Tpo -c -o strbuffer.o strbuffer.c mv -f .deps/strbuffer.Tpo .deps/strbuffer.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O3 -msse2 -MT utf.o -MD -MP -MF .deps/utf.Tpo -c -o utf.o utf.c mv -f .deps/utf.Tpo .deps/utf.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O3 -msse2 -MT value.o -MD -MP -MF .deps/value.Tpo -c -o value.o value.c mv -f .deps/value.Tpo .deps/value.Po rm -f libjansson.a ar cru libjansson.a dump.o hashtable.o load.o strbuffer.o utf.o value.o ranlib libjansson.a make[3]: Leaving directory `/opt/miners.test/cpu5/darkcoin-cpuminer-1.2c/compat/jansson' make[3]: Entering directory `/opt/miners.test/cpu5/darkcoin-cpuminer-1.2c/compat' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/opt/miners.test/cpu5/darkcoin-cpuminer-1.2c/compat' make[2]: Leaving directory `/opt/miners.test/cpu5/darkcoin-cpuminer-1.2c/compat' make[2]: Entering directory `/opt/miners.test/cpu5/darkcoin-cpuminer-1.2c' gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson -O3 -msse2 -MT minerd-cpu-miner.o -MD -MP -MF .deps/minerd-cpu-miner.Tpo -c -o minerd-cpu-miner.o `test -f 'cpu-miner.c' || echo './'`cpu-miner.c cpu-miner.c:179:44: warning: backslash and newline separated by space cpu-miner.c: In function ‘main’: cpu-miner.c:1328: warning: implicit declaration of function ‘init_Xhash_contexts’ mv -f .deps/minerd-cpu-miner.Tpo .deps/minerd-cpu-miner.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson -O3 -msse2 -MT minerd-util.o -MD -MP -MF .deps/minerd-util.Tpo -c -o minerd-util.o `test -f 'util.c' || echo './'`util.c mv -f .deps/minerd-util.Tpo .deps/minerd-util.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson -O3 -msse2 -MT minerd-sha2.o -MD -MP -MF .deps/minerd-sha2.Tpo -c -o minerd-sha2.o `test -f 'x2/sha2.c' || echo './'`x2/sha2.c mv -f .deps/minerd-sha2.Tpo .deps/minerd-sha2.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson -O3 -msse2 -MT minerd-sha2-arm.o -MD -MP -MF .deps/minerd-sha2-arm.Tpo -c -o minerd-sha2-arm.o `test -f 'x2/sha2-arm.S' || echo './'`x2/sha2-arm.S mv -f .deps/minerd-sha2-arm.Tpo .deps/minerd-sha2-arm.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson -O3 -msse2 -MT minerd-sha2-x86.o -MD -MP -MF .deps/minerd-sha2-x86.Tpo -c -o minerd-sha2-x86.o `test -f 'x2/sha2-x86.S' || echo './'`x2/sha2-x86.S mv -f .deps/minerd-sha2-x86.Tpo .deps/minerd-sha2-x86.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson -O3 -msse2 -MT minerd-sha2-x64.o -MD -MP -MF .deps/minerd-sha2-x64.Tpo -c -o minerd-sha2-x64.o `test -f 'x2/sha2-x64.S' || echo './'`x2/sha2-x64.S mv -f .deps/minerd-sha2-x64.Tpo .deps/minerd-sha2-x64.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson -O3 -msse2 -MT minerd-scrypt.o -MD -MP -MF .deps/minerd-scrypt.Tpo -c -o minerd-scrypt.o `test -f 'x2/scrypt.c' || echo './'`x2/scrypt.c mv -f .deps/minerd-scrypt.Tpo .deps/minerd-scrypt.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson -O3 -msse2 -MT minerd-scrypt-arm.o -MD -MP -MF .deps/minerd-scrypt-arm.Tpo -c -o minerd-scrypt-arm.o `test -f 'x2/scrypt-arm.S' || echo './'`x2/scrypt-arm.S mv -f .deps/minerd-scrypt-arm.Tpo .deps/minerd-scrypt-arm.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson -O3 -msse2 -MT minerd-scrypt-x86.o -MD -MP -MF .deps/minerd-scrypt-x86.Tpo -c -o minerd-scrypt-x86.o `test -f 'x2/scrypt-x86.S' || echo './'`x2/scrypt-x86.S mv -f .deps/minerd-scrypt-x86.Tpo .deps/minerd-scrypt-x86.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson -O3 -msse2 -MT minerd-scrypt-x64.o -MD -MP -MF .deps/minerd-scrypt-x64.Tpo -c -o minerd-scrypt-x64.o `test -f 'x2/scrypt-x64.S' || echo './'`x2/scrypt-x64.S mv -f .deps/minerd-scrypt-x64.Tpo .deps/minerd-scrypt-x64.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson -O3 -msse2 -MT minerd-aes_helper.o -MD -MP -MF .deps/minerd-aes_helper.Tpo -c -o minerd-aes_helper.o `test -f 'x5/aes_helper.c' || echo './'`x5/aes_helper.c mv -f .deps/minerd-aes_helper.Tpo .deps/minerd-aes_helper.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson -O3 -msse2 -MT minerd-luffa_for_sse2.o -MD -MP -MF .deps/minerd-luffa_for_sse2.Tpo -c -o minerd-luffa_for_sse2.o `test -f 'x5/luffa_for_sse2.c' || echo './'`x5/luffa_for_sse2.c mv -f .deps/minerd-luffa_for_sse2.Tpo .deps/minerd-luffa_for_sse2.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson -O3 -msse2 -MT minerd-shavite.o -MD -MP -MF .deps/minerd-shavite.Tpo -c -o minerd-shavite.o `test -f 'x5/shavite.c' || echo './'`x5/shavite.c mv -f .deps/minerd-shavite.Tpo .deps/minerd-shavite.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson -O3 -msse2 -MT minerd-cubehash_sse2.o -MD -MP -MF .deps/minerd-cubehash_sse2.Tpo -c -o minerd-cubehash_sse2.o `test -f 'x5/cubehash_sse2.c' || echo './'`x5/cubehash_sse2.c mv -f .deps/minerd-cubehash_sse2.Tpo .deps/minerd-cubehash_sse2.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson -O3 -msse2 -MT minerd-nist.o -MD -MP -MF .deps/minerd-nist.Tpo -c -o minerd-nist.o `test -f 'x5/vect128/nist.c' || echo './'`x5/vect128/nist.c mv -f .deps/minerd-nist.Tpo .deps/minerd-nist.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson -O3 -msse2 -MT minerd-vector.o -MD -MP -MF .deps/minerd-vector.Tpo -c -o minerd-vector.o `test -f 'x5/vect128/vector.c' || echo './'`x5/vect128/vector.c x5/vect128/vector.c:71:1: warning: "X" redefined x5/vect128/vector.c:66:1: warning: this is the location of the previous definition x5/vect128/vector.c:794:1: warning: "STEP_1" redefined x5/vect128/vector.c:540:1: warning: this is the location of the previous definition x5/vect128/vector.c:803:1: warning: "STEP_2" redefined x5/vect128/vector.c:564:1: warning: this is the location of the previous definition x5/vect128/vector.c:806:1: warning: "STEP" redefined x5/vect128/vector.c:569:1: warning: this is the location of the previous definition x5/vect128/vector.c:827:1: warning: "ROUND" redefined x5/vect128/vector.c:577:1: warning: this is the location of the previous definition x5/vect128/vector.c:852:1: warning: "PERM_START" redefined x5/vect128/vector.c:850:1: warning: this is the location of the previous definition x5/vect128/vector.c:854:1: warning: "PERM_START" redefined x5/vect128/vector.c:852:1: warning: this is the location of the previous definition x5/vect128/vector.c:856:1: warning: "PERM_START" redefined x5/vect128/vector.c:854:1: warning: this is the location of the previous definition x5/vect128/vector.c:862:1: warning: "PERM_START" redefined x5/vect128/vector.c:856:1: warning: this is the location of the previous definition x5/vect128/vector.c:864:1: warning: "PERM_START" redefined x5/vect128/vector.c:862:1: warning: this is the location of the previous definition x5/vect128/vector.c:866:1: warning: "PERM_START" redefined x5/vect128/vector.c:864:1: warning: this is the location of the previous definition x5/vect128/vector.c:868:1: warning: "PERM_START" redefined x5/vect128/vector.c:866:1: warning: this is the location of the previous definition x5/vect128/vector.c:875:1: warning: "PERM_START" redefined x5/vect128/vector.c:868:1: warning: this is the location of the previous definition mv -f .deps/minerd-vector.Tpo .deps/minerd-vector.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson -O3 -msse2 -MT minerd-echo.o -MD -MP -MF .deps/minerd-echo.Tpo -c -o minerd-echo.o `test -f 'x5/echo.c' || echo './'`x5/echo.c mv -f .deps/minerd-echo.Tpo .deps/minerd-echo.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson -O3 -msse2 -MT minerd-xcoin.o -MD -MP -MF .deps/minerd-xcoin.Tpo -c -o minerd-xcoin.o `test -f 'xcoin.c' || echo './'`xcoin.c In file included from xcoin.c:25: x6/jh_sse2_opt64.h:32: error: redefinition of typedef ‘BitSequence’ x5/defs_x5.h:5: note: previous declaration of ‘BitSequence’ was here x6/jh_sse2_opt64.h:33: error: redefinition of typedef ‘DataLength’ x5/defs_x5.h:6: note: previous declaration of ‘DataLength’ was here xcoin.c: In function ‘Xhash’: xcoin.c:97: warning: assignment discards qualifiers from pointer target type xcoin.c:112: warning: right shift count >= width of type xcoin.c:112: warning: right shift count >= width of type xcoin.c:112: warning: right shift count >= width of type xcoin.c:112: warning: right shift count >= width of type make[2]: *** [minerd-xcoin.o] Error 1 make[2]: Leaving directory `/opt/miners.test/cpu5/darkcoin-cpuminer-1.2c' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/miners.test/cpu5/darkcoin-cpuminer-1.2c' make: *** [all] Error 2
|
|
|
|
huadaonan
Member
Offline
Activity: 76
Merit: 10
|
|
July 15, 2014, 03:42:34 PM |
|
what the fuck drk made me crazy wjat fuck prices
|
|
|
|
HinnomTX
|
|
July 15, 2014, 03:45:22 PM |
|
There is no cryptographic wizardry that eliminates the possibility of someone deciding to act like an ass.
LOL! So true. In the end, you must trust the seller of goods to send you the shit you just bought. Same problem as eBay. Fortunately, reputation systems can help with this problem.
|
"One can only solve so much with cryptography. The rest of the solution will prove to be economic in nature." -Evan Duffield Dash is Digital Cash. https://www.dash.org
|
|
|
huadaonan
Member
Offline
Activity: 76
Merit: 10
|
|
July 15, 2014, 03:47:54 PM |
|
ithink i have to dump all my darkcoins if the pr of darkcoin continue do nothings.incredeable even you guys busy that can not possible to release some development .we all investor
|
|
|
|
Sleepyx
Member
Offline
Activity: 112
Merit: 10
|
|
July 15, 2014, 03:50:35 PM |
|
ithink i have to dump all my darkcoins if the pr of darkcoin continue do nothings.incredeable even you guys busy that can not possible to release some development .we all investor
Are you scared that the price will never go up again?
|
|
|
|
HinnomTX
|
|
July 15, 2014, 03:52:30 PM |
|
ithink i have to dump all my darkcoins if the pr of darkcoin continue do nothings.incredeable even you guys busy that can not possible to release some development .we all investor
There have been plenty of updates over the last several days. Just read. You're not patient enough to be a good investor. Better to sell now, weak hand, because volatility is going to eat you alive if you sit there and watch every move.
|
"One can only solve so much with cryptography. The rest of the solution will prove to be economic in nature." -Evan Duffield Dash is Digital Cash. https://www.dash.org
|
|
|
huadaonan
Member
Offline
Activity: 76
Merit: 10
|
|
July 15, 2014, 03:52:53 PM |
|
ithink i have to dump all my darkcoins if the pr of darkcoin continue do nothings.incredeable even you guys busy that can not possible to release some development .we all investor
Are you scared that the price will never go up again? why would you think it will go up again?
|
|
|
|
Brilliantrocket
|
|
July 15, 2014, 03:56:04 PM |
|
Why would we have PR now? It's a work in progress. People have short attention spans, that is why the price drops during times like this. Once we get a solid update (end of July), we will see the price pick up.
|
|
|
|
CHAOSiTEC
Legendary
Offline
Activity: 1358
Merit: 1002
|
|
July 15, 2014, 03:56:52 PM |
|
ithink i have to dump all my darkcoins if the pr of darkcoin continue do nothings.incredeable even you guys busy that can not possible to release some development .we all investor
Are you scared that the price will never go up again? why would you think it will go up again? simple, RC4 introduces what this coin is all about
|
node-vps.com - Tron / Masternode hosting services
|
|
|
huadaonan
Member
Offline
Activity: 76
Merit: 10
|
|
July 15, 2014, 03:58:14 PM |
|
ithink i have to dump all my darkcoins if the pr of darkcoin continue do nothings.incredeable even you guys busy that can not possible to release some development .we all investor
There have been plenty of updates over the last several days. Just read. You're not patient enough to be a good investor. Better to sell now, weak hand, because volatility is going to eat you alive if you sit there and watch every move. i am really not a weak hand .just found it cost too much time to fix those bugs.and even now can not handle it
|
|
|
|
raleit2014
Member
Offline
Activity: 84
Merit: 10
Crypto is the Future!
|
|
July 15, 2014, 03:58:49 PM |
|
|
|
|
|
Brilliantrocket
|
|
July 15, 2014, 04:00:54 PM |
|
This sort of stuff is for those who can't be bothered to do the research for themselves. It's just a way for the owner of that site to fleece the sheep (his readers). Place sell rating, wait for price to drop, buy, easy profit.
|
|
|
|
qwizzie
Legendary
Offline
Activity: 2548
Merit: 1245
|
|
July 15, 2014, 04:03:09 PM |
|
|
Learn from the past, set detailed and vivid goals for the future and live in the only moment of time over which you have any control : now
|
|
|
piyany
|
|
July 15, 2014, 04:03:13 PM |
|
I see HODL on drk, but they advise to sell doge and ltc
|
|
|
|
|
salmion
|
|
July 15, 2014, 04:06:36 PM |
|
assburger removed
This sort of stuff is for those who can't be bothered to do the research for themselves. It's just a way for the owner of that site to fleece the sheep (his readers). Place sell rating, wait for price to drop, buy, easy profit. Yup, and most of the coins they are advocating buy? Seriously?
|
|
|
|
qwizzie
Legendary
Offline
Activity: 2548
Merit: 1245
|
|
July 15, 2014, 04:09:55 PM |
|
assburger removed
This sort of stuff is for those who can't be bothered to do the research for themselves. It's just a way for the owner of that site to fleece the sheep (his readers). Place sell rating, wait for price to drop, buy, easy profit. Yup, and most of the coins they are advocating buy? Seriously? i'm not totally sure but i think i read how this site put Darkcoin on hold advice right after Evan gave his breakthrough RC4 talk in here.. so it has been on hold advice since then.
|
Learn from the past, set detailed and vivid goals for the future and live in the only moment of time over which you have any control : now
|
|
|
Youghoor
|
|
July 15, 2014, 04:10:59 PM |
|
assburger removed
This sort of stuff is for those who can't be bothered to do the research for themselves. It's just a way for the owner of that site to fleece the sheep (his readers). Place sell rating, wait for price to drop, buy, easy profit. Yup, and most of the coins they are advocating buy? Seriously? i'm not totally sure but i think i read how this site put Darkcoin on hold advice right after Evan gave his breakthrough RC4 talk in here.. so it has been on hold since then. yup that might be the reason.
|
|
|
|
salmion
|
|
July 15, 2014, 04:54:05 PM |
|
Ha ha, you sold your eCash when you should have hodl your eCash.
You repeated this so many times, it stuck in my head!!! And then this happened:
|
|
|
|
maese123
Member
Offline
Activity: 72
Merit: 10
|
|
July 15, 2014, 05:01:39 PM |
|
|
|
|
|
|