Bitcoin Forum
May 05, 2024, 09:12:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 120 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 443972 times)
4ward
Member
**
Offline Offline

Activity: 473
Merit: 18


View Profile
February 13, 2018, 12:06:30 PM
 #3381

Hello, here are some results from myr-gr with 3.8.1.1 and 3.8.0.1, same Ryzen 1800x with Win 8.1 64-bit, cpuminer-avx2-sha:
But I have reproduced that neoscrypt is broken on Windows, it works on Linux I will investigate.

Neoscrypt is broken since the cross-compile, I believe you said that you will have to rewrite it, but since its not very useful on cpu, its low on the priority list )

1714943529
Hero Member
*
Offline Offline

Posts: 1714943529

View Profile Personal Message (Offline)

Ignore
1714943529
Reply with quote  #2

1714943529
Report to moderator
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714943529
Hero Member
*
Offline Offline

Posts: 1714943529

View Profile Personal Message (Offline)

Ignore
1714943529
Reply with quote  #2

1714943529
Report to moderator
1714943529
Hero Member
*
Offline Offline

Posts: 1714943529

View Profile Personal Message (Offline)

Ignore
1714943529
Reply with quote  #2

1714943529
Report to moderator
joblo (OP)
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
February 13, 2018, 12:40:46 PM
 #3382

Hello, here are some results from myr-gr with 3.8.1.1 and 3.8.0.1, same Ryzen 1800x with Win 8.1 64-bit, cpuminer-avx2-sha:
But I have reproduced that neoscrypt is broken on Windows, it works on Linux I will investigate.

Neoscrypt is broken since the cross-compile, I believe you said that you will have to rewrite it, but since its not very useful on cpu, its low on the priority list )

It looks like yet another alignment issue on Windows. I'll be testing a potential fix later today.
About the rewrite, That has been delayed and will more likely be done incrementally instead
of a complete rewrite.

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

Activity: 7
Merit: 0


View Profile
February 13, 2018, 11:07:42 PM
 #3383

Hey there. I sent you an email yesterday about adding an algorithm. Did you get a chance to see it? I'd gladly tip you for your help.
I stayed up pretty late last night troubleshooting, and I've already added the algo, but I can't get CPU temps or accepted/rejected hashes to show up when actually connected to a testnet pool.
https://github.com/TheDankstoneMemery/cpuminer-opt
joblo (OP)
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
February 13, 2018, 11:39:33 PM
 #3384

Hey there. I sent you an email yesterday about adding an algorithm. Did you get a chance to see it? I'd gladly tip you for your help.
I stayed up pretty late last night troubleshooting, and I've already added the algo, but I can't get CPU temps or accepted/rejected hashes to show up when actually connected to a testnet pool.
https://github.com/TheDankstoneMemery/cpuminer-opt

There was no link in the email, not that I had already read it.

Try using LYRA2REV2 instead of LYRA2RE. I'm not sure why it makes a difference but it does.
You'll need to add another argument for the matrix, take a look at lyra2rev2.c for how it's done.

You left a lot of defaults for gate functions. are you sure that's correct?

I can add the algo, when it's working, and it will be much faster (with AVX2) compared to the your
fork. CPU temps are only avaiable on Linux.

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

Activity: 7
Merit: 0


View Profile
February 13, 2018, 11:44:04 PM
 #3385

Hey there. I sent you an email yesterday about adding an algorithm. Did you get a chance to see it? I'd gladly tip you for your help.
I stayed up pretty late last night troubleshooting, and I've already added the algo, but I can't get CPU temps or accepted/rejected hashes to show up when actually connected to a testnet pool.
https://github.com/TheDankstoneMemery/cpuminer-opt

There was no link in the email, not that I had already read it.

Try using LYRA2REV2 instead of LYRA2RE. I'm not sure why it makes a difference but it does.
You'll need to add another argument for the matrix, take a look at lyra2rev2.c for how it's done.

You left a lot of defaults for gate functions. are you sure that's correct?

I can add the algo, when it's working, and it will be much faster (with AVX2) compared to the your
fork. CPU temps are only avaiable on Linux.

Currently working in Linux Mint 18. Will try your suggestion and give it a shot. Thank you! The source I used for Allium came from github.com/GarlicoinOrg/cpuminer-multi. After reading more about the algo itself, I did switch it over to LYRA2REV2 like you suggested, but I haven't taken a look at the extra args yet. Probably why I'm getting "too few arguments to function" when building.

As for the gate functions, I really don't know. I haven't dived into C for a couple years, and I just wanted to add the algo to the miner I prefer.
gingerbutt
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
February 14, 2018, 12:11:17 AM
 #3386

I added null and 1 in the matrix, and now it builds, but it gives me a segmentation fault with either option. I think I'm missing something. Is there a chance I could chat with you through discord or something like that? Do you have time?
joblo (OP)
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
February 14, 2018, 12:34:12 AM
 #3387

I added null and 1 in the matrix, and now it builds, but it gives me a segmentation fault with either option. I think I'm missing something. Is there a chance I could chat with you through discord or something like that? Do you have time?

You need to allocate the matrix when you register the algo, take a look at lyra2rev2-gate.c.
You're also missing some non-default gate functions. Take a look at the allium hooks in cpu-miner.c

Or do you just want me to do it?

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

Activity: 7
Merit: 0


View Profile
February 14, 2018, 12:40:16 AM
 #3388

If you can do it, I'll gladly tip in GRLC if you'll accept. I'll still try my hand at hacking it together with my fork. I want to learn. Will try figuring this out on my end. Thanks!
theboymaker
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
February 14, 2018, 10:29:57 AM
 #3389

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

Activity: 1470
Merit: 1114


View Profile
February 15, 2018, 08:01:31 PM
Last edit: February 15, 2018, 08:28:22 PM by joblo
 #3390

cpuminer-opt-3.8.2

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

Fixed and faster myr-gr.
Added x12 algo (Galaxie Cash), allium algo (Garlicoin).
Faster lyra2rev2, lbry, skein.
Large reduction in compiler warnings.

The Windows binaries crash mining neoscrypt, use the legacy version instead.
There is no estimate for resolution.

4 way has been implemented for sha256 and will be used instead of the SHA extension
on ryzen CPUs, as well as all CPUs with AVX2. Performance of sha256-4way is expected
to be better than SHA. Please report if otherwise. Affected algos are skein, lbry & myr-gr.

Garlicoin is  about to do a hard fork to switch to the allium algo. Please ensure the fork has
occurred before using allium.

There are occasional rejects mining allium (testnet) reporting low difficulty share. Based
on when they occur they appear to be stale instead of low diff. Low diff rejects are usually
a SW bug and affect all shares. Stale shares can occur and can sometimes occur in groups
until a new block is issued by the pool.

I messed up build.sh, changed to link to my local libraries and forgot to change it back.
It needs to be editted before using.

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

Activity: 7
Merit: 0


View Profile
February 15, 2018, 08:41:23 PM
 #3391

Got a Garlicoin wallet I can donate to?
wildzer0
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
February 15, 2018, 10:16:53 PM
 #3392

Can't mine any Garlicoin, shares are always rejected (tried 3 different pools):

Code:
[2018-02-15 23:16:32] Share submitted.
[2018-02-15 23:16:32] CPU #1: 107.11 kH, 113.17 kH/s
[2018-02-15 23:16:32] Rejected 14/14 (100.0%), diff 0.0294, 883.56 kH/s
[2018-02-15 23:16:32] reject reason: low difficulty share of 0.000040906673679398166
gingerbutt
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
February 15, 2018, 10:18:28 PM
 #3393

Can't mine any Garlicoin, shares are always rejected (tried 3 different pools):

Code:
[2018-02-15 23:16:32] Share submitted.
[2018-02-15 23:16:32] CPU #1: 107.11 kH, 113.17 kH/s
[2018-02-15 23:16:32] Rejected 14/14 (100.0%), diff 0.0294, 883.56 kH/s
[2018-02-15 23:16:32] reject reason: low difficulty share of 0.000040906673679398166


You can't mine Garlicoin with Allium until the fork. You have to use -a scrypt:2048 until then.
You can try mining on a testnet pool like stratum+tcp://testnet.garlic-factory.fun:3333
wildzer0
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
February 15, 2018, 10:26:50 PM
 #3394

Okay, thanks for the info. I was going by this list: http://pools.garlicoin.fun/ and choosing pools where it said "Allium ready: yes".
gingerbutt
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
February 15, 2018, 10:32:55 PM
 #3395

Okay, thanks for the info. I was going by this list: http://pools.garlicoin.fun/ and choosing pools where it said "Allium ready: yes".


Yeah, that just means they're ready for the switchover this Friday. Should be seamless. Until then, you have to use scrypt:2048.
zorachus99
Jr. Member
*
Offline Offline

Activity: 58
Merit: 3


View Profile
February 15, 2018, 11:01:06 PM
 #3396

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

Activity: 504
Merit: 3


View Profile
February 15, 2018, 11:02:06 PM
 #3397

I want to try this cpu జ్ఞ‌ా mining
Enth
Jr. Member
*
Offline Offline

Activity: 103
Merit: 1


View Profile
February 16, 2018, 02:03:01 AM
Last edit: February 16, 2018, 09:42:06 AM by Enth
 #3398

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?

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

Activity: 2
Merit: 0


View Profile
February 16, 2018, 02:12:13 PM
 #3399

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

Activity: 5
Merit: 0


View Profile
February 16, 2018, 03:48:17 PM
 #3400

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?
Pages: « 1 ... 120 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!