Pages:
Author

Topic: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner - page 92. (Read 877846 times)

full member
Activity: 125
Merit: 100
badman74 and please include the whirlpoolx algorithm
newbie
Activity: 57
Merit: 0
Here's the lyra2re difficulty fix, for my source.. I'm too lazy to upload a new version. Smiley

Code:
algorithm.c, this line:

  { "Lyra2RE", ALGO_LYRA2RE, "", 1,  256, 256, 0, 0, 0xFF, 0xFFFFULL, 0x0000ffffUL, 4,2 * 8 * 4194304 , 0, lyra2re_regenhash, queue_lyra2RE_kernel, gen_hash, NULL},

change to:

  { "Lyra2RE", ALGO_LYRA2RE, "", 1,  128, 128, 0, 0, 0xFF, 0xFFFFULL, 0x0000ffffUL, 4,2 * 8 * 4194304 , 0, lyra2re_regenhash, queue_lyra2RE_kernel, gen_hash, NULL},

so "256, 256" changes to "128, 128".

hero member
Activity: 658
Merit: 500
Ok, I did a multi-algo version myself, source available from HERE.

This is based on badman74's latest version, so includes Lyra2E, Pluck and WhirlpoolX algos.

Don't ask for windows builds, sorry.

Are you sure this is based on latest badman74's version from here: https://github.com/badman74/sgminer? Because I've noticed two issues: "--difficulty-multiplier 2" issue is not resolved in your source (but is in badman74's git version) and Lyra2RE algo only works with "Lyra2RE" algorithm acronym, but not with "lyra2re".

Huh sorry, my mistake. Actually it's based on djm34's version, that's why it also has Pluck which badman74 doesn't have.

Someone should gather all these versions together in the main sgminer git..
If I get time this weekend I will try to get all that added to my version.
newbie
Activity: 57
Merit: 0
Ok, I did a multi-algo version myself, source available from HERE.

This is based on badman74's latest version, so includes Lyra2E, Pluck and WhirlpoolX algos.

Don't ask for windows builds, sorry.

Are you sure this is based on latest badman74's version from here: https://github.com/badman74/sgminer? Because I've noticed two issues: "--difficulty-multiplier 2" issue is not resolved in your source (but is in badman74's git version) and Lyra2RE algo only works with "Lyra2RE" algorithm acronym, but not with "lyra2re".

Huh sorry, my mistake. Actually it's based on djm34's version, that's why it also has Pluck which badman74 doesn't have.

Someone should gather all these versions together in the main sgminer git..
sr. member
Activity: 457
Merit: 273
Ok, I did a multi-algo version myself, source available from HERE.

This is based on badman74's latest version, so includes Lyra2E, Pluck and WhirlpoolX algos.

Don't ask for windows builds, sorry.

Are you sure this is based on latest badman74's version from here: https://github.com/badman74/sgminer? Because I've noticed two issues: "--difficulty-multiplier 2" issue is not resolved in your source (but is in badman74's git version) and Lyra2RE algo only works with "Lyra2RE" algorithm acronym, but not with "lyra2re".
sr. member
Activity: 462
Merit: 250
Thank you!, now i am getting

GPU 1 failure, disabling!
GPU 2 failure, disabling!

If you overclock, reduce the frequency.
member
Activity: 81
Merit: 1002
It was only the wind.
Try 13, like damm315er is using.

Thx wolf, 13 is giving me 240. Still far away from +300

Try xI 3 or 4, but specify thread concurrency with it. Set it to 16384.

Also, what clocks?
sr. member
Activity: 700
Merit: 250
Thank you!, now i am getting

GPU 1 failure, disabling!
GPU 2 failure, disabling!
full member
Activity: 125
Merit: 100
I need help trying to get the new sgminer to work.

I am on latest AMD driver and SDK.

Tried

sgminer-5.0-daily-20140710-14-win32
sgminer-5.1-2014-12-20-win32
sgminer-whirpoolx-win64

keep getting

http://imgur.com/4hvDZWc
add --gpu-platform 1
member
Activity: 81
Merit: 1002
It was only the wind.
do you plan to make a build for mac os?

I'm interested in a Mac OS X version too.

That is a REALLY old post you quoted. And no.
sr. member
Activity: 700
Merit: 250
I need help trying to get the new sgminer to work.

I am on latest AMD driver 14.12
and
APPSDK 2.9.1.

Tried

sgminer-5.0-daily-20140710-14-win32
sgminer-5.1-2014-12-20-win32
sgminer-whirpoolx-win64

keep getting

http://imgur.com/4hvDZWc

My normal miner i use works without any problems.
sr. member
Activity: 384
Merit: 250
I have an important question:

Does sgminer works work with scrypt asic hardwares miner?
It would be great to see setting!
member
Activity: 81
Merit: 1002
It was only the wind.
What's the recommended settings for a R9 290 trixx ?
Only getting 110Kh on neoscrypt  Angry

Try xintensity 3 or 4 with 2 gpu threads, also, overclock it.

Latest SGminer, 14.9 installed using 14.6 drivers.

xintensity gives me HW errors (nonce)
intensity 14-17 gives me only 237Kh/s

Any tips for 290 trixx?

Code:
"pools" : [

{
"name" : "",
"url" : "",
"user" : "",
"pass" : "",
"intensity" : "17",
"kernel" : "neoscrypt"
}
],
"failover-only" : true,
"failover-switch-delay" : "300",
"queue" : "0",

"api-listen": true,
"api-port": "4028",
"api-allow": "W:127.0.0.1",

"auto-fan" : true,
"auto-gpu" : true,
"gpu-threads" : "2",
"kernel-path" : "/usr/local/bin"
}

Try 13, like damm315er is using.
sr. member
Activity: 547
Merit: 250
Ok, I did a multi-algo version myself, source available from HERE.

This is based on badman74's latest version, so includes Lyra2E, Pluck and WhirlpoolX algos.

Don't ask for windows builds, sorry.


Where you at badman74, mind spinning us up some Windows binaries please?
newbie
Activity: 57
Merit: 0
Oh yeah,
I can switch between algo's just fine.

I used Wolf his 64bit linux version (source).

How do  you switch? Here it uses whirlpoolx kernel for all algos..


Nicehash has sgminer downloads that allow for switching including whirlpoolx.  It has been working for me.  The announcement a few posts back was kind of confusing

Well, I haven't tested the Windows versions, but Linux binaries and the source are whirlpoolx-only.

The source code only has whirlpoolx.c in the algorithm-directory. There is no way any other algo could work..
full member
Activity: 169
Merit: 100
Oh yeah,
I can switch between algo's just fine.

I used Wolf his 64bit linux version (source).

How do  you switch? Here it uses whirlpoolx kernel for all algos..


Nicehash has sgminer downloads that allow for switching including whirlpoolx.  It has been working for me.  The announcement a few posts back was kind of confusing
member
Activity: 81
Merit: 1002
It was only the wind.
What's the recommended settings for a R9 290 trixx ?
Only getting 110Kh on neoscrypt  Angry

Run SGminer with the latest kernel, with 14.9 drivers on the machine and 14.6 drivers in the folder.  And pick your favorite intensity/xintensity settings.  

With the latest bottlenecked kernel, I've gotten 330k+ each, detuned a little because of bad fans. (the 330k+ are trixx 290's and the HW's are because of heat, the 301k are other GPU's)



What kernel is it?

What makes you think it's not the one that comes with SGMiner? (It is, I think.)
newbie
Activity: 57
Merit: 0
Ok, I did a multi-algo version myself, source available from HERE.

This is based on badman74's latest version, so includes Lyra2E, Pluck and WhirlpoolX algos.

Don't ask for windows builds, sorry.
newbie
Activity: 57
Merit: 0
Oh yeah,
I can switch between algo's just fine.

I used Wolf his 64bit linux version (source).

How do  you switch? Here it uses whirlpoolx kernel for all algos..
newbie
Activity: 57
Merit: 0
Does anyone have sgminer version that has both Whirlpool and Lyra?

At least the sources available in Nicehash page has only Whirlpool..

Edit: Huooh, it's worse than that, this version of sgminer seems to have whirlpoolx only.. Really guys. Smiley

Well, the bright side is that all other algorithms seem to improve on profitability now that anyone interested in Whirlpoolx can't mine anything else. Smiley
Pages:
Jump to: