malekbaba
Legendary
Offline
Activity: 1526
Merit: 1026
SellDefi.com | Earn by selling files
|
 |
November 02, 2016, 10:02:49 PM |
|
is it possible to mine zcash in flypool using this miner ? what should be the .bat setting ?
|
|
|
|
|
|
|
|
|
"In a nutshell, the network works like a distributed
timestamp server, stamping the first transaction to spend a coin. It
takes advantage of the nature of information being easy to spread but
hard to stifle." -- Satoshi
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
November 02, 2016, 10:21:27 PM |
|
Joblo can you add the new BitSend (BSD) algo - XEVAN? 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.
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
November 02, 2016, 10:22:44 PM |
|
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.
|
|
|
|
mirny
Legendary
Offline
Activity: 1108
Merit: 1005
|
 |
November 02, 2016, 11:22:34 PM |
|
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.
|
This is my signature...
|
|
|
maxfunky
|
 |
November 03, 2016, 05:07:14 AM |
|
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... 
|
|
|
|
th3.r00t
|
 |
November 05, 2016, 11:54:05 AM |
|
Joblo can you add the new BitSend (BSD) algo - XEVAN? 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 
|
|
|
|
Epsylon3
Legendary
Offline
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
|
 |
November 05, 2016, 12:10:53 PM |
|
should be easy to do yes, but i don't like to play with these "optimized" drafts
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
November 05, 2016, 04:44:25 PM |
|
Joblo can you add the new BitSend (BSD) algo - XEVAN? 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  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.
|
|
|
|
Epsylon3
Legendary
Offline
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
|
 |
November 05, 2016, 05:49:04 PM |
|
yep, i meant you can import it first.. and do opt if possible later  imagine the pain on gpu kernels ... 17 to recode to handle more zeros  i let pallas try, if he has some weeks to waste ;p
|
|
|
|
antonica
Newbie
Offline
Activity: 5
Merit: 0
|
 |
November 06, 2016, 12:22:57 PM Last edit: November 06, 2016, 12:38:10 PM by antonica |
|
hi guys... Can someone help me with this error. I am using Centos 6.8 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
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
November 06, 2016, 04:06:41 PM |
|
hi guys... Can someone help me with this error. I am using Centos 6.8 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 It looks like you're mising the gmp package.
|
|
|
|
|
felixbrucker
|
 |
November 07, 2016, 11:18:08 PM Last edit: November 08, 2016, 07:23:21 PM by felixbrucker |
|
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
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
November 08, 2016, 12:19:19 AM |
|
yep, i meant you can import it first.. and do opt if possible later  imagine the pain on gpu kernels ... 17 to recode to handle more zeros  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.
|
|
|
|
th3.r00t
|
 |
November 08, 2016, 06:34:03 AM |
|
yep, i meant you can import it first.. and do opt if possible later  imagine the pain on gpu kernels ... 17 to recode to handle more zeros  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!
|
|
|
|
oldDIN
Member

Offline
Activity: 85
Merit: 10
|
 |
November 08, 2016, 11:01:26 AM |
|
No AMD CPU in 3.4.9?
|
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
November 08, 2016, 03:07:54 PM Last edit: November 08, 2016, 04:34:20 PM by joblo |
|
I removed the btver1 build from the binary package because it did not have any optimizations and performed on par with the core2 build. I am also considering dropping the core-avx-i Ivybridge build because there are no optimizations targetted for that architecture. The corei7-avx should perform just as well. Unless someone reports otherwise it will be dropped from future releases. I will change the name of the westmere and core2 binaries to match the naming convention of the other builds. The architecture brand name will be included in the readme file to help users chose the correct binary. The intent is to make the names more brand agnostic si users can matc to the CPU faeatures which should be easier for AMD users. Example AMD models can be added as they become known. proposed... core-sse2: SSE2, Intel Core2 corei7: SSE2 AES, Intel Nehalem corei7-sse41: AES SSE4.1, Intel Westmere corei7-avx: AES AVX, Intel Sandybridge, Ivybridge core-avx2: AES AVX2, Intel Haswell, Skylake
Feedback always welcome.
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
November 08, 2016, 04:24:43 PM Last edit: November 08, 2016, 04:46:23 PM by joblo |
|
Keep your Z coins straight. cpuminer-opt supports ZCoin (XZC) and Zoin (ZOI). They each use a different variation of the Lyra2 algo:
Zcoin: lyra2z Zoin: lyra2zoin
cpuminer-opt also accepts the coin names zcoin and zoin for convenience.
Zcash and Zcash Classic use the equihash algo and is not supported by cpuminer-opt. There are also a number of other new Z clones using various algos.
|
|
|
|
minerbaba
Newbie
Offline
Activity: 91
Merit: 0
|
 |
November 08, 2016, 05:13:38 PM |
|
I removed the btver1 build from the binary package because it did not have any optimizations and performed on par with the core2 build. I am also considering dropping the core-avx-i Ivybridge build because there are no optimizations targetted for that architecture. The corei7-avx should perform just as well. Unless someone reports otherwise it will be dropped from future releases. I will change the name of the westmere and core2 binaries to match the naming convention of the other builds. The architecture brand name will be included in the readme file to help users chose the correct binary. The intent is to make the names more brand agnostic si users can matc to the CPU faeatures which should be easier for AMD users. Example AMD models can be added as they become known. proposed... core-sse2: SSE2, Intel Core2 corei7: SSE2 AES, Intel Nehalem corei7-sse41: AES SSE4.1, Intel Westmere corei7-avx: AES AVX, Intel Sandybridge, Ivybridge core-avx2: AES AVX2, Intel Haswell, Skylake
Feedback always welcome. avx2 build is missing in v3.4.9
|
|
|
|
|