Author

Topic: [ANN]: cpuminer-opt v3.8.8.1, open source optimized multi-algo CPU miner - page 123. (Read 444040 times)

sr. member
Activity: 312
Merit: 250
yep, i meant you can import it first.. and do opt if possible later Wink

imagine the pain on gpu kernels ... 17 to recode to handle more zeros Wink i let pallas try, if he has some weeks to waste ;p

Only one of the CPU optimized X11 sub-algos could handle a different data length, the others would have to be recoded,
not interested at this time.

v3.4.9 on XEVAN is still faster than bitbandi's cpuminer binaries released from BitSend team!
Thanks for adding it!
legendary
Activity: 1470
Merit: 1114
yep, i meant you can import it first.. and do opt if possible later Wink

imagine the pain on gpu kernels ... 17 to recode to handle more zeros Wink i let pallas try, if he has some weeks to waste ;p

Only one of the CPU optimized X11 sub-algos could handle a different data length, the others would have to be recoded,
not interested at this time.
hero member
Activity: 700
Merit: 500
cpuminer-opt v3.4.9 released.
[...]

i have changed my git repo to be a fork of yours for easier merges on updates

also consider releasing the windows binaries on github (check my repo for example), its straight forward and provides all the good stuff from github directly

cheers
legendary
Activity: 1470
Merit: 1114
cpuminer-opt v3.4.9 released.

git: https://github.com/JayDDee/cpuminer-opt

tarball: https://drive.google.com/file/d/0B0lVSGQYLJIZR0V1eEZPLTVYQnM/view?usp=sharing

Windows binaries: https://drive.google.com/file/d/0B0lVSGQYLJIZNDJoR0xXZUxzWGM/view?usp=sharing

New in V3.4.9

- fixed zr5
- added xevan algo (Bitsend, BSD) with 10% improvement
- added lyra2zoin (Zoin, ZOI) fully optimized but YMMV
legendary
Activity: 1470
Merit: 1114
newbie
Activity: 5
Merit: 0
hi guys...

Can someone help me with this error.

I am using Centos 6.8

Code:
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native -Wall  -Iyes/include -MT algo/cpuminer-m7m.o -MD -MP -MF algo/.deps/cpuminer-m7m.Tpo -c -o algo/cpuminer-m7m.o `test -f 'algo/m7m.c' || echo './'`algo/m7m.c
algo/m7m.c: In function ‘GaussianQuad_N2’:
algo/m7m.c:67:11: warning: unused variable ‘j’ [-Wunused-variable]
algo/m7m.c:67:9: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
algo/m7m.c: In function ‘scanhash_m7m_hash’:
algo/m7m.c:232:5: warning: implicit declaration of function ‘mpz_inits’ [-Wimplicit-function-declaration]
algo/m7m.c:235:5: error: unknown type name ‘mp_bitcnt_t’
algo/m7m.c:327:9: error: unknown type name ‘mp_bitcnt_t’
algo/m7m.c:402:2: warning: implicit declaration of function ‘mpz_clears’ [-Wimplicit-function-declaration]
algo/m7m.c:168:16: warning: unused variable ‘nnNonce2’ [-Wunused-variable]
algo/m7m.c: In function ‘scanhash_m7m_hash_t’:
algo/m7m.c:474:5: error: unknown type name ‘mp_bitcnt_t’
algo/m7m.c:536:9: error: unknown type name ‘mp_bitcnt_t’
algo/m7m.c:422:16: warning: unused variable ‘nnNonce2’ [-Wunused-variable]
In file included from algo/m7m.c:2:0:
algo/m7m.c: At top level:
./miner.h:526:20: warning: ‘algo_names’ defined but not used [-Wunused-variable]
make[2]: *** [algo/cpuminer-m7m.o] Error 1
make[2]: se sale del directorio `/root/cpuminer-opt'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio `/root/cpuminer-opt'
make: *** [all] Error 2
[root@supernovacont cpuminer-opt]# gccc --version
-bash: gccc: no se encontró la orden
[root@supernovacont cpuminer-opt]# gcc --vversion
gcc: error: unrecognized command line option ‘--vversion’
gcc: fatal error: no input files
compilation terminated.
[root@supernovacont cpuminer-opt]# gcc --version
gcc (GCC) 4.7.0 20120507 (Red Hat 4.7.0-5)
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO


nty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[root@supernovacont cpuminer-opt]# rpm -aq | grep gmp
gmp-4.3.1-10.el6.x86_64
gmp-devel-4.3.1-10.el6.x86_64
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
yep, i meant you can import it first.. and do opt if possible later Wink

imagine the pain on gpu kernels ... 17 to recode to handle more zeros Wink i let pallas try, if he has some weeks to waste ;p
legendary
Activity: 1470
Merit: 1114
Joblo can you add the new BitSend (BSD) algo - XEVAN?

Quote
Here that is source package https://github.com/LIMXTEC/BitSend/blob/master/src/hash/xevan.h

It is a douple X17 with a another worknumber 128 (64)

Porting it to cpuminer-opt would be a challenge but forking the miner and optimizing the individual algos might be
possible. I'll have to look into it.
It seem that cpuminer-multi has already added this algo.
Maybe now you can add and optimise it Wink

The different data length could be a problem. The SSE2 macros are hard coded for 64 so they are out. It remains to be seen if
the other functions can handle a different data length.

Coding will be easy but lots of testing with no guarantees.
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
should be easy to do yes, but i don't like to play with these "optimized" drafts
sr. member
Activity: 312
Merit: 250
Joblo can you add the new BitSend (BSD) algo - XEVAN?

Quote
Here that is source package https://github.com/LIMXTEC/BitSend/blob/master/src/hash/xevan.h

It is a douple X17 with a another worknumber 128 (64)

Porting it to cpuminer-opt would be a challenge but forking the miner and optimizing the individual algos might be
possible. I'll have to look into it.
It seem that cpuminer-multi has already added this algo.
Maybe now you can add and optimise it Wink
full member
Activity: 194
Merit: 100
It's sad that cpuminer-opt doesn't support zcash because I need a zcash cpu miner with SOCKS/Tor proxy support and I don't know of any...   Cry
legendary
Activity: 1108
Merit: 1005
is it possible to mine zcash in flypool using this miner ? what should be the .bat setting ?

You can mine zcoin, not zcash. Order bigger glasses.
legendary
Activity: 1470
Merit: 1114
is it possible to mine zcash in flypool using this miner ? what should be the .bat setting ?

cpuminer-opt can't mine zcash, there are many devs working on zcash mining.
legendary
Activity: 1470
Merit: 1114
Joblo can you add the new BitSend (BSD) algo - XEVAN?

Quote
Here that is source package https://github.com/LIMXTEC/BitSend/blob/master/src/hash/xevan.h

It is a douple X17 with a another worknumber 128 (64)

Porting it to cpuminer-opt would be a challenge but forking the miner and optimizing the individual algos might be
possible. I'll have to look into it.
legendary
Activity: 1526
Merit: 1026
SellDefi.com | Earn by selling files
is it possible to mine zcash in flypool using this miner ? what should be the .bat setting ?
sr. member
Activity: 312
Merit: 250
Joblo can you add the new BitSend (BSD) algo - XEVAN?

Quote
Here that is source package https://github.com/LIMXTEC/BitSend/blob/master/src/hash/xevan.h

It is a douple X17 with a another worknumber 128 (64)
sr. member
Activity: 574
Merit: 250
Fighting mob law and inquisition in this forum
Oh i read wrong thing :-D nvm
sr. member
Activity: 462
Merit: 250
Arianee:Smart-link Connecting Owners,Assets,Brands
joblo lyra2z+core-avx-i+i5 3337u doesn't work together miner just stops with error appearing at start.

os is windows 8.1

can you fix it ?

I probably could fix it if you provide more info, but probably won't because the optimized code isn't any faster
and the algo is going to die. Just use any exe that works.

what info do you want ? i may provide but,just did not got what did you mean Sad
legendary
Activity: 1470
Merit: 1114
joblo lyra2z+core-avx-i+i5 3337u doesn't work together miner just stops with error appearing at start.

os is windows 8.1

can you fix it ?

I probably could fix it if you provide more info, but probably won't because the optimized code isn't any faster
and the algo is going to die. Just use any exe that works.
sr. member
Activity: 462
Merit: 250
Arianee:Smart-link Connecting Owners,Assets,Brands
joblo lyra2z+core-avx-i+i5 3337u doesn't work together miner just stops with error appearing at start.

os is windows 8.1

can you fix it ?
Jump to: