Bitcoin Forum
April 25, 2024, 03:42:35 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 [79] 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 ... 197 »
  Print  
Author Topic: [LOCKED] cpuminer-opt v3.12.3, open source optimized multi-algo CPU miner  (Read 443960 times)
joblo (OP)
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
November 23, 2016, 09:17:56 PM
 #1561


Have you tried this...

https://bitcointalk.org/index.php?topic=1120634.msg12684868#msg12684868

It looks like the same code I'm using except it sets the N factor automatically.

I know this old miner, it works, but I am curious if in this miner is some optimisations for scryptjane.


It's aready optimized up to AVX2 so it's as good as it gets.

Edit: Upon further analysis of the code scryptjane:18 might work for yac.

When I first ported scryptjane I just did a quick functional test on Nicehash and it worked with default options.
That was good enough and I Ieft it at that. I hadn't noticed that the default NF was 1024 which made no sense
and that Nicehash was NF16.

I'd like to retest at Nicehash with NF16 but the stratum is down due to lack of orders.
I know nothing about scrypt so I have no idea of the effect of the wrong NF. If the wrong NF works
maybe the right one works better.

I'm not that interested in setting up a user on a yac pool just for a quick test but if it works for you I'd
be curious.

Thanks for your response.
-a scryptjane:18 miner say "Unknown algo: scryptjane:18"
-a scryptjane:16 seems to work, but as far I know, there is no coins at NF16 (LEOcoin switched to POS)
to mine scryptjane need to use corect NF for  respective coin
 Tue, 08 Aug 2017 16:15:28 GMT YAC NF will be 19 http://download.muuttuja.org/yacoin/countdown/
UTC will stay forever at NF 14



Are you sure the miner isn't expecting N instead of NF? So for NF18, maybe you should specify scryptjane:524288 instead (according to the table in the link you provided)

That's part of it. There is inconsistent handling of N vs NF. The command line parser expects algo:n but scyptjane expects algo:nf.
scryptjane:18 fails because it is not a power of 2.

This is not an area I am familiar with so some suggestions are welcome.

NF seems more user friendly than N. Is it a convention to use algo:n notation or is algo:nf acceptible?

Can software reliably distisguish a NF spec from N spec by its value? For example if the value is not a power of 2 and
is smaller than some limit it is interpreted as NF, else N. What would be that limit?

Any personal preferences on how to handle it?   -a algo:nf    or -a algo -n nf

I still don't understand why the default NF=1024 worked on Nicehash (Leo). This was actually interpreted as NF=2.

 

As far as I know scryptjane is not scrypt:n, is not only to change N, is different algoritm, in scryptjane algo in miners need to put some aditional parameters --starttime --nfmin and --nfmax, to automaticaly calculate NF, but in some miners is manual you need to put NF --scryptjane:NF.

In Nicehash miner v1.3.0.3 (cpuminer_x64_AVX.exe)  scryptjane algo work corect with -a scyptjane:NF, (tested with YAC -a scryptjane:18)

I mined LEO at NF 16 and before NF 15 ... 14..., but with GPU. If I put cpuminer with -a scryptjane (NF16) to YAC (NF18) miner work but submited shares is rejected.


That where the confuision arises, scrypt:n vs scryptjane:nf. I can make the software work either way so that scryptjane:18
and scryptjane:524288 would both work. It's a simple conversion: N = 1 << (Nf+1). The only question is whether there is any
overlap where the same value could represent both a valid N or Nf.

Do you know the lowest N value and highest Nf?

I don't like the automatic NF setting because it requires 3 parameters instead if 1. It may work well if always mining the same
coin but is more complicated when switching coins.

AKA JayDDee, cpuminer-opt developer. https://github.com/JayDDee/cpuminer-opt
https://bitcointalk.org/index.php?topic=5226770.msg53865575#msg53865575
BTC: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT,
1714059755
Hero Member
*
Offline Offline

Posts: 1714059755

View Profile Personal Message (Offline)

Ignore
1714059755
Reply with quote  #2

1714059755
Report to moderator
1714059755
Hero Member
*
Offline Offline

Posts: 1714059755

View Profile Personal Message (Offline)

Ignore
1714059755
Reply with quote  #2

1714059755
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714059755
Hero Member
*
Offline Offline

Posts: 1714059755

View Profile Personal Message (Offline)

Ignore
1714059755
Reply with quote  #2

1714059755
Report to moderator
1714059755
Hero Member
*
Offline Offline

Posts: 1714059755

View Profile Personal Message (Offline)

Ignore
1714059755
Reply with quote  #2

1714059755
Report to moderator
1714059755
Hero Member
*
Offline Offline

Posts: 1714059755

View Profile Personal Message (Offline)

Ignore
1714059755
Reply with quote  #2

1714059755
Report to moderator
devlin
Sr. Member
****
Offline Offline

Activity: 272
Merit: 250


View Profile
November 23, 2016, 09:31:30 PM
 #1562


In this link (http://download.muuttuja.org/yacoin/countdown/) you can find information about scryptjane NFactor and corespondent N.

joblo (OP)
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
November 23, 2016, 10:34:20 PM
 #1563


In this link (http://download.muuttuja.org/yacoin/countdown/) you can find information about scryptjane NFactor and corespondent N.



Thanks, anything less than 32 in Nf, everything else is N. I can work with that.

AKA JayDDee, cpuminer-opt developer. https://github.com/JayDDee/cpuminer-opt
https://bitcointalk.org/index.php?topic=5226770.msg53865575#msg53865575
BTC: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT,
oldDIN
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
November 28, 2016, 12:22:19 PM
 #1564

cpuminer-core-avx2:     Haswell, Broadwell, Skylake
cpuminer-corei7-avx:    Sandybridge
cpuminer-corei7-sse41:    Westbridge (AES + SSE4.1)
cpuminer-corei7:        Nehalem  (AES + SSE2)
cpuminer-sse2:         Core2 (no AES)
cpuminer-corei7-avx- i3 refused to work, but it works well on cpuminer-corei7

Zcoin-xzc Algo was modified after block 8192 - lyra2z

It's not worth making the change, it will change again soon to something completely different.
For those who compile their own it's a one line change in algo/lyra2/zcoin.c line 11:
Code:
old:        LYRA2Z(hash, 32, input, 80, input, 80, 2, height, 256);
new:        LYRA2Z(hash, 32, input, 80, input, 80, 2, 8192, 256);
I had to learn on the job Mingw64

Are there any improvements to make by building it with gcc-6 over gcc-4?
fx6300 and i3 which is 5% faster on gcc 6,2

joblo (OP)
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
November 28, 2016, 04:23:53 PM
 #1565


cpuminer-corei7-avx- i3 refused to work, but it works well on cpuminer-corei7

I had to learn on the job Mingw64

Are there any improvements to make by building it with gcc-6 over gcc-4?
fx6300 and i3 which is 5% faster on gcc 6,2

Your i3 is probably first generation which doesn't support AVX. It's good that you can now compile, a native compile is
usually always best.

Thanks for the info about GCC 6 performance.

AKA JayDDee, cpuminer-opt developer. https://github.com/JayDDee/cpuminer-opt
https://bitcointalk.org/index.php?topic=5226770.msg53865575#msg53865575
BTC: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT,
joblo (OP)
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
November 28, 2016, 06:08:55 PM
 #1566

cpuminer-opt v3.4.12 is released.

Lyra2z is updated to mine zcoin from block height 8192 until the next time they change the algo.

Scryptjane is fixed to support different N factors, ie -a scryptjane:18

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

Tarball: https://drive.google.com/file/d/0B0lVSGQYLJIZTkttTWkwakdzdlE/view?usp=sharing

WinBin: https://drive.google.com/file/d/0B0lVSGQYLJIZOXRVMmxOYm5RMjA/view?usp=sharing

AKA JayDDee, cpuminer-opt developer. https://github.com/JayDDee/cpuminer-opt
https://bitcointalk.org/index.php?topic=5226770.msg53865575#msg53865575
BTC: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT,
alexcrownjr
Member
**
Offline Offline

Activity: 63
Merit: 10


View Profile
December 01, 2016, 02:31:15 PM
 #1567

can't build on Ubuntu 16.10
Code:
g++  -O3 -march=native -Wall  -Lyes/lib  -Lyes/lib  -o cpuminer cpuminer-cpu-miner.o cpuminer-util.o cpuminer-uint256.o cpuminer-api.o cpuminer-sysinfos.o cpuminer-algo-gate-api.o algo/groestl/cpuminer-sph_groestl.o algo/skein/cpuminer-sph_skein.o algo/bmw/cpuminer-sph_bmw.o algo/shavite/cpuminer-sph_shavite.o algo/shavite/cpuminer-shavite.o algo/echo/cpuminer-sph_echo.o algo/blake/cpuminer-sph_blake.o algo/heavy/cpuminer-sph_hefty1.o algo/blake/cpuminer-mod_blakecoin.o algo/luffa/cpuminer-sph_luffa.o algo/cubehash/cpuminer-sph_cubehash.o algo/simd/cpuminer-sph_simd.o algo/hamsi/cpuminer-sph_hamsi.o algo/fugue/cpuminer-sph_fugue.o algo/gost/cpuminer-sph_gost.o algo/jh/cpuminer-sph_jh.o algo/keccak/cpuminer-sph_keccak.o algo/keccak/cpuminer-keccak.o algo/sha3/cpuminer-sph_sha2.o algo/sha3/cpuminer-sph_sha2big.o algo/shabal/cpuminer-sph_shabal.o algo/whirlpool/cpuminer-sph_whirlpool.o crypto/cpuminer-blake2s.o crypto/cpuminer-oaes_lib.o crypto/cpuminer-c_keccak.o crypto/cpuminer-c_groestl.o crypto/cpuminer-c_blake256.o crypto/cpuminer-c_jh.o crypto/cpuminer-c_skein.o crypto/cpuminer-hash.o crypto/cpuminer-aesb.o crypto/cpuminer-magimath.o algo/argon2/cpuminer-argon2a.o algo/argon2/ar2/cpuminer-argon2.o algo/argon2/ar2/cpuminer-opt.o algo/argon2/ar2/cpuminer-cores.o algo/argon2/ar2/cpuminer-ar2-scrypt-jane.o algo/argon2/ar2/cpuminer-blake2b.o algo/cpuminer-axiom.o algo/blake/cpuminer-blake.o algo/blake/cpuminer-blake2.o algo/blake/cpuminer-blakecoin.o algo/blake/cpuminer-decred.o algo/blake/cpuminer-pentablake.o algo/bmw/cpuminer-bmw256.o algo/cubehash/sse2/cpuminer-cubehash_sse2.o algo/cryptonight/cpuminer-cryptolight.o algo/cryptonight/cpuminer-cryptonight-common.o algo/cryptonight/cpuminer-cryptonight-aesni.o algo/cryptonight/cpuminer-cryptonight.o algo/cpuminer-drop.o algo/echo/aes_ni/cpuminer-hash.o algo/cpuminer-fresh.o algo/groestl/cpuminer-groestl.o algo/groestl/cpuminer-myr-groestl.o algo/groestl/sse2/cpuminer-grso.o algo/groestl/sse2/cpuminer-grso-asm.o algo/groestl/aes_ni/cpuminer-hash-groestl.o algo/groestl/aes_ni/cpuminer-hash-groestl256.o algo/haval/cpuminer-haval.o algo/heavy/cpuminer-heavy.o algo/heavy/cpuminer-bastion.o algo/cpuminer-hmq1725.o algo/hodl/cpuminer-hodl.o algo/hodl/cpuminer-hodl-gate.o algo/hodl/cpuminer-hodl_arith_uint256.o algo/hodl/cpuminer-hodl_uint256.o algo/hodl/cpuminer-hash.o algo/hodl/cpuminer-hmac_sha512.o algo/hodl/cpuminer-sha256.o algo/hodl/cpuminer-sha512.o algo/hodl/cpuminer-utilstrencodings.o algo/hodl/cpuminer-hodl-wolf.o algo/hodl/cpuminer-aes.o algo/hodl/cpuminer-sha512_avx.o algo/hodl/cpuminer-sha512_avx2.o algo/cpuminer-lbry.o algo/luffa/cpuminer-luffa.o algo/luffa/sse2/cpuminer-luffa_for_sse2.o algo/lyra2/cpuminer-lyra2.o algo/lyra2/cpuminer-sponge.o algo/lyra2/cpuminer-lyra2rev2.o algo/lyra2/cpuminer-lyra2re.o algo/lyra2/cpuminer-zcoin.o algo/lyra2/cpuminer-zoin.o algo/keccak/sse2/cpuminer-keccak.o algo/cpuminer-m7m.o algo/cpuminer-neoscrypt.o algo/cpuminer-nist5.o algo/cpuminer-pluck.o algo/quark/cpuminer-quark.o algo/qubit/cpuminer-qubit.o algo/ripemd/cpuminer-sph_ripemd.o algo/cpuminer-scrypt.o algo/scryptjane/cpuminer-scrypt-jane.o algo/sha2/cpuminer-sha2.o algo/simd/sse2/cpuminer-nist.o algo/simd/sse2/cpuminer-vector.o algo/skein/cpuminer-skein.o algo/skein/cpuminer-skein2.o algo/cpuminer-s3.o algo/tiger/cpuminer-sph_tiger.o algo/cpuminer-veltor.o algo/whirlpool/cpuminer-whirlpool.o algo/whirlpool/cpuminer-whirlpoolx.o algo/x11/cpuminer-x11.o algo/x11/cpuminer-x11evo.o algo/x11/cpuminer-x11gost.o algo/x11/cpuminer-c11.o algo/x13/cpuminer-x13.o algo/x14/cpuminer-x14.o algo/x15/cpuminer-x15.o algo/x17/cpuminer-x17.o algo/cpuminer-xevan.o algo/yescrypt/cpuminer-yescrypt.o algo/yescrypt/cpuminer-yescrypt-common.o algo/yescrypt/cpuminer-sha256_Y.o algo/yescrypt/cpuminer-yescrypt-simd.o algo/cpuminer-zr5.o asm/cpuminer-neoscrypt_asm.o  asm/cpuminer-sha2-x64.o asm/cpuminer-scrypt-x64.o asm/cpuminer-aesb-x64.o   -lcurl -lz -ljansson -lpthread  -lssl -lcrypto -lgmp 
/usr/bin/ld: algo/groestl/sse2/cpuminer-grso-asm.o: relocation R_X86_64_32S against symbol `grsoT0' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status
Makefile:1347: recipe for target 'cpuminer' failed
make[2]: *** [cpuminer] Error 1
make[2]: Leaving directory '/home/deployer/cpuminer-opt'
Makefile:3527: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/deployer/cpuminer-opt'
Makefile:676: recipe for target 'all' failed
make: *** [all] Error 2
joblo (OP)
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
December 01, 2016, 04:01:14 PM
 #1568

can't build on Ubuntu 16.10
Code:
g++  -O3 -march=native -Wall  -Lyes/lib  -Lyes/lib  -o cpuminer cpuminer-cpu-miner.o cpuminer-util.o cpuminer-uint256.o cpuminer-api.o cpuminer-sysinfos.o cpuminer-algo-gate-api.o algo/groestl/cpuminer-sph_groestl.o algo/skein/cpuminer-sph_skein.o algo/bmw/cpuminer-sph_bmw.o algo/shavite/cpuminer-sph_shavite.o algo/shavite/cpuminer-shavite.o algo/echo/cpuminer-sph_echo.o algo/blake/cpuminer-sph_blake.o algo/heavy/cpuminer-sph_hefty1.o algo/blake/cpuminer-mod_blakecoin.o algo/luffa/cpuminer-sph_luffa.o algo/cubehash/cpuminer-sph_cubehash.o algo/simd/cpuminer-sph_simd.o algo/hamsi/cpuminer-sph_hamsi.o algo/fugue/cpuminer-sph_fugue.o algo/gost/cpuminer-sph_gost.o algo/jh/cpuminer-sph_jh.o algo/keccak/cpuminer-sph_keccak.o algo/keccak/cpuminer-keccak.o algo/sha3/cpuminer-sph_sha2.o algo/sha3/cpuminer-sph_sha2big.o algo/shabal/cpuminer-sph_shabal.o algo/whirlpool/cpuminer-sph_whirlpool.o crypto/cpuminer-blake2s.o crypto/cpuminer-oaes_lib.o crypto/cpuminer-c_keccak.o crypto/cpuminer-c_groestl.o crypto/cpuminer-c_blake256.o crypto/cpuminer-c_jh.o crypto/cpuminer-c_skein.o crypto/cpuminer-hash.o crypto/cpuminer-aesb.o crypto/cpuminer-magimath.o algo/argon2/cpuminer-argon2a.o algo/argon2/ar2/cpuminer-argon2.o algo/argon2/ar2/cpuminer-opt.o algo/argon2/ar2/cpuminer-cores.o algo/argon2/ar2/cpuminer-ar2-scrypt-jane.o algo/argon2/ar2/cpuminer-blake2b.o algo/cpuminer-axiom.o algo/blake/cpuminer-blake.o algo/blake/cpuminer-blake2.o algo/blake/cpuminer-blakecoin.o algo/blake/cpuminer-decred.o algo/blake/cpuminer-pentablake.o algo/bmw/cpuminer-bmw256.o algo/cubehash/sse2/cpuminer-cubehash_sse2.o algo/cryptonight/cpuminer-cryptolight.o algo/cryptonight/cpuminer-cryptonight-common.o algo/cryptonight/cpuminer-cryptonight-aesni.o algo/cryptonight/cpuminer-cryptonight.o algo/cpuminer-drop.o algo/echo/aes_ni/cpuminer-hash.o algo/cpuminer-fresh.o algo/groestl/cpuminer-groestl.o algo/groestl/cpuminer-myr-groestl.o algo/groestl/sse2/cpuminer-grso.o algo/groestl/sse2/cpuminer-grso-asm.o algo/groestl/aes_ni/cpuminer-hash-groestl.o algo/groestl/aes_ni/cpuminer-hash-groestl256.o algo/haval/cpuminer-haval.o algo/heavy/cpuminer-heavy.o algo/heavy/cpuminer-bastion.o algo/cpuminer-hmq1725.o algo/hodl/cpuminer-hodl.o algo/hodl/cpuminer-hodl-gate.o algo/hodl/cpuminer-hodl_arith_uint256.o algo/hodl/cpuminer-hodl_uint256.o algo/hodl/cpuminer-hash.o algo/hodl/cpuminer-hmac_sha512.o algo/hodl/cpuminer-sha256.o algo/hodl/cpuminer-sha512.o algo/hodl/cpuminer-utilstrencodings.o algo/hodl/cpuminer-hodl-wolf.o algo/hodl/cpuminer-aes.o algo/hodl/cpuminer-sha512_avx.o algo/hodl/cpuminer-sha512_avx2.o algo/cpuminer-lbry.o algo/luffa/cpuminer-luffa.o algo/luffa/sse2/cpuminer-luffa_for_sse2.o algo/lyra2/cpuminer-lyra2.o algo/lyra2/cpuminer-sponge.o algo/lyra2/cpuminer-lyra2rev2.o algo/lyra2/cpuminer-lyra2re.o algo/lyra2/cpuminer-zcoin.o algo/lyra2/cpuminer-zoin.o algo/keccak/sse2/cpuminer-keccak.o algo/cpuminer-m7m.o algo/cpuminer-neoscrypt.o algo/cpuminer-nist5.o algo/cpuminer-pluck.o algo/quark/cpuminer-quark.o algo/qubit/cpuminer-qubit.o algo/ripemd/cpuminer-sph_ripemd.o algo/cpuminer-scrypt.o algo/scryptjane/cpuminer-scrypt-jane.o algo/sha2/cpuminer-sha2.o algo/simd/sse2/cpuminer-nist.o algo/simd/sse2/cpuminer-vector.o algo/skein/cpuminer-skein.o algo/skein/cpuminer-skein2.o algo/cpuminer-s3.o algo/tiger/cpuminer-sph_tiger.o algo/cpuminer-veltor.o algo/whirlpool/cpuminer-whirlpool.o algo/whirlpool/cpuminer-whirlpoolx.o algo/x11/cpuminer-x11.o algo/x11/cpuminer-x11evo.o algo/x11/cpuminer-x11gost.o algo/x11/cpuminer-c11.o algo/x13/cpuminer-x13.o algo/x14/cpuminer-x14.o algo/x15/cpuminer-x15.o algo/x17/cpuminer-x17.o algo/cpuminer-xevan.o algo/yescrypt/cpuminer-yescrypt.o algo/yescrypt/cpuminer-yescrypt-common.o algo/yescrypt/cpuminer-sha256_Y.o algo/yescrypt/cpuminer-yescrypt-simd.o algo/cpuminer-zr5.o asm/cpuminer-neoscrypt_asm.o  asm/cpuminer-sha2-x64.o asm/cpuminer-scrypt-x64.o asm/cpuminer-aesb-x64.o   -lcurl -lz -ljansson -lpthread  -lssl -lcrypto -lgmp 
/usr/bin/ld: algo/groestl/sse2/cpuminer-grso-asm.o: relocation R_X86_64_32S against symbol `grsoT0' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status
Makefile:1347: recipe for target 'cpuminer' failed
make[2]: *** [cpuminer] Error 1
make[2]: Leaving directory '/home/deployer/cpuminer-opt'
Makefile:3527: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/deployer/cpuminer-opt'
Makefile:676: recipe for target 'all' failed
make: *** [all] Error 2

You might be the first to try Ubuntu 16.10. How did you compile? Did you try the compiler's suggestion "recompile with -fPIC"?

AKA JayDDee, cpuminer-opt developer. https://github.com/JayDDee/cpuminer-opt
https://bitcointalk.org/index.php?topic=5226770.msg53865575#msg53865575
BTC: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT,
joblo (OP)
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
December 01, 2016, 04:31:46 PM
 #1569

In view of the seemingly never-ending problems with the Groestl SSE2 macros (see previous post) I am proposing removing
them from future releases of cpuminer-opt.

These macros are used by algos that have a Groestl function if the CPU does not support AES. All these algos will use the
AES optimized Groestl function if the CPU supports it.

All agos will still be mineable with a reduction in performance on CPUs that don't support AES when mining
any of the affected algos.

The following algos are afffected: X11-17, quark, nist5, zr5, hmq1725,

These algos are considered legacy as are non-AES CPUs. Any affected users can continue to use older versions of
cpuminer-opt.

Removing these macros should result in fewer compile problems when migrating to newer systems.

AKA JayDDee, cpuminer-opt developer. https://github.com/JayDDee/cpuminer-opt
https://bitcointalk.org/index.php?topic=5226770.msg53865575#msg53865575
BTC: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT,
joblo (OP)
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
December 02, 2016, 07:11:44 PM
 #1570

Шaлoм кoллeги
Пoчeмy дaнный пpoдyкт нe гpyзит вce ядpa пoлнocтью?
Пpoвepeннo yжe нa нecкoлькиx cepвepax c пpoцeccopaми Xeon E5 и E5600 cepии
Чeм бoльшe ядep тeм cвoбoднee oни. 24 ядpa пoлyчaeтcя зaгpyзить тoлькo нa 30%
Пpимepнaя cтpoкa зaпycкa: cpuminer-sse2.exe -a lyra2zoin -o stratum+tcp://zoin.suprnova.cc:2876 -u DobroFenix.day_raq -p day_raq -t 24
Heзaвиcимo oт зaпycкaeмoгo фaйлa (i7,sse,...)


Here's the google translation:

Quote
Shalom colleagues
Why is this product does not ship all the cores completely?
Proven already on multiple servers with the Xeon E5 processors and E5600 Series
The more cores the freer they are. Core 24 downloaded only obtained 30%
Approximate start line: cpuminer-sse2.exe -a lyra2zoin -o stratum + tcp: //zoin.suprnova.cc: 2876 -u DobroFenix.day_raq -p day_raq -t 24
Regardless of the executable file (i7, sse, ...)

Zoin uses a memory hard algo meaning it makes many memory accesses, so much that the CPU has to wait for
data.

It's like being on a congested highway. A bigger engine won't help you go faster.

AKA JayDDee, cpuminer-opt developer. https://github.com/JayDDee/cpuminer-opt
https://bitcointalk.org/index.php?topic=5226770.msg53865575#msg53865575
BTC: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT,
DobroFenix
Newbie
*
Offline Offline

Activity: 146
Merit: 0


View Profile
December 02, 2016, 08:20:23 PM
 #1571

That is, I balk at the limit of memory bandwidth?

Work virtual machine hyper-in does not limit the maximum performance of the processor?
joblo (OP)
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
December 02, 2016, 08:27:44 PM
 #1572

That is, I balk at the limit of memory bandwidth?

Work virtual machine hyper-in does not limit the maximum performance of the processor?

Yes, memory bandwidth is the limiting factor.

AKA JayDDee, cpuminer-opt developer. https://github.com/JayDDee/cpuminer-opt
https://bitcointalk.org/index.php?topic=5226770.msg53865575#msg53865575
BTC: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT,
dzin20
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 03, 2016, 10:23:30 PM
 #1573

Code:
C:\MINING\miners\cpuminer-opt>cpuminer-core-avx2.exe -a lyra2z -t 2 -o stratum+tcp://xzc.suprnova.cc:5596

         **********  cpuminer-opt 3.4.12  ***********
     A CPU miner with multi algo support and optimized for CPUs
     with AES_NI and AVX extensions.
     BTC donation address: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT
     Forked from TPruvot's cpuminer-multi with credits
     to Lucas Jones, elmad, palmd, djm34, pooler, ig0tik3d,
     Wolf0, Jeff Garzik and Optiminer.

CPU: Intel(R) Xeon(R) CPU E3-1230 v3 @ 3.30GHz
CPU features: SSE2 AES AVX AVX2
SW built on Nov 28 2016 with GCC 4.8.3
SW features: SSE2 AES AVX AVX2
Algo features: SSE2 AES AVX AVX2
Start mining with SSE2 AES AVX AVX2

[2016-12-04 05:09:26] Starting Stratum on stratum+tcp://xzc.suprnova.cc:5596
[2016-12-04 05:09:26] 2 miner threads started, using 'lyra2z' algorithm.
[2016-12-04 05:09:29] Stratum difficulty set to 3.906e-005 (0.00000)
[2016-12-04 05:09:29] lyra2z block 10111, diff 0.003
[2016-12-04 05:12:23] CPU #1: 270 H, 1.56 H/s
[2016-12-04 05:12:24] Accepted 1/1 (100%), 270 H, 1.56 H/s

with -t 1 speed ~3 h/s
with -t 4 speed ~0.7-0.8 h/s per one thread

at the same time  speed of  celeron g1840 with 1 thread 3 h/s
why celeron with  Algo features: SSE2   ==   xeon with Algo features: SSE2 AES AVX AVX2?

system win 7 64
optnickr
Member
**
Offline Offline

Activity: 116
Merit: 12


View Profile
December 05, 2016, 03:27:41 PM
 #1574

cpuminer-opt v3.4.12 is released.

Lyra2z is updated to mine zcoin from block height 8192 until the next time they change the algo.

Scryptjane is fixed to support different N factors, ie -a scryptjane:18

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

Tarball: https://drive.google.com/file/d/0B0lVSGQYLJIZTkttTWkwakdzdlE/view?usp=sharing

WinBin: https://drive.google.com/file/d/0B0lVSGQYLJIZOXRVMmxOYm5RMjA/view?usp=sharing

Hello I got this error on Ubuntu 15.04:
"algo/argon2/ar2/opt.c:20:23: fatal error: immintrin.h: No such file or directory"

My Blog:http://crazy-informatica.blogspot.com.br
joblo (OP)
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
December 05, 2016, 04:17:43 PM
 #1575

cpuminer-opt v3.4.12 is released.

Lyra2z is updated to mine zcoin from block height 8192 until the next time they change the algo.

Scryptjane is fixed to support different N factors, ie -a scryptjane:18

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

Tarball: https://drive.google.com/file/d/0B0lVSGQYLJIZTkttTWkwakdzdlE/view?usp=sharing

WinBin: https://drive.google.com/file/d/0B0lVSGQYLJIZOXRVMmxOYm5RMjA/view?usp=sharing

Hello I got this error on Ubuntu 15.04:
"algo/argon2/ar2/opt.c:20:23: fatal error: immintrin.h: No such file or directory"

Haven't seen this error before. What CPU do you have? How did you compile?

AKA JayDDee, cpuminer-opt developer. https://github.com/JayDDee/cpuminer-opt
https://bitcointalk.org/index.php?topic=5226770.msg53865575#msg53865575
BTC: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT,
revelacaogr
Legendary
*
Offline Offline

Activity: 1316
Merit: 1021

2009 Alea iacta est


View Profile
December 09, 2016, 03:59:59 PM
 #1576

hi
i try to mine with this cpuminer https://github.com/ocminer/cpuminer-xzc  but this file doint have an .exe file inside...
any help ?
thks in advance
joblo (OP)
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
December 09, 2016, 04:16:15 PM
 #1577

hi
i try to mine with this cpuminer https://github.com/ocminer/cpuminer-xzc  but this file doint have an .exe file inside...
any help ?
thks in advance

That's ocminer's fork, you'll have to ask him, but cpuminer-opt has binaries available and can mine zcoin.

AKA JayDDee, cpuminer-opt developer. https://github.com/JayDDee/cpuminer-opt
https://bitcointalk.org/index.php?topic=5226770.msg53865575#msg53865575
BTC: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT,
revelacaogr
Legendary
*
Offline Offline

Activity: 1316
Merit: 1021

2009 Alea iacta est


View Profile
December 09, 2016, 04:20:02 PM
 #1578

i tryed with -opt byt i have always rejections .i dont have i7 i have i5 lynnfield core
t2yax
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


Arianee:Smart-link Connecting Owners,Assets,Brands


View Profile
December 09, 2016, 04:21:43 PM
 #1579

hi
i try to mine with this cpuminer https://github.com/ocminer/cpuminer-xzc  but this file doint have an .exe file inside...
any help ?
thks in advance

hey there,you should look at releases page https://github.com/ocminer/cpuminer-xzc/releases
there is a compiled binary,but its compiled by a contributor use it your own risk.

arianee
• • • ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Smart-link Connecting Owners, Assets And Brands
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • • •
Discord
Telegram ⊐●⊏ Reddit
Twitter ⊐●⊏ Instagram
Medium ⊐●⊏ Linkedin
revelacaogr
Legendary
*
Offline Offline

Activity: 1316
Merit: 1021

2009 Alea iacta est


View Profile
December 09, 2016, 04:22:25 PM
 #1580

thk my friend,ill try
Pages: « 1 ... 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 [79] 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 ... 197 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!