Pages:
Author

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

newbie
Activity: 2
Merit: 0
Hi there,

Is there an argument to specify the number of threads to use? Or is there documentation on available arguments that I didn't find?

"cpuminer -h" will list all options
"cpuminer -t" will set number of threads

Wonderful, thank you!
member
Activity: 473
Merit: 18
Hi there,

Is there an argument to specify the number of threads to use? Or is there documentation on available arguments that I didn't find?

"cpuminer -h" will list all options
"cpuminer -t" will set number of threads
newbie
Activity: 2
Merit: 0
Hi there,

Is there an argument to specify the number of threads to use? Or is there documentation on available arguments that I didn't find?
newbie
Activity: 3
Merit: 0
legendary
Activity: 1470
Merit: 1114

Thanks, but neither is cpuminer compatible. Both are written in an OO language I'm not
famliar with. I'd have to learn either PHP or Java before I could determine if I could
convert it to cpuminer compatible C.
member
Activity: 388
Merit: 13
Could it be configured to run Argon2i + SHA512 (Arionum)?

The miner already has both argon2i code and sha512 code but there are some issues.

First the Argon2i version is currently untested although I see no reason it shounldn't work.
Second I need Aronium's Argon2i parameters. They can be obtained from a spec or sample
code.

Additionally there are differences in the implementations or Argon2 and Sha512 that need to be
resolved. Argon2 uses linear vectors while sha512 uses parallel vectors. Without going into technical
detail, this complicates the implementation of an algo that uses both.

With all that it should be doable.

That would be nice, Arionum is getting some traction now, CPU only coin (almost, but algo revision made GPU's fairly inefficient), and I guess the existing miners aren't too much optimized. It uses AVX2 tough.  

https://github.com/ProgrammerDan/arionum-java

The proof of concept:
https://github.com/arionum/miner

legendary
Activity: 1470
Merit: 1114
Could it be configured to run Argon2i + SHA512 (Arionum)?

The miner already has both argon2i code and sha512 code but there are some issues.

First the Argon2i version is currently untested although I see no reason it shounldn't work.
Second I need Aronium's Argon2i parameters. They can be obtained from a spec or sample
code.

Additionally there are differences in the implementations or Argon2 and Sha512 that need to be
resolved. Argon2 uses linear vectors while sha512 uses parallel vectors. Without going into technical
detail, this complicates the implementation of an algo that uses both.

With all that it should be doable.
legendary
Activity: 1470
Merit: 1114
It would be fair miners like us help you by funding buying a X299 platform...
I am using your miner since 1 year, half time (half mining aeon with xmr-stack) with a xeon 2696V4 and I have just switch to an i9 7960x.
I have just sent some mbtc.

Thank you very much for the donation, every little bit helps.
member
Activity: 388
Merit: 13
Could it be configured to run Argon2i + SHA512 (Arionum)?
sr. member
Activity: 445
Merit: 255
There have been many requsets for algos lately, curiously none of them have any helpful info.
This makes it very difficult and time consuming for me to try to find the info needed to implement them.

I spent way too much time trying to figure out the cryptonightv7 implementation and I don't care to
do that for every new algo. I do not demand a fee but I expect those making requests to do their part to
make it as easy as possible for me.

Any request must be accompanied by either a cpuminer compatible example or a detailed
specification for the algo, preferably both.

Any request with insufficient information will be ignored.

Even with proper info I have no desire to just keep up with the competition. If  I can't make it faster
I'm not really interested. I made an exception for cryptonightV7 because it restored functionality that was lost.
New algos usually have only one coin using it which also reduces my interest in supporting them. In other words
I need to be convinced.

As far as AVX512 goes, I need an AVX512 capable CPU and they aren't cheap. Mainstream AVX512 support
is supposed to be available with Cannonlake but it appears it will be delayed yet again. The next generation
of Intel CPUs is rumoured to be a Coffeelake refresh. So no reasonably priced AVX512 CPUs anytime soon.

It would be fair miners like us help you by funding buying a X299 platform...
I am using your miner since 1 year, half time (half mining aeon with xmr-stack) with a xeon 2696V4 and I have just switch to an i9 7960x.
I have just sent some mbtc.
legendary
Activity: 1470
Merit: 1114
There have been many requsets for algos lately, curiously none of them have any helpful info.
This makes it very difficult and time consuming for me to try to find the info needed to implement them.

I spent way too much time trying to figure out the cryptonightv7 implementation and I don't care to
do that for every new algo. I do not demand a fee but I expect those making requests to do their part to
make it as easy as possible for me.

Any request must be accompanied by either a cpuminer compatible example or a detailed
specification for the algo, preferably both.

Any request with insufficient information will be ignored.

Even with proper info I have no desire to just keep up with the competition. If  I can't make it faster
I'm not really interested. I made an exception for cryptonightV7 because it restored functionality that was lost.
New algos usually have only one coin using it which also reduces my interest in supporting them. In other words
I need to be convinced.

As far as AVX512 goes, I need an AVX512 capable CPU and they aren't cheap. Mainstream AVX512 support
is supposed to be available with Cannonlake but it appears it will be delayed yet again. The next generation
of Intel CPUs is rumoured to be a Coffeelake refresh. So no reasonably priced AVX512 CPUs anytime soon.
newbie
Activity: 322
Merit: 0
dev add algo cryptonight-heavy & cryptonight-variant please?
sr. member
Activity: 433
Merit: 250
Is it difficult to add avx512 support for win?
member
Activity: 132
Merit: 10
please add vitality algo also
newbie
Activity: 322
Merit: 0

My CPU is playing SSE2. Instruction set mining?
But my CPU supports AVX2

The algo doesn't.


dev, can you add algo cryptonight-heavy & cryptonight-variant please?
newbie
Activity: 97
Merit: 0
Do you think you will add cryptonight-heavy to the miner? Several coins have HFed into that Algo
member
Activity: 115
Merit: 10
Which command to change the intensity?
legendary
Activity: 1470
Merit: 1114

My CPU is playing SSE2. Instruction set mining?
But my CPU supports AVX2

The algo doesn't.
full member
Activity: 168
Merit: 100
CPU: Genuine Intel(R) CPU 0000 @ 2.10GHz.
SW built on Apr  1 2018 with GCC 5.4.0.
CPU features: SSE2 AES SSE4.2 AVX AVX2.
SW features: SSE2 AES SSE4.2 AVX AVX2.
Algo features: SSE2 SHA.
Start mining with SSE2.

My CPU is playing SSE2. Instruction set mining?
But my CPU supports AVX2
hero member
Activity: 906
Merit: 507
I'm mining DYN on a fx-8350 and fx-8320 for some reason after mining a little while cpuminer shows my temps 0 on the fx-8320 it starts up showing the temps I tried restarting a few times but always goes back to 0. The fx-8350 shows my temps all the time

cpuminer just reads the temperature from the /sys file system, zero means read failed.
Thanks for help now at least I no where to start I no my cpu never gets hot I have good cooling and its on my gpu miner so its open air also it just drives me crazy every time I look at it and see 0
Pages:
Jump to: