I get two cubehash errors when trying to compile the newest cpuminer on Ubuntu. Can someone help me?
Code:
In file included from x5/defs_x5.h:4, from x5/cubehash_sse2.h:5, from x5/cubehash_sse2.c:9: /usr/lib/gcc/i486-linux-gnu/4.4.3/include/emmintrin.h:32:3: error: #error "SSE2 instruction set not enabled" In file included from x5/cubehash_sse2.h:5, from x5/cubehash_sse2.c:9: x5/defs_x5.h:21: error: expected specifier-qualifier-list before '__m128i' In file included from x5/cubehash_sse2.c:9: x5/cubehash_sse2.h:28: error: expected specifier-qualifier-list before '__m128i' x5/cubehash_sse2.h:54: error: expected declaration specifiers or '...' before 'size_t' x5/cubehash_sse2.c: In function 'transform': x5/cubehash_sse2.c:19: error: '__m128i' undeclared (first use in this function) x5/cubehash_sse2.c:19: error: (Each undeclared identifier is reported only once x5/cubehash_sse2.c:19: error: for each function it appears in.) x5/cubehash_sse2.c:19: error: expected ';' before 'x0' x5/cubehash_sse2.c:20: error: expected ';' before 'x1' x5/cubehash_sse2.c:21: error: expected ';' before 'x2' x5/cubehash_sse2.c:22: error: expected ';' before 'x3' x5/cubehash_sse2.c:23: error: expected ';' before 'x4' x5/cubehash_sse2.c:24: error: expected ';' before 'x5' x5/cubehash_sse2.c:25: error: expected ';' before 'x6' x5/cubehash_sse2.c:26: error: expected ';' before 'x7' x5/cubehash_sse2.c:27: error: expected ';' before 'y0' x5/cubehash_sse2.c:28: error: expected ';' before 'y1' x5/cubehash_sse2.c:29: error: expected ';' before 'y2' x5/cubehash_sse2.c:30: error: expected ';' before 'y3' x5/cubehash_sse2.c:38: error: 'x0' undeclared (first use in this function) x5/cubehash_sse2.c:38: warning: implicit declaration of function '_mm_load_si128' x5/cubehash_sse2.c:38: error: 'cubehashParam' has no member named 'x' x5/cubehash_sse2.c:39: error: 'x1' undeclared (first use in this function) x5/cubehash_sse2.c:39: error: 'cubehashParam' has no member named 'x' x5/cubehash_sse2.c:40: error: 'x2' undeclared (first use in this function) x5/cubehash_sse2.c:40: error: 'cubehashParam' has no member named 'x' x5/cubehash_sse2.c:41: error: 'x3' undeclared (first use in this function) x5/cubehash_sse2.c:41: error: 'cubehashParam' has no member named 'x' x5/cubehash_sse2.c:42: error: 'x4' undeclared (first use in this function) x5/cubehash_sse2.c:42: error: 'cubehashParam' has no member named 'x' x5/cubehash_sse2.c:43: error: 'x5' undeclared (first use in this function) x5/cubehash_sse2.c:43: error: 'cubehashParam' has no member named 'x' x5/cubehash_sse2.c:44: error: 'x6' undeclared (first use in this function) x5/cubehash_sse2.c:44: error: 'cubehashParam' has no member named 'x' x5/cubehash_sse2.c:45: error: 'x7' undeclared (first use in this function) x5/cubehash_sse2.c:45: error: 'cubehashParam' has no member named 'x' x5/cubehash_sse2.c:48: warning: implicit declaration of function '_mm_add_epi32' x5/cubehash_sse2.c:52: error: 'y0' undeclared (first use in this function) x5/cubehash_sse2.c:53: error: 'y1' undeclared (first use in this function) x5/cubehash_sse2.c:54: error: 'y2' undeclared (first use in this function) x5/cubehash_sse2.c:55: error: 'y3' undeclared (first use in this function) x5/cubehash_sse2.c:56: warning: implicit declaration of function '_mm_xor_si128' x5/cubehash_sse2.c:56: warning: implicit declaration of function '_mm_slli_epi32' x5/cubehash_sse2.c:56: warning: implicit declaration of function '_mm_srli_epi32' x5/cubehash_sse2.c:64: warning: implicit declaration of function '_mm_shuffle_epi32' x5/cubehash_sse2.c:90: warning: implicit declaration of function '_mm_store_si128' x5/cubehash_sse2.c:90: error: 'cubehashParam' has no member named 'x' x5/cubehash_sse2.c:91: error: 'cubehashParam' has no member named 'x' x5/cubehash_sse2.c:92: error: 'cubehashParam' has no member named 'x' x5/cubehash_sse2.c:93: error: 'cubehashParam' has no member named 'x' x5/cubehash_sse2.c:94: error: 'cubehashParam' has no member named 'x' x5/cubehash_sse2.c:95: error: 'cubehashParam' has no member named 'x' x5/cubehash_sse2.c:96: error: 'cubehashParam' has no member named 'x' x5/cubehash_sse2.c:97: error: 'cubehashParam' has no member named 'x' x5/cubehash_sse2.c: In function 'cubehashInit': x5/cubehash_sse2.c:143: error: 'cubehashParam' has no member named 'x' x5/cubehash_sse2.c:143: warning: implicit declaration of function '_mm_set_epi32' x5/cubehash_sse2.c:144: error: 'cubehashParam' has no member named 'x' x5/cubehash_sse2.c: At top level: x5/cubehash_sse2.c:162: error: expected declaration specifiers or '...' before 'size_t' x5/cubehash_sse2.c: In function 'cubehashUpdate': x5/cubehash_sse2.c:164: error: 'size' undeclared (first use in this function) x5/cubehash_sse2.c:171: error: 'cubehashParam' has no member named 'x' x5/cubehash_sse2.c:187: error: 'cubehashParam' has no member named 'x' x5/cubehash_sse2.c: In function 'cubehashDigest': x5/cubehash_sse2.c:203: error: 'cubehashParam' has no member named 'x' x5/cubehash_sse2.c:205: error: 'cubehashParam' has no member named 'x' x5/cubehash_sse2.c:205: error: 'cubehashParam' has no member named 'x' x5/cubehash_sse2.c:208: error: 'cubehashParam' has no member named 'x' make[2]: *** [minerd-cubehash_sse2.o] Error 1 make[2]: Leaving directory `/root/QubitCoin-cpuminer-v.1.1' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/QubitCoin-cpuminer-v.1.1' make: *** [all] Error 2
Post
Topic
BoardAnnouncements (Altcoins)
Re: [ANN][Q2C-QubitCoin] Q2C-new secure hashing (cpu only)please read pool update!!
We need some more pools, i'll be happy to provide hosting and domain, if anybody knows how to setup stratum pool
We could always use some more hashes.
The Small Time Miner Qubit Pool * http://q2c.smalltimeminer.com * Pplns Payouts. Full Block Rewards Rewards Including Tx Fees, 1% Pool Fee. * Stratum Only: stratum+tcp://q2c.smalltimeminer.com:3349
I use this pool and really like it. I only got one issue, I have a server that does most of my mining and it is a Xeon E31220. It does about 160 kh/s, but sometimes the dashboard say 0 kh/s or very low. Is it my server that is the issue? When I use my desktop aswell it seems a lot more stable.