Pages:
Author

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

newbie
Activity: 2
Merit: 0

I'm pretty close to compiling the final .exe file. It fails though. The output is:

Code:
/usr/lib/gcc/x86_64-pc-cygwin/6.4.0/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lpthreadGC2

That's the same problem I have with CygWin, there is no mingw package for pthreadGC2. Or there wasn't
the last time I dug into this. But this looks new:

https://stackoverflow.com/questions/39215894/pthreads-static-linking-with-mingw

I'm very busy but if you give it a try let us know how it goes.
Thanks for the link, joblo. I played around a little bit, unfortunately I had no luck so far. As soon as I find out something or even can compile the .exe in cygwin I'll let you know.

Anway, your answer was very helpful since I now know that there is not an easy fix I have overlooked.

Cheers
member
Activity: 141
Merit: 10
cpuminer-opt-3.8.2.1

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

Fixed low difficulty rejects with allium.
Fixed qubit AVX2.
Restored lyra2z lost hash.
Fixed build.sh


Not fixed low difficulty rejects with allium.
legendary
Activity: 1470
Merit: 1114
Hi joblo !
Have you looked at Arionum ? Will your great miner support it soon ?

No way, it's completely different.
full member
Activity: 194
Merit: 100
Hi joblo !
Have you looked at Arionum ? Will your great miner support it soon ?

legendary
Activity: 1470
Merit: 1114
cpuminer-opt-3.8.2.1

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

Fixed low difficulty rejects with allium.
Fixed qubit AVX2.
Restored lyra2z lost hash.
Fixed build.sh
legendary
Activity: 1470
Merit: 1114

I'm pretty close to compiling the final .exe file. It fails though. The output is:

Code:
/usr/lib/gcc/x86_64-pc-cygwin/6.4.0/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lpthreadGC2

That's the same problem I have with CygWin, there is no mingw package for pthreadGC2. Or there wasn't
the last time I dug into this. But this looks new:

https://stackoverflow.com/questions/39215894/pthreads-static-linking-with-mingw

I'm very busy but if you give it a try let us know how it goes.
newbie
Activity: 2
Merit: 0
Hello,

first of all: Great project, thanks joblo - you're the man! Great community and thread here as well!

The reason for my post is that compiling from source fails. My setup: Windows 10 & cygwin. Tried with mingw_w64 and msys but I couldn't get it to work.

I'm not really familiar with compiling C/C++ stuff, so I'm sorry if my question is somehow stupid or whatever. Please be kind Wink I also hope that I provided all the needed information.

I'm pretty close to compiling the final .exe file. It fails though. The output is:

Code:
/usr/lib/gcc/x86_64-pc-cygwin/6.4.0/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lpthreadGC2
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1748: cpuminer.exe] Error 1
make[2]: Leaving directory '{{MYPATH}}/cpuminer-opt-master'
make[1]: *** [Makefile:5412: all-recursive] Error 1
make[1]: Leaving directory '{{MYPATH}}/cpuminer-opt-master'
make: *** [Makefile:859: all] Error 2

Where
Code:
{{MYPATH}}
of course is the directory where
Code:
cpuminer-opt-master/
is located.

Does anyone have an idea how to fix this?

Thanks
newbie
Activity: 5
Merit: 0
Ok, Thanks for your help

Which coin is the most rentable to mining with cpuminer-opt?

member
Activity: 141
Merit: 10
Thanks, i configure XMR stak, but I only have 1 core.

I put in config.txt "cpu_threads_conf" :
[
    { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 0 },

And hash is the same
OMG   Xeon have 28 threads. Write 17. U write cpu-affinity 1 thread and its wrong. Need all 17 . And download  xmr stak 2.2.
jr. member
Activity: 103
Merit: 1
joblo, allium has more profit then lyra2z?
newbie
Activity: 5
Merit: 0
Thanks, i configure XMR stak, but I only have 1 core.

I put in config.txt "cpu_threads_conf" :
[
    { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 0 },

And hash is the same
legendary
Activity: 1470
Merit: 1114
At now for my 4690k @4700GHz on lyra2z algo the best is 3.8.1 - 522.17 kH/s, 3.8.2 gives me only 505 kH/s

I backed out a previous optimization from Lyra2 because I couldn't get allium to work with it. It didn't
seem to affect other lyra2 based algos so I may reenable it once I understand more.
member
Activity: 141
Merit: 10
I'm mining Intense Coin. How can I optimize for Intel XEON E5-2650L v4?


Need write cpu affinity . U have 35Mb and will work 17 threads. Use XMR stak or XMrig.
In XMR stak. File  cpu.txt
"cpu_threads_conf" :
[
    { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 0 },
    { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 1 },
    { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 2 },
    { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 3 },
     { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 4 },
    { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 5 },
    { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 6 },
    { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 8 },
     { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 10 },
    { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 12 },
    { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 14 },
    { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 16 },
    { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 18 },
    { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 20 },
     { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 22 },
    { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 24 },
    { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 26 },
  
],


In XMRig . conf file
"cpu-affinity": 267037354,   // set process affinity to CPU core(s), mask "0x3" for cores 0 and 1
    "cpu-priority": 3,   // set process priority (0 idle, 2 normal to 5 highest)
    "donate-level": 1,      //
    "max-cpu-usage": 100,    //
    "threads": 17,    

And need
* LARGE PAGE SUPPORT
 * Large pages need a properly set up OS. It can be difficult if you are not used to systems administration,
 * but the performance results are worth the trouble - you will get around 20% boost. Slow memory mode is
 * meant as a backup, you won't get stellar results there. If you are running into trouble, especially
 * on Windows, please read the common issues in the README.
 *
 * By default we will try to allocate large pages. This means you need to "Run As Administrator" on Windows.
 * You need to edit your system's group policies to enable locking large pages. Here are the steps from MSDN
 *
 * 1. On the Start menu, click Run. In the Open box, type gpedit.msc.
 * 2. On the Local Group Policy Editor console, expand Computer Configuration, and then expand Windows Settings.
 * 3. Expand Security Settings, and then expand Local Policies.
 * 4. Select the User Rights Assignment folder.
 * 5. The policies will be displayed in the details pane.
 * 6. In the pane, double-click Lock pages in memory.
 * 7. In the Local Security Setting – Lock pages in memory dialog box, click Add User or Group.
 * 8. In the Select Users, Service Accounts, or Groups dialog box, add an account that you will run the miner on
 * 9. Reboot for change to take effect.
newbie
Activity: 5
Merit: 0
I'm mining Intense Coin. How can I optimize for Intel XEON E5-2650L v4?

member
Activity: 141
Merit: 10
Hi is this normal?

[2018-02-16 16:46:12] Share submitted.
[2018-02-16 16:46:12] CPU #0: 2 H, 3.04 H/s
[2018-02-16 16:46:13] Accepted 39/39 (100%), 2 H, 3.04 H/s, 100C


Intel xeon 1.7ghz for cryptonight . Only 3.04 H/s.

Can I optimize something?
In Cryptonighte good result is 60-100 H\s on one core. My i7-2600K  360-400 H   .  xmr stak  or xmrig . Need cpu affinity for best result
newbie
Activity: 5
Merit: 0
Hi is this normal?

[2018-02-16 16:46:12] Share submitted.
[2018-02-16 16:46:12] CPU #0: 2 H, 3.04 H/s
[2018-02-16 16:46:13] Accepted 39/39 (100%), 2 H, 3.04 H/s, 100C


Intel xeon 1.7ghz for cryptonight . Only 3.04 H/s.

Can I optimize something?
newbie
Activity: 2
Merit: 0
Hi there,

I'm mining on x17 and I have this:

Code:
localhost:9286 detected new block, diff 15.186, target 0.000

is the fact of having target at 0 a problem?
what does it mean?

Thanks for your answers!

Any answer please?
jr. member
Activity: 103
Merit: 1
At now for my 4690k @4700GHz on lyra2z algo the best is 3.8.1 - 522.17 kH/s, 3.8.2 gives me only 505 kH/s

joblo, what do you think, intel hardware prefetch must be turn on for max performance?
jr. member
Activity: 504
Merit: 3
I want to try this cpu జ్ఞ‌ా mining
jr. member
Activity: 58
Merit: 3
I've read about 20 pages and the readme on the download, but I can't seem to find some decent Windows command line examples for AES-NI and non AES-NI CPU's.

Basic configs to start would be nice.  What algo's are most efficient for this miner?

Thanks!
Pages:
Jump to: