Bitcoin Forum
April 19, 2024, 04:21:07 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 [171] 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 »
  Print  
Author Topic: [LOCKED] cpuminer-opt v3.12.3, open source optimized multi-algo CPU miner  (Read 443953 times)
andnet
Member
**
Offline Offline

Activity: 141
Merit: 10


View Profile
February 16, 2018, 04:28:14 PM
 #3401

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
1713500467
Hero Member
*
Offline Offline

Posts: 1713500467

View Profile Personal Message (Offline)

Ignore
1713500467
Reply with quote  #2

1713500467
Report to moderator
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
host21
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
February 16, 2018, 05:30:44 PM
 #3402

I'm mining Intense Coin. How can I optimize for Intel XEON E5-2650L v4?

andnet
Member
**
Offline Offline

Activity: 141
Merit: 10


View Profile
February 16, 2018, 06:00:13 PM
 #3403

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.
joblo (OP)
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
February 16, 2018, 07:16:01 PM
 #3404

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.

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

Activity: 5
Merit: 0


View Profile
February 16, 2018, 07:31:37 PM
 #3405

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
Enth
Jr. Member
*
Offline Offline

Activity: 103
Merit: 1


View Profile
February 16, 2018, 08:18:40 PM
 #3406

joblo, allium has more profit then lyra2z?

FreeBitcoin AMAZING REFback 90% (https://bitcointalk.org/index.php?topic=5319626.0)
andnet
Member
**
Offline Offline

Activity: 141
Merit: 10


View Profile
February 16, 2018, 08:51:48 PM
 #3407

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.
host21
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
February 16, 2018, 08:59:19 PM
 #3408

Ok, Thanks for your help

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

Manato
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
February 17, 2018, 03:16:53 PM
 #3409

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
joblo (OP)
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
February 17, 2018, 04:00:34 PM
 #3410


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.

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
February 17, 2018, 07:03:27 PM
 #3411

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

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

Activity: 194
Merit: 100


View Profile
February 17, 2018, 07:05:12 PM
 #3412

Hi joblo !
Have you looked at Arionum ? Will your great miner support it soon ?

joblo (OP)
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
February 17, 2018, 08:58:34 PM
 #3413

Hi joblo !
Have you looked at Arionum ? Will your great miner support it soon ?

No way, it's completely different.

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

Activity: 141
Merit: 10


View Profile
February 18, 2018, 12:12:11 AM
 #3414

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.
Manato
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
February 18, 2018, 02:10:06 PM
 #3415


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
4ward
Member
**
Offline Offline

Activity: 473
Merit: 18


View Profile
February 18, 2018, 07:03:08 PM
Last edit: February 18, 2018, 07:34:42 PM by 4ward
 #3416

For some reason I'm getting lots of duplicate shares on HOdl (windows avx2 version)
First time I'm noticing this, and I'm pretty sure that didn't happen before 3.8.2

Code:
         **********  cpuminer-opt 3.8.2.1  ***********
     A CPU miner with multi algo support and optimized for CPUs
     with AES_NI and AVX2 and SHA extensions.
     BTC donation address: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT

CPU: Intel(R) Core(TM) i5-7600K CPU @ 3.80GHz.
SW built on Feb 17 2018 with GCC 5.3.1.
CPU features: SSE2 AES AVX AVX2.
SW features: SSE2 AES AVX AVX2.
Algo features: SSE2 AES AVX AVX2.
Start mining with AES AVX2.

[2018-02-18 20:55:13] Starting Stratum on stratum+tcp://hodl.EU.nicehash.com:3352
[2018-02-18 20:55:13] 4 miner threads started, using 'hodl' algorithm.
[2018-02-18 20:55:13] Stratum difficulty set to 4
[2018-02-18 20:55:16] Share submitted.
[2018-02-18 20:55:16] Accepted 1/1 (100%), 828 H, 512.19 H/s
[2018-02-18 20:55:18] Share submitted.
[2018-02-18 20:55:18] Accepted 2/2 (100%), 757 H, 532.64 H/s
[2018-02-18 20:55:21] Share submitted.
[2018-02-18 20:55:21] Accepted 3/3 (100%), 837 H, 560.42 H/s
[2018-02-18 20:55:23] Share submitted.
[2018-02-18 20:55:23] Accepted 4/4 (100%), 771 H, 503.08 H/s
[2018-02-18 20:55:23] Share submitted.
[2018-02-18 20:55:23] Rejected 1/5 (20.0%), 630 H, 459.92 H/s
[2018-02-18 20:55:23] reject reason: Duplicate share.
[2018-02-18 20:55:35] Share submitted.
[2018-02-18 20:55:35] Accepted 5/6 (83.3%), 816 H, 574.61 H/s
[2018-02-18 20:55:35] Share submitted.
[2018-02-18 20:55:35] Rejected 2/7 (28.6%), 723 H, 561.40 H/s
[2018-02-18 20:55:35] reject reason: Duplicate share.
[2018-02-18 20:55:35] Share submitted.
[2018-02-18 20:55:35] Rejected 3/8 (37.5%), 682 H, 552.16 H/s
[2018-02-18 20:55:35] reject reason: Duplicate share.
[2018-02-18 20:55:36] Share submitted.
[2018-02-18 20:55:36] Accepted 6/9 (66.7%), 510 H, 499.41 H/s
[2018-02-18 20:55:42] Share submitted.
[2018-02-18 20:55:42] Accepted 7/10 (70.0%), 967 H, 626.66 H/s
[2018-02-18 20:55:43] Share submitted.
[2018-02-18 20:55:43] Accepted 8/11 (72.7%), 739 H, 501.68 H/s
[2018-02-18 20:55:47] Share submitted.
[2018-02-18 20:55:47] Accepted 9/12 (75.0%), 1020 H, 654.92 H/s
[2018-02-18 20:55:47] Share submitted.
[2018-02-18 20:55:47] Share submitted.
[2018-02-18 20:55:47] Accepted 10/13 (76.9%), 529 H, 378.55 H/s
[2018-02-18 20:55:47] Rejected 4/14 (28.6%), 529 H, 378.55 H/s
[2018-02-18 20:55:47] reject reason: Duplicate share.
[2018-02-18 20:55:50] Share submitted.
[2018-02-18 20:55:50] Accepted 11/15 (73.3%), 462 H, 358.32 H/s
[2018-02-18 20:55:53] Share submitted.
[2018-02-18 20:55:53] Accepted 12/16 (75.0%), 944 H, 611.74 H/s
[2018-02-18 20:55:56] Share submitted.
[2018-02-18 20:55:56] Accepted 13/17 (76.5%), 902 H, 629.96 H/s
[2018-02-18 20:55:59] Share submitted.
[2018-02-18 20:55:59] Accepted 14/18 (77.8%), 800 H, 497.32 H/s
[2018-02-18 20:56:00] Share submitted.
[2018-02-18 20:56:00] Rejected 5/19 (26.3%), 800 H, 527.84 H/s
[2018-02-18 20:56:00] reject reason: Duplicate share.
[2018-02-18 20:56:09] Share submitted.
[2018-02-18 20:56:09] Accepted 15/20 (75.0%), 953 H, 495.64 H/s
[2018-02-18 20:56:10] Share submitted.
[2018-02-18 20:56:10] Accepted 16/21 (76.2%), 813 H, 480.12 H/s
[2018-02-18 20:56:11] Share submitted.
[2018-02-18 20:56:11] Accepted 17/22 (77.3%), 930 H, 627.86 H/s
[2018-02-18 20:56:23] Share submitted.
[2018-02-18 20:56:23] Accepted 18/23 (78.3%), 903 H, 604.42 H/s
[2018-02-18 20:56:26] Share submitted.
[2018-02-18 20:56:26] Accepted 19/24 (79.2%), 963 H, 634.86 H/s
[2018-02-18 20:56:28] Share submitted.
[2018-02-18 20:56:28] Accepted 20/25 (80.0%), 885 H, 581.31 H/s
[2018-02-18 20:56:38] Share submitted.
[2018-02-18 20:56:38] Accepted 21/26 (80.8%), 983 H, 647.70 H/s
[2018-02-18 20:56:41] Share submitted.
[2018-02-18 20:56:41] Accepted 22/27 (81.5%), 836 H, 575.98 H/s
[2018-02-18 20:56:50] Share submitted.
[2018-02-18 20:56:50] Accepted 23/28 (82.1%), 1017 H, 551.69 H/s
[2018-02-18 20:56:55] Share submitted.
[2018-02-18 20:56:55] Accepted 24/29 (82.8%), 850 H, 580.15 H/s
[2018-02-18 20:56:56] Share submitted.
[2018-02-18 20:56:57] Accepted 25/30 (83.3%), 589 H, 453.69 H/s
[2018-02-18 20:56:59] Share submitted.
[2018-02-18 20:56:59] Accepted 26/31 (83.9%), 838 H, 504.05 H/s
[2018-02-18 20:57:02] Share submitted.
[2018-02-18 20:57:02] Accepted 27/32 (84.4%), 901 H, 597.33 H/s
[2018-02-18 20:57:04] Share submitted.
[2018-02-18 20:57:04] Accepted 28/33 (84.8%), 829 H, 592.27 H/s
[2018-02-18 20:57:05] Share submitted.
[2018-02-18 20:57:05] Accepted 29/34 (85.3%), 828 H, 580.02 H/s
[2018-02-18 20:57:05] Share submitted.
[2018-02-18 20:57:06] Rejected 6/35 (17.1%), 742 H, 556.84 H/s
[2018-02-18 20:57:06] reject reason: Duplicate share.
[2018-02-18 20:57:08] Share submitted.
[2018-02-18 20:57:08] Accepted 30/36 (83.3%), 760 H, 466.53 H/s
[2018-02-18 20:57:22] Share submitted.
[2018-02-18 20:57:22] Accepted 31/37 (83.8%), 906 H, 620.70 H/s
[2018-02-18 20:57:32] Share submitted.
[2018-02-18 20:57:32] Accepted 32/38 (84.2%), 804 H, 559.32 H/s
[2018-02-18 20:57:33] Share submitted.
[2018-02-18 20:57:33] Rejected 7/39 (17.9%), 778 H, 553.00 H/s
[2018-02-18 20:57:33] reject reason: Duplicate share.
[2018-02-18 20:57:39] Share submitted.
[2018-02-18 20:57:39] Accepted 33/40 (82.5%), 883 H, 570.50 H/s
[2018-02-18 20:57:40] Share submitted.
[2018-02-18 20:57:40] Accepted 34/41 (82.9%), 881 H, 538.16 H/s
[2018-02-18 20:57:43] Share submitted.
[2018-02-18 20:57:43] Accepted 35/42 (83.3%), 777 H, 520.58 H/s
[2018-02-18 20:57:48] Share submitted.
[2018-02-18 20:57:48] Accepted 36/43 (83.7%), 764 H, 462.16 H/s
[2018-02-18 20:57:52] Share submitted.
[2018-02-18 20:57:52] Accepted 37/44 (84.1%), 803 H, 562.67 H/s
[2018-02-18 20:57:53] Share submitted.
[2018-02-18 20:57:53] Accepted 38/45 (84.4%), 564 H, 420.31 H/s
[2018-02-18 20:57:56] Share submitted.
[2018-02-18 20:57:56] Accepted 39/46 (84.8%), 781 H, 511.72 H/s
[2018-02-18 20:57:57] Share submitted.
[2018-02-18 20:57:57] Rejected 8/47 (17.0%), 719 H, 490.55 H/s
[2018-02-18 20:57:57] reject reason: Duplicate share.
[2018-02-18 20:58:02] Share submitted.
[2018-02-18 20:58:02] Accepted 40/48 (83.3%), 923 H, 607.02 H/s
[2018-02-18 20:58:05] Share submitted.
[2018-02-18 20:58:05] Accepted 41/49 (83.7%), 842 H, 594.09 H/s
[2018-02-18 20:58:11] Share submitted.
[2018-02-18 20:58:11] Accepted 42/50 (84.0%), 899 H, 572.50 H/s
[2018-02-18 20:58:12] Share submitted.
[2018-02-18 20:58:12] Accepted 43/51 (84.3%), 821 H, 600.97 H/s
[2018-02-18 20:58:13] Stratum difficulty set to 8
[2018-02-18 20:58:14] Share submitted.
[2018-02-18 20:58:14] Accepted 44/52 (84.6%), 1024 H, 663.72 H/s
[2018-02-18 20:58:17] Share submitted.
[2018-02-18 20:58:17] Accepted 45/53 (84.9%), 837 H, 558.85 H/s
[2018-02-18 20:58:22] Share submitted.
[2018-02-18 20:58:22] Accepted 46/54 (85.2%), 771 H, 499.49 H/s
[2018-02-18 20:58:22] Share submitted.
[2018-02-18 20:58:23] Rejected 9/55 (16.4%), 733 H, 493.61 H/s
[2018-02-18 20:58:23] reject reason: Duplicate share.
[2018-02-18 20:58:23] Share submitted.
[2018-02-18 20:58:23] Accepted 47/56 (83.9%), 548 H, 426.37 H/s
[2018-02-18 20:58:27] Share submitted.
[2018-02-18 20:58:27] Accepted 48/57 (84.2%), 801 H, 531.96 H/s
[2018-02-18 20:58:29] Share submitted.
[2018-02-18 20:58:29] Accepted 49/58 (84.5%), 745 H, 499.57 H/s
[2018-02-18 20:58:39] Share submitted.
[2018-02-18 20:58:39] Accepted 50/59 (84.7%), 946 H, 549.25 H/s
[2018-02-18 20:58:42] Share submitted.
[2018-02-18 20:58:42] Accepted 51/60 (85.0%), 934 H, 580.80 H/s
[2018-02-18 20:58:56] Share submitted.
[2018-02-18 20:58:57] Accepted 52/61 (85.2%), 854 H, 535.76 H/s
[2018-02-18 20:59:07] Share submitted.
[2018-02-18 20:59:07] Accepted 53/62 (85.5%), 934 H, 531.44 H/s
[2018-02-18 20:59:14] Share submitted.
[2018-02-18 20:59:14] Accepted 54/63 (85.7%), 813 H, 558.06 H/s
[2018-02-18 20:59:23] Share submitted.
[2018-02-18 20:59:23] Accepted 55/64 (85.9%), 831 H, 562.15 H/s
[2018-02-18 20:59:23] Share submitted.
[2018-02-18 20:59:23] Rejected 10/65 (15.4%), 709 H, 538.59 H/s
[2018-02-18 20:59:23] reject reason: Duplicate share.
[2018-02-18 20:59:46] Share submitted.
[2018-02-18 20:59:46] Accepted 56/66 (84.8%), 1036 H, 618.62 H/s
[2018-02-18 20:59:48] Share submitted.
[2018-02-18 20:59:48] Accepted 57/67 (85.1%), 1036 H, 635.54 H/s
[2018-02-18 20:59:49] Share submitted.
[2018-02-18 20:59:49] Accepted 58/68 (85.3%), 972 H, 612.73 H/s
[2018-02-18 21:00:04] Share submitted.
[2018-02-18 21:00:04] Accepted 59/69 (85.5%), 854 H, 576.46 H/s
[2018-02-18 21:00:09] Share submitted.
[2018-02-18 21:00:09] Accepted 60/70 (85.7%), 780 H, 488.07 H/s

EDIT:
I think it's Nicehash only issue
Mining on another pool seems fine
Code:
         **********  cpuminer-opt 3.8.2.1  ***********
     A CPU miner with multi algo support and optimized for CPUs
     with AES_NI and AVX2 and SHA extensions.
     BTC donation address: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT

CPU: Intel(R) Core(TM) i5-7600K CPU @ 3.80GHz.
SW built on Feb 17 2018 with GCC 5.3.1.
CPU features: SSE2 AES AVX AVX2.
SW features: SSE2 AES AVX AVX2.
Algo features: SSE2 AES AVX AVX2.
Start mining with AES AVX2.

[2018-02-18 21:30:00] Starting Stratum on stratum+tcp://roi.suprnova.cc:4699
[2018-02-18 21:30:00] 4 miner threads started, using 'hodl' algorithm.
[2018-02-18 21:30:01] Stratum difficulty set to 8
[2018-02-18 21:30:20] Share submitted.
[2018-02-18 21:30:20] Accepted 1/1 (100%), 880 H, 455.67 H/s
[2018-02-18 21:30:23] Share submitted.
[2018-02-18 21:30:23] Accepted 2/2 (100%), 764 H, 462.02 H/s
[2018-02-18 21:30:31] Share submitted.
[2018-02-18 21:30:31] Accepted 3/3 (100%), 919 H, 538.87 H/s
[2018-02-18 21:31:00] Stratum difficulty set to 14.5455
[2018-02-18 21:31:04] Share submitted.
[2018-02-18 21:31:04] Accepted 4/4 (100%), 904 H, 561.84 H/s
[2018-02-18 21:31:06] Share submitted.
[2018-02-18 21:31:06] Accepted 5/5 (100%), 972 H, 607.93 H/s
[2018-02-18 21:31:55] Stratum difficulty set to 4.40771
[2018-02-18 21:32:03] Share submitted.
[2018-02-18 21:32:03] Accepted 6/6 (100%), 813 H, 446.92 H/s
[2018-02-18 21:32:08] Share submitted.
[2018-02-18 21:32:08] Share submitted.
[2018-02-18 21:32:08] Accepted 7/7 (100%), 554 H, 379.70 H/s
[2018-02-18 21:32:08] Accepted 8/8 (100%), 554 H, 379.70 H/s
[2018-02-18 21:32:10] Share submitted.
[2018-02-18 21:32:10] Accepted 9/9 (100%), 608 H, 384.08 H/s
[2018-02-18 21:32:15] Share submitted.
[2018-02-18 21:32:16] Accepted 10/10 (100%), 748 H, 516.28 H/s
[2018-02-18 21:32:18] Share submitted.
[2018-02-18 21:32:18] Accepted 11/11 (100%), 540 H, 369.01 H/s
[2018-02-18 21:32:18] Share submitted.
[2018-02-18 21:32:18] Accepted 12/12 (100%), 452 H, 361.97 H/s
[2018-02-18 21:32:23] Share submitted.
[2018-02-18 21:32:23] Accepted 13/13 (100%), 998 H, 566.35 H/s
[2018-02-18 21:32:26] Share submitted.
[2018-02-18 21:32:26] Accepted 14/14 (100%), 843 H, 508.53 H/s
[2018-02-18 21:32:28] Share submitted.
[2018-02-18 21:32:28] Accepted 15/15 (100%), 719 H, 464.78 H/s
[2018-02-18 21:32:33] Share submitted.
[2018-02-18 21:32:33] Accepted 16/16 (100%), 792 H, 441.48 H/s
[2018-02-18 21:32:41] Share submitted.
[2018-02-18 21:32:42] Accepted 17/17 (100%), 772 H, 502.26 H/s
[2018-02-18 21:32:44] Share submitted.
[2018-02-18 21:32:44] Accepted 18/18 (100%), 683 H, 421.64 H/s
[2018-02-18 21:32:50] Stratum difficulty set to 10.4946
[2018-02-18 21:32:57] Share submitted.
[2018-02-18 21:32:57] Accepted 19/19 (100%), 1038 H, 650.49 H/s
[2018-02-18 21:32:58] Share submitted.
[2018-02-18 21:32:58] Accepted 20/20 (100%), 843 H, 570.27 H/s
[2018-02-18 21:33:14] Share submitted.
[2018-02-18 21:33:14] Accepted 21/21 (100%), 922 H, 525.04 H/s
[2018-02-18 21:33:34] Share submitted.
[2018-02-18 21:33:34] Accepted 22/22 (100%), 971 H, 594.49 H/s
[2018-02-18 21:33:41] Share submitted.
[2018-02-18 21:33:41] Accepted 23/23 (100%), 918 H, 571.24 H/s
[2018-02-18 21:34:02] Share submitted.
[2018-02-18 21:34:02] Accepted 24/24 (100%), 996 H, 614.81 H/s
[2018-02-18 21:34:05] Share submitted.
[2018-02-18 21:34:05] Accepted 25/25 (100%), 760 H, 441.58 H/s
[2018-02-18 21:34:08] Share submitted.
[2018-02-18 21:34:08] Accepted 26/26 (100%), 841 H, 557.85 H/s
[2018-02-18 21:34:18] Share submitted.
[2018-02-18 21:34:18] Accepted 27/27 (100%), 886 H, 546.23 H/s
[2018-02-18 21:34:29] Share submitted.
[2018-02-18 21:34:29] Accepted 28/28 (100%), 869 H, 577.68 H/s
[2018-02-18 21:34:30] Share submitted.
[2018-02-18 21:34:31] Accepted 29/29 (100%), 620 H, 450.94 H/s
[2018-02-18 21:34:31] Share submitted.
[2018-02-18 21:34:31] Accepted 30/30 (100%), 476 H, 409.03 H/s


joblo (OP)
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
February 18, 2018, 07:42:32 PM
 #3417

For some reason I'm getting lots of duplicate shares on HOdl (windows avx2 version)
First time I'm noticing this, and I'm pretty sure that didn't happen before 3.8.2

Code:
         **********  cpuminer-opt 3.8.2.1  ***********
     A CPU miner with multi algo support and optimized for CPUs
     with AES_NI and AVX2 and SHA extensions.
     BTC donation address: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT

CPU: Intel(R) Core(TM) i5-7600K CPU @ 3.80GHz.
SW built on Feb 17 2018 with GCC 5.3.1.
CPU features: SSE2 AES AVX AVX2.
SW features: SSE2 AES AVX AVX2.
Algo features: SSE2 AES AVX AVX2.
Start mining with AES AVX2.

[2018-02-18 20:55:13] Starting Stratum on stratum+tcp://hodl.EU.nicehash.com:3352
[2018-02-18 20:55:13] 4 miner threads started, using 'hodl' algorithm.
[2018-02-18 20:55:13] Stratum difficulty set to 4
[2018-02-18 20:55:16] Share submitted.
[2018-02-18 20:55:16] Accepted 1/1 (100%), 828 H, 512.19 H/s
[2018-02-18 20:55:18] Share submitted.
[2018-02-18 20:55:18] Accepted 2/2 (100%), 757 H, 532.64 H/s
[2018-02-18 20:55:21] Share submitted.
[2018-02-18 20:55:21] Accepted 3/3 (100%), 837 H, 560.42 H/s
[2018-02-18 20:55:23] Share submitted.
[2018-02-18 20:55:23] Accepted 4/4 (100%), 771 H, 503.08 H/s
[2018-02-18 20:55:23] Share submitted.
[2018-02-18 20:55:23] Rejected 1/5 (20.0%), 630 H, 459.92 H/s
[2018-02-18 20:55:23] reject reason: Duplicate share.
[2018-02-18 20:55:35] Share submitted.
[2018-02-18 20:55:35] Accepted 5/6 (83.3%), 816 H, 574.61 H/s
[2018-02-18 20:55:35] Share submitted.
[2018-02-18 20:55:35] Rejected 2/7 (28.6%), 723 H, 561.40 H/s
[2018-02-18 20:55:35] reject reason: Duplicate share.
[2018-02-18 20:55:35] Share submitted.
[2018-02-18 20:55:35] Rejected 3/8 (37.5%), 682 H, 552.16 H/s
[2018-02-18 20:55:35] reject reason: Duplicate share.
[2018-02-18 20:55:36] Share submitted.
[2018-02-18 20:55:36] Accepted 6/9 (66.7%), 510 H, 499.41 H/s
[2018-02-18 20:55:42] Share submitted.
[2018-02-18 20:55:42] Accepted 7/10 (70.0%), 967 H, 626.66 H/s
[2018-02-18 20:55:43] Share submitted.
[2018-02-18 20:55:43] Accepted 8/11 (72.7%), 739 H, 501.68 H/s
[2018-02-18 20:55:47] Share submitted.
[2018-02-18 20:55:47] Accepted 9/12 (75.0%), 1020 H, 654.92 H/s
[2018-02-18 20:55:47] Share submitted.
[2018-02-18 20:55:47] Share submitted.
[2018-02-18 20:55:47] Accepted 10/13 (76.9%), 529 H, 378.55 H/s
[2018-02-18 20:55:47] Rejected 4/14 (28.6%), 529 H, 378.55 H/s
[2018-02-18 20:55:47] reject reason: Duplicate share.
[2018-02-18 20:55:50] Share submitted.
[2018-02-18 20:55:50] Accepted 11/15 (73.3%), 462 H, 358.32 H/s
[2018-02-18 20:55:53] Share submitted.
[2018-02-18 20:55:53] Accepted 12/16 (75.0%), 944 H, 611.74 H/s
[2018-02-18 20:55:56] Share submitted.
[2018-02-18 20:55:56] Accepted 13/17 (76.5%), 902 H, 629.96 H/s
[2018-02-18 20:55:59] Share submitted.
[2018-02-18 20:55:59] Accepted 14/18 (77.8%), 800 H, 497.32 H/s
[2018-02-18 20:56:00] Share submitted.
[2018-02-18 20:56:00] Rejected 5/19 (26.3%), 800 H, 527.84 H/s
[2018-02-18 20:56:00] reject reason: Duplicate share.
[2018-02-18 20:56:09] Share submitted.
[2018-02-18 20:56:09] Accepted 15/20 (75.0%), 953 H, 495.64 H/s
[2018-02-18 20:56:10] Share submitted.
[2018-02-18 20:56:10] Accepted 16/21 (76.2%), 813 H, 480.12 H/s
[2018-02-18 20:56:11] Share submitted.
[2018-02-18 20:56:11] Accepted 17/22 (77.3%), 930 H, 627.86 H/s
[2018-02-18 20:56:23] Share submitted.
[2018-02-18 20:56:23] Accepted 18/23 (78.3%), 903 H, 604.42 H/s
[2018-02-18 20:56:26] Share submitted.
[2018-02-18 20:56:26] Accepted 19/24 (79.2%), 963 H, 634.86 H/s
[2018-02-18 20:56:28] Share submitted.
[2018-02-18 20:56:28] Accepted 20/25 (80.0%), 885 H, 581.31 H/s
[2018-02-18 20:56:38] Share submitted.
[2018-02-18 20:56:38] Accepted 21/26 (80.8%), 983 H, 647.70 H/s
[2018-02-18 20:56:41] Share submitted.
[2018-02-18 20:56:41] Accepted 22/27 (81.5%), 836 H, 575.98 H/s
[2018-02-18 20:56:50] Share submitted.
[2018-02-18 20:56:50] Accepted 23/28 (82.1%), 1017 H, 551.69 H/s
[2018-02-18 20:56:55] Share submitted.
[2018-02-18 20:56:55] Accepted 24/29 (82.8%), 850 H, 580.15 H/s
[2018-02-18 20:56:56] Share submitted.
[2018-02-18 20:56:57] Accepted 25/30 (83.3%), 589 H, 453.69 H/s
[2018-02-18 20:56:59] Share submitted.
[2018-02-18 20:56:59] Accepted 26/31 (83.9%), 838 H, 504.05 H/s
[2018-02-18 20:57:02] Share submitted.
[2018-02-18 20:57:02] Accepted 27/32 (84.4%), 901 H, 597.33 H/s
[2018-02-18 20:57:04] Share submitted.
[2018-02-18 20:57:04] Accepted 28/33 (84.8%), 829 H, 592.27 H/s
[2018-02-18 20:57:05] Share submitted.
[2018-02-18 20:57:05] Accepted 29/34 (85.3%), 828 H, 580.02 H/s
[2018-02-18 20:57:05] Share submitted.
[2018-02-18 20:57:06] Rejected 6/35 (17.1%), 742 H, 556.84 H/s
[2018-02-18 20:57:06] reject reason: Duplicate share.
[2018-02-18 20:57:08] Share submitted.
[2018-02-18 20:57:08] Accepted 30/36 (83.3%), 760 H, 466.53 H/s
[2018-02-18 20:57:22] Share submitted.
[2018-02-18 20:57:22] Accepted 31/37 (83.8%), 906 H, 620.70 H/s
[2018-02-18 20:57:32] Share submitted.
[2018-02-18 20:57:32] Accepted 32/38 (84.2%), 804 H, 559.32 H/s
[2018-02-18 20:57:33] Share submitted.
[2018-02-18 20:57:33] Rejected 7/39 (17.9%), 778 H, 553.00 H/s
[2018-02-18 20:57:33] reject reason: Duplicate share.
[2018-02-18 20:57:39] Share submitted.
[2018-02-18 20:57:39] Accepted 33/40 (82.5%), 883 H, 570.50 H/s
[2018-02-18 20:57:40] Share submitted.
[2018-02-18 20:57:40] Accepted 34/41 (82.9%), 881 H, 538.16 H/s
[2018-02-18 20:57:43] Share submitted.
[2018-02-18 20:57:43] Accepted 35/42 (83.3%), 777 H, 520.58 H/s
[2018-02-18 20:57:48] Share submitted.
[2018-02-18 20:57:48] Accepted 36/43 (83.7%), 764 H, 462.16 H/s
[2018-02-18 20:57:52] Share submitted.
[2018-02-18 20:57:52] Accepted 37/44 (84.1%), 803 H, 562.67 H/s
[2018-02-18 20:57:53] Share submitted.
[2018-02-18 20:57:53] Accepted 38/45 (84.4%), 564 H, 420.31 H/s
[2018-02-18 20:57:56] Share submitted.
[2018-02-18 20:57:56] Accepted 39/46 (84.8%), 781 H, 511.72 H/s
[2018-02-18 20:57:57] Share submitted.
[2018-02-18 20:57:57] Rejected 8/47 (17.0%), 719 H, 490.55 H/s
[2018-02-18 20:57:57] reject reason: Duplicate share.
[2018-02-18 20:58:02] Share submitted.
[2018-02-18 20:58:02] Accepted 40/48 (83.3%), 923 H, 607.02 H/s
[2018-02-18 20:58:05] Share submitted.
[2018-02-18 20:58:05] Accepted 41/49 (83.7%), 842 H, 594.09 H/s
[2018-02-18 20:58:11] Share submitted.
[2018-02-18 20:58:11] Accepted 42/50 (84.0%), 899 H, 572.50 H/s
[2018-02-18 20:58:12] Share submitted.
[2018-02-18 20:58:12] Accepted 43/51 (84.3%), 821 H, 600.97 H/s
[2018-02-18 20:58:13] Stratum difficulty set to 8
[2018-02-18 20:58:14] Share submitted.
[2018-02-18 20:58:14] Accepted 44/52 (84.6%), 1024 H, 663.72 H/s
[2018-02-18 20:58:17] Share submitted.
[2018-02-18 20:58:17] Accepted 45/53 (84.9%), 837 H, 558.85 H/s
[2018-02-18 20:58:22] Share submitted.
[2018-02-18 20:58:22] Accepted 46/54 (85.2%), 771 H, 499.49 H/s
[2018-02-18 20:58:22] Share submitted.
[2018-02-18 20:58:23] Rejected 9/55 (16.4%), 733 H, 493.61 H/s
[2018-02-18 20:58:23] reject reason: Duplicate share.
[2018-02-18 20:58:23] Share submitted.
[2018-02-18 20:58:23] Accepted 47/56 (83.9%), 548 H, 426.37 H/s
[2018-02-18 20:58:27] Share submitted.
[2018-02-18 20:58:27] Accepted 48/57 (84.2%), 801 H, 531.96 H/s
[2018-02-18 20:58:29] Share submitted.
[2018-02-18 20:58:29] Accepted 49/58 (84.5%), 745 H, 499.57 H/s
[2018-02-18 20:58:39] Share submitted.
[2018-02-18 20:58:39] Accepted 50/59 (84.7%), 946 H, 549.25 H/s
[2018-02-18 20:58:42] Share submitted.
[2018-02-18 20:58:42] Accepted 51/60 (85.0%), 934 H, 580.80 H/s
[2018-02-18 20:58:56] Share submitted.
[2018-02-18 20:58:57] Accepted 52/61 (85.2%), 854 H, 535.76 H/s
[2018-02-18 20:59:07] Share submitted.
[2018-02-18 20:59:07] Accepted 53/62 (85.5%), 934 H, 531.44 H/s
[2018-02-18 20:59:14] Share submitted.
[2018-02-18 20:59:14] Accepted 54/63 (85.7%), 813 H, 558.06 H/s
[2018-02-18 20:59:23] Share submitted.
[2018-02-18 20:59:23] Accepted 55/64 (85.9%), 831 H, 562.15 H/s
[2018-02-18 20:59:23] Share submitted.
[2018-02-18 20:59:23] Rejected 10/65 (15.4%), 709 H, 538.59 H/s
[2018-02-18 20:59:23] reject reason: Duplicate share.
[2018-02-18 20:59:46] Share submitted.
[2018-02-18 20:59:46] Accepted 56/66 (84.8%), 1036 H, 618.62 H/s
[2018-02-18 20:59:48] Share submitted.
[2018-02-18 20:59:48] Accepted 57/67 (85.1%), 1036 H, 635.54 H/s
[2018-02-18 20:59:49] Share submitted.
[2018-02-18 20:59:49] Accepted 58/68 (85.3%), 972 H, 612.73 H/s
[2018-02-18 21:00:04] Share submitted.
[2018-02-18 21:00:04] Accepted 59/69 (85.5%), 854 H, 576.46 H/s
[2018-02-18 21:00:09] Share submitted.
[2018-02-18 21:00:09] Accepted 60/70 (85.7%), 780 H, 488.07 H/s

I made a small change to hodl in 3.8.2 to eliminate a compile warning but if that was a problem I'd
expect invalid shares, not duplicates.

I've tested v3.7.0 and it produces duplicates as well. I suspect a problem with Nicehash. Hodl has not
seen a lot of changes and is mostly self-contained so it's unlikey it would have been affected by other work.

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

Activity: 26
Merit: 0


View Profile
February 19, 2018, 11:10:43 AM
 #3418

How about lyra2z for btver1 cpu?

         **********  cpuminer-opt 3.8.2.1  ***********
     A CPU miner with multi algo support and optimized for CPUs
     with AES_NI and AVX2 and SHA extensions.
     BTC donation address: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT

CPU: AMD Athlon(tm) II X2 260 Processor.
SW built on Feb 19 2018 with GCC 7.3.0.
CPU features: SSE2.
SW features: SSE2.
Algo features: AVX AVX2.
Start mining with no optimizations.

[2018-02-19 13:49:13] Starting Stratum on stratum+tcp://mine.zpool.ca:4553
[2018-02-19 13:49:13] 2 miner threads started, using 'lyra2z' algorithm.
[2018-02-19 13:49:14] Stratum difficulty set to 0.5
Crash
joblo (OP)
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
February 19, 2018, 02:35:37 PM
 #3419

How about lyra2z for btver1 cpu?
CPU: AMD Athlon(tm) II X2 260 Processor.

How about reading the requirements?

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

Activity: 46
Merit: 0


View Profile
February 19, 2018, 07:47:04 PM
 #3420

Can i mine Bitecore with this miner?
i just see im my pool a miner using this cpuminer but i cant see a example of a bat file :S

can sameone help with this?
Pages: « 1 ... 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 [171] 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 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!