joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
November 08, 2016, 05:26:43 PM Last edit: November 08, 2016, 05:44:16 PM by joblo |
|
avx2 build is missing in v3.4.9
I just named it wrong. cpuminer-avx is avx2. I'll fix it. Edit: New link for Windows binaries... https://drive.google.com/file/d/0B0lVSGQYLJIZNDJoR0xXZUxzWGM/view?usp=sharingThose who quoted original announcement with old link, please delete. It's probably better not to quote a post with links, instead include a link to the post if a reference is needed to provide context. When responding to a recent release the context is usually obvious.
|
|
|
|
My9bot
|
|
November 08, 2016, 07:22:49 PM |
|
on a side note: benchmark of lyra2z was broken in ocminers miner and yours as well, are you planning on fixing it or just wait till mpt (or whatever the new zcoin algo is named) gets released?
fixed?
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
November 08, 2016, 09:50:48 PM |
|
on a side note: benchmark of lyra2z was broken in ocminers miner and yours as well, are you planning on fixing it or just wait till mpt (or whatever the new zcoin algo is named) gets released?
fixed? No, algo will likely die after zcoin switch.
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
November 09, 2016, 11:34:02 PM |
|
Faster xevan coming up in v3.4.10. Git is updated, building binaries in progress.
|
|
|
|
|
felixbrucker
|
|
November 10, 2016, 12:22:34 AM |
|
cpuminer-opt v3.4.10 is released.
[...]
westmere seems to be missing in the win bins
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
November 10, 2016, 12:49:43 AM |
|
cpuminer-opt v3.4.10 is released.
[...]
westmere seems to be missing in the win bins Good catch, links updated. Westmere exe has new name corei7-sse41. I also left out core-avx-i because no one reported any performance advantage.
|
|
|
|
alexcrownjr
Member
Offline
Activity: 63
Merit: 10
|
|
November 10, 2016, 04:30:32 AM |
|
@joblo Hi, can you little clean code ? can't build with -flto
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
November 10, 2016, 04:59:07 AM |
|
@joblo Hi, can you little clean code ? can't build with -flto
Don't use -flto.
|
|
|
|
alexcrownjr
Member
Offline
Activity: 63
Merit: 10
|
|
November 10, 2016, 05:39:38 AM |
|
@joblo Hi, can you little clean code ? can't build with -flto
Don't use -flto. i'm trying improve hashrate. But zoin mine greate)))). And better with half of threads number.
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
November 10, 2016, 05:59:30 AM |
|
@joblo Hi, can you little clean code ? can't build with -flto
Don't use -flto. i'm trying improve hashrate. But zoin mine greate)))). And better with half of threads number. Are you using gcc 5 or 6? As I recall -flto doesn't work with on cpuminer with newer compilers. I don't have a system with the newer gcc so I can't debug it yet. Feel free to try to solve it yourself if you want.
|
|
|
|
alexcrownjr
Member
Offline
Activity: 63
Merit: 10
|
|
November 10, 2016, 06:14:18 AM |
|
@joblo Hi, can you little clean code ? can't build with -flto
Don't use -flto. i'm trying improve hashrate. But zoin mine greate)))). And better with half of threads number. Are you using gcc 5 or 6? As I recall -flto doesn't work with on cpuminer with newer compilers. I don't have a system with the newer gcc so I can't debug it yet. Feel free to try to solve it yourself if you want. I tried gcc 6.2 for zcoin few weeks ago - same result as gcc 5.4. but i'm too stupid for c\c++ . in my case it's trial and error method . If you want - I can give you access to 12 cores vps with fresh ubuntu 16.04 as small contribution in your great work
|
|
|
|
benjy33
Legendary
Offline
Activity: 1339
Merit: 1002
|
|
November 10, 2016, 05:49:10 PM |
|
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)
AMD users should choose the build that best matches the CPU's features.
amd fx-6300 With which works the short time the miner closes me
and i5 Which one do I choose to put it?
thanks
|
|
|
|
Nik4691
|
|
November 10, 2016, 06:24:37 PM |
|
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)
AMD users should choose the build that best matches the CPU's features.
amd fx-6300 With which works the short time the miner closes me
and i5 Which one do I choose to put it?
thanks
cpuminer-corei7-avx is the safe bet for those two architectures. I use this for my 8 core FX 8320. The next step is cpuminer-core-avx2 but of course AMD FX 8320 don't have AVX2 so it hangs and closes. i5 is another thing. The first i5 didn't had AVX. Try them with this bat: cpuminer-corei7-avx -a cryptonight --benchmark pause Change the kernel cpuminer-corei7-avx to any other and see the results.
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
November 10, 2016, 06:33:14 PM |
|
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)
AMD users should choose the build that best matches the CPU's features.
amd fx-6300 With which works the short time the miner closes me
and i5 Which one do I choose to put it?
thanks
If the miner crashes it is trying to use features your CPU doesn't have. Your CPU apears to have AVX but not AVX2. As a general rule use the fastest build that doesn't crash. For your i5 it depends on the model number: i5-2xxx sandybridge, i5-4xxx haswell, etc. Again use the build that gives the best performance and doesn't crash. Low priced CPUs like Pentium have some features removed so they don't exactly match full featured CPUs from the same generation. Trial and error is the most reliable way to find the best match.
|
|
|
|
benjy33
Legendary
Offline
Activity: 1339
Merit: 1002
|
|
November 10, 2016, 06:36:37 PM |
|
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)
AMD users should choose the build that best matches the CPU's features.
amd fx-6300 With which works the short time the miner closes me
and i5 Which one do I choose to put it?
thanks
cpuminer-corei7-avx is the safe bet for those two architectures. I use this for my 8 core FX 8320. The next step is cpuminer-core-avx2 but of course AMD FX 8320 don't have AVX2 so it hangs and closes. i5 is another thing. The first i5 didn't had AVX. Try them with this bat: cpuminer-corei7-avx -a cryptonight --benchmark pause Change the kernel cpuminer-corei7-avx to any other and see the results. cpuminer-core-avx2 for fx ? and cpuminer-corei7-avx for i5 ? is correct? thanks
|
|
|
|
benjy33
Legendary
Offline
Activity: 1339
Merit: 1002
|
|
November 10, 2016, 06:56:17 PM |
|
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)
AMD users should choose the build that best matches the CPU's features.
amd fx-6300 With which works the short time the miner closes me
and i5 Which one do I choose to put it?
thanks
If the miner crashes it is trying to use features your CPU doesn't have. Your CPU apears to have AVX but not AVX2. As a general rule use the fastest build that doesn't crash. For your i5 it depends on the model number: i5-2xxx sandybridge, i5-4xxx haswell, etc. Again use the build that Ok, thanks for the clarification , but gives the best performance and doesn't crash. Low priced CPUs like Pentium have some features removed so they don't exactly match full featured CPUs from the same generation. Trial and error is the most reliable way to find the best match. Thanks for the clarification but Where I can find that cpu information if it is Haswell, Broadwell, Skylake Sandybridge Westbridge (AES + SSE4.1) Nehalem (AES + SSE2) Core2 (no AES)............etc
|
|
|
|
Nik4691
|
|
November 10, 2016, 07:07:33 PM |
|
cpuminer-core-avx2 for fx ? and
cpuminer-corei7-avx for i5 ?
is correct? thanks
cpuminer-core-avx2 for fx ? No cpuminer-corei7-avx
|
|
|
|
Nik4691
|
|
November 10, 2016, 07:12:31 PM |
|
Thanks for the clarification but Where I can find that cpu information if it is Haswell, Broadwell, Skylake Sandybridge Westbridge (AES + SSE4.1) Nehalem (AES + SSE2) Core2 (no AES)............etc
Just tell us you CPU number like... I7-4930 or AMD A6 5400 etc.
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
November 10, 2016, 07:15:24 PM |
|
Thanks for the clarification but Where I can find that cpu information if it is Haswell, Broadwell, Skylake Sandybridge Westbridge (AES + SSE4.1) Nehalem (AES + SSE2) Core2 (no AES)............etc
Just tell us you CPU number like... I7-4930 or AMD A6 5400 etc. Or google.
|
|
|
|
|