Pages:
Author

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

legendary
Activity: 1470
Merit: 1114
Argon work, but slow. Beastpoolminer +10%
Cpu-opt 3.8.72

There is no AVX targetted code anywhere in cpuminer-opt so there must be some better compiler
generated optimizations possible on Sandybridge vs Westmere. Most HW improvements on Sandybridge
should be transparent to the SW.

The only thing I found was a new instruction encoding format in AVX. Some (many?) of the
legacy SSE instructions have new encoding for AVX and they are possibly faster on a Sandybridge
CPU than the legacy SSE encoding of the same instructions. The new encoding would only be used if compiling
for AVX which would result in different binaries between Westmere SSE4.2 and Sandybridge AVX.

This is somewhat speculative but I can't think of any other reason the AVX compiler switch makes all
the difference.

It looks like I can't kill off the AVX build after all. It will return in th enext release, however, there will still
be no reporting of AVX algo features. AVX may affect some algos or all algos or may affect different algos
differently. They are the ghost optimizations. They exist, their effects can be felt, but they can't be seen.
legendary
Activity: 1470
Merit: 1114
Rejected on the monero algorithm continue...

The new cryptonightv7 isn't supported yet.
newbie
Activity: 13
Merit: 0
cpuminer-opt-3.8.7.2

https://github.com/JayDDee/cpuminer-opt/releases/tag/v3.8.7.2

Fixed argon2d-dyn regression in v3.8.7.1.
Changed compile options for aes-sse42 Windows build to -march=westmere


Rejected on the monero algorithm continue...
member
Activity: 141
Merit: 10
Argon work, but slow. Beastpoolminer +10%
Cpu-opt 3.8.72


Beastminer
legendary
Activity: 1470
Merit: 1114
cpuminer-opt-3.8.7.2

https://github.com/JayDDee/cpuminer-opt/releases/tag/v3.8.7.2

Fixed argon2d-dyn regression in v3.8.7.1.
Changed compile options for aes-sse42 Windows build to -march=westmere
legendary
Activity: 1470
Merit: 1114
argon2d500 not work
argon2d250 - on cpu-opt with sse42  HR is 27.5  , beastpoolminer with avx -30 . Why Joblo???

Yes argon2d500 s broken in v3.8.7.1. I'm looking into it.

Please provide more info: CPU, OS, build, etc.
legendary
Activity: 1470
Merit: 1114
I have a processor
https://ark.intel.com/en/products/64583/Intel-Xeon-Processor-E5-2680-20M-Cache-2_70-GHz-8_00-GTs-Intel-KPI
Even when I put -t 8 --cpu-affinity 0xaaaa (0x5555) - 480 h / s
As soon as I start the second miner -t 8 --cpu-affinity 0xaaaa (0x5555), the speed is immediately divided into 300 h / s for each.
With the yescryptr16 algorithm, there is no such problem!

It is necessary to look at
https://github.com/xmrig/xmrig/issues/20


Yescryptr16 is different from yescryptr32, you can't compare them. There is no problem.
 
member
Activity: 141
Merit: 10
Crypto mining made eezy at www.eezyhash.eu
Multiple Algos paying in Bitcoin.
No registration - Just use your Bitcoin address as user.
All miners welcome

LOL Go home. it is cpuminer topic
member
Activity: 141
Merit: 10
Is it possible to run cpuminer in background? I think that every time I close my SSH-window, mining stops. I'm using UbuntuVM.

-B

Ok, where should I put '-B'? At the end of the command?

I'm trying to run command: ./cpuminer -a yescrypt -o stratum+tcp://[POOLADDRESS:PORT] -u [WALLETADDRESS]

Can somebody confirm which is the correct way to run this miner background on UbuntuVM?

I need to know where to put that -B in my command. Thanks in advance.

Anybody? I want to know how to run miner in background.
./cpuminer -a yescrypt -o stratum+tcp://[POOLADDRESS:PORT] -u [WALLETADDRESS] --background
full member
Activity: 364
Merit: 100
Is it possible to run cpuminer in background? I think that every time I close my SSH-window, mining stops. I'm using UbuntuVM.

-B

Ok, where should I put '-B'? At the end of the command?

I'm trying to run command: ./cpuminer -a yescrypt -o stratum+tcp://[POOLADDRESS:PORT] -u [WALLETADDRESS]

Can somebody confirm which is the correct way to run this miner background on UbuntuVM?

I need to know where to put that -B in my command. Thanks in advance.

Anybody? I want to know how to run miner in background.
newbie
Activity: 38
Merit: 0
cpuminer-opt-3.8.7.1

https://github.com/JayDDee/cpuminer-opt/releases/tag/v3.8.7.1

Fixed argon2d-uis low difficulty rejects.
Fixed argon2d aliases.


Invalid shares on both Win10 Pro & Ubuntu-17.10.1-server-amd64  with new version, but with previous v3.8.7 it's all good. Config the same in all cases

Ubuntu:

https://i.imgur.com/N4YmqWt.jpg

Win10:

https://i.imgur.com/ebc2hAu.jpg

And with version v3.8.7 on Win10:

https://i.imgur.com/NnyXG9Z.jpg
legendary
Activity: 1470
Merit: 1114
cpuminer-opt-3.8.7.1

https://github.com/JayDDee/cpuminer-opt/releases/tag/v3.8.7.1

Fixed argon2d-uis low difficulty rejects.
Fixed argon2d aliases.
jr. member
Activity: 103
Merit: 1
its sad to see avx support is dropped .. looks like its hard to maintain them all together .. . time to upgrade cpu !! Smiley
and you making great job there joblo, keep it upp !!

Please explain. There should be no difference using the AES-SSE42 build on an AVX CPU.

you know it better joblo .. i have no such deep knowledge about cpu extensions ..

cpu-world.com
jr. member
Activity: 58
Merit: 1
its sad to see avx support is dropped .. looks like its hard to maintain them all together .. . time to upgrade cpu !! Smiley
and you making great job there joblo, keep it upp !!

Please explain. There should be no difference using the AES-SSE42 build on an AVX CPU.

you know it better joblo .. i have no such deep knowledge about cpu extensions ..
jr. member
Activity: 103
Merit: 1
i have some problem with 3.8.7. After ~hour non stop working cmd window shutdown without any error
legendary
Activity: 1470
Merit: 1114
its sad to see avx support is dropped .. looks like its hard to maintain them all together .. . time to upgrade cpu !! Smiley
and you making great job there joblo, keep it upp !!

Please explain. There should be no difference using the AES-SSE42 build on an AVX CPU.
sr. member
Activity: 840
Merit: 267
Chad Hodler since 2013
I'm very surprised that a man like Joblo has only 2 personns who gave him merit !!!

I am the third : +5 merit for you Joblo and I think it is not so much for all you kindly job.
I invite each person who use your CPUMiner-opt to give you some merit : it is a minimum.
Thank you Joblo/JayDDee for your job ;-).

You're right, the problem is for me Merit System is crap so I tend to not support or use it because it basically froze my rank, so I'm holding a bit - to use an euphemenism - of a grudge against it.

Also he's already Legendary so I don't think he needs more merits anyway.

By the way I gave him one Cheesy
jr. member
Activity: 58
Merit: 1
its sad to see avx support is dropped .. looks like its hard to maintain them all together .. . time to upgrade cpu !! Smiley
and you making great job there joblo, keep it upp !!
legendary
Activity: 1260
Merit: 1046
I'm very surprised that a man like Joblo has only 2 personns who gave him merit !!!

I am the third : +5 merit for you Joblo and I think it is not so much for all you kindly job.
I invite each person who use your CPUMiner-opt to give you some merit : it is a minimum.
Thank you Joblo/JayDDee for your job ;-).
jr. member
Activity: 103
Merit: 1
about 3.8.7:

more hashrate per 3kh/s on argon2d
more stable for me on avx2

thanks!
Pages:
Jump to: