Author

Topic: [ANN][Q2C] QubitCoin new secure hashing (CPU/GPU) (NEW) Update 0.8.4.1 - page 142. (Read 351556 times)

newbie
Activity: 58
Merit: 0
Can someone compile ig0tik3d's miner on linux?
Please help us on this.
 Angry
Tried everything end up errors.
full member
Activity: 308
Merit: 100
newbie
Activity: 3
Merit: 0
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
legendary
Activity: 1246
Merit: 1000
Has anyone managed to compile ig0tik3d's miner on Centos 6.4?

I keep getting this error:

Code:
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing     -O3 -march=core2 -mcx16 -msahf -maes -mpclmul -mpopcnt -msse4.2 --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=12288 -mtune=generic -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
In file included from x5/vect128/nist.c:5:
x5/vect128/nist.h:13: error: redefinition of typedef ‘DataLength’
x5/vect128/../defs_x5.h:6: note: previous declaration of ‘DataLength’ was here
make[2]: *** [minerd-nist.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
i updated source code on github ..
sr. member
Activity: 420
Merit: 250
"Proof-of-Asset Protocol"
Make public QubitHash function:
it's helpful for create QubitCoin pool:
https://bitbucket.org/ex_mac/qubitcoin-hash/src
you can modify quark p2pool or quark stratum to simple run QubitCoin pool.

Donate welcome Q2C: GRRduhNjBy8sPQaxE6EUu6DBzU8wScV6kn
member
Activity: 67
Merit: 10
Has anyone managed to compile ig0tik3d's miner on Centos 6.4?

I keep getting this error:

Code:
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing     -O3 -march=core2 -mcx16 -msahf -maes -mpclmul -mpopcnt -msse4.2 --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=12288 -mtune=generic -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
In file included from x5/vect128/nist.c:5:
x5/vect128/nist.h:13: error: redefinition of typedef ‘DataLength’
x5/vect128/../defs_x5.h:6: note: previous declaration of ‘DataLength’ was here
make[2]: *** [minerd-nist.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
newbie
Activity: 56
Merit: 0
Planned → Completed

QubitCoin added!



Congratulation!  Header updated!

Could you please fix Swisscex.com link? It's pointing to the qrk market now. There should be https://www.swisscex.com/market/Q2C_BTC.

thanks.... set to default page
member
Activity: 75
Merit: 10
Planned → Completed

QubitCoin added!



Congratulation!  Header updated!

Could you please fix Swisscex.com link? It's pointing to the qrk market now. There should be https://www.swisscex.com/market/Q2C_BTC.
hero member
Activity: 714
Merit: 512
We need to promote the new miner the 1.1A it works fine for me with windows 7 and 8 core amd cpu

it nearly hit 2x speed of old miner ....

that will increase diff and the price of q2c ..

we should be thankfull for that guy

I have changed to 1.1A on my 8-core AMD system that was problematic -- so far 100% good shares.

I will change all other machines over perhaps Monday.

---

Very happy with optimized miner... my daily coin mining has not dropped by any significant amount even with block reward halving thanks to additional speed.
newbie
Activity: 56
Merit: 0
Planned → Completed

QubitCoin added!



Congratulation!  Header updated!
member
Activity: 119
Merit: 100
Planned → Completed

QubitCoin added!
member
Activity: 119
Merit: 100
member
Activity: 75
Merit: 10
I've launched QubitDice http://dice.qbit-chain.com/ – a blockchain gambling service like SatoshiDice. It's in a beta now so maximum bets have low values.
Send U 3x50 B2C, but in history only 2 Bet.

Could you post tx ids?

And 2x10 BTC, 2 wins, but I received only 1 prize.

http://clip2net.com/s/6JsMnE

Actually there are two 61.75508 transactions on your screenshot. Your two bets was counted from different addresses (every time you send coins a new change address is created).

I recived second prize

50q2c tx ids
892b451c173fad3ba3157c7e156d6ed0f44ea824a2533af8d4143289573e009b
88218d50e23bd404903b0b82dc5a81dd13639532207814b9cf51e954ab146dc5
4522c410d0e3d2847dc914679f266ffc33e86e1a729502edb044167b91d7b7de

Fixed.
member
Activity: 108
Merit: 10
I've launched QubitDice http://dice.qbit-chain.com/ – a blockchain gambling service like SatoshiDice. It's in a beta now so maximum bets have low values.
Send U 3x50 B2C, but in history only 2 Bet.

Could you post tx ids?

And 2x10 BTC, 2 wins, but I received only 1 prize.

http://clip2net.com/s/6JsMnE

Actually there are two 61.75508 transactions on your screenshot. Your two bets was counted from different addresses (every time you send coins a new change address is created).

I recived second prize

50q2c tx ids
892b451c173fad3ba3157c7e156d6ed0f44ea824a2533af8d4143289573e009b
88218d50e23bd404903b0b82dc5a81dd13639532207814b9cf51e954ab146dc5
4522c410d0e3d2847dc914679f266ffc33e86e1a729502edb044167b91d7b7de

I recived all prizes
and all my bets showed in history now
member
Activity: 75
Merit: 10
I've launched QubitDice http://dice.qbit-chain.com/ – a blockchain gambling service like SatoshiDice. It's in a beta now so maximum bets have low values.
Send U 3x50 B2C, but in history only 2 Bet.

Could you post tx ids?

And 2x10 BTC, 2 wins, but I received only 1 prize.

http://clip2net.com/s/6JsMnE

Actually there are two 61.75508 transactions on your screenshot. Your two bets was counted from different addresses (every time you send coins a new change address is created).
member
Activity: 108
Merit: 10
I've launched QubitDice http://dice.qbit-chain.com/ – a blockchain gambling service like SatoshiDice. It's in a beta now so maximum bets have low values.
Send U 3x50 B2C, but in history only 2 Bet.
And 2x10 BTC, 2 wins, but I received only 1 prize.

http://clip2net.com/s/6JsMnE
member
Activity: 75
Merit: 10
I've launched QubitDice http://dice.qbit-chain.com/ – a blockchain gambling service like SatoshiDice. It's in a beta now so maximum bets have low values.
hero member
Activity: 546
Merit: 500
hm
So, I like the community, good page, good explorer. I bought a few more Smiley
newbie
Activity: 56
Merit: 0
I want to apply for the Q2C to be added to the "cryptoCoinCap".
I need a link to the total amount of already issued coins at any requested moment. I don't see that one of our explorers provides this one.

Do we have such a link?

Here is the link http://qbit-chain.com/q/totalbc.


Hm... And exactly correct? I have a different count http://www.q2c.cc/js/crawler/total

 Oh sorry - correct!!!!
Jump to: