Bitcoin Forum
May 03, 2024, 12:21:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 [95] 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 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 ... 233 »
  Print  
Author Topic: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner  (Read 877795 times)
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
October 02, 2014, 09:11:14 PM
 #1881

Do git clone --recursive https://github.com/sgminer-dev/sgminer.git to get sgminer instead of downloading it the way you are, or use git submodule init and git submodule update before configuring
still not working Sad
still shows you dont have jasson... in mingw shell, goto your sgminer dir and enter git submodule update --init and see if it downloads it if not then there is a problem with git
i have to open a git shell separately (not the one i use for mingw) then use git submodule update --init, then go back to mingw and do the rest from autoreconf -fvi on
1714738918
Hero Member
*
Offline Offline

Posts: 1714738918

View Profile Personal Message (Offline)

Ignore
1714738918
Reply with quote  #2

1714738918
Report to moderator
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714738918
Hero Member
*
Offline Offline

Posts: 1714738918

View Profile Personal Message (Offline)

Ignore
1714738918
Reply with quote  #2

1714738918
Report to moderator
semajjames
Hero Member
*****
Offline Offline

Activity: 528
Merit: 500


View Profile
October 02, 2014, 09:18:18 PM
 #1882

I may start up the little thing I was doing, compiling SG5 for Win x64 every week or so again. Seems like people could use it.

Why do these miner's need compiling every week ?
is it because they are changed regularly in some way on git hub?

Usually, developers change things. That's how new features get added and stuff. Tongue

Anyway, I did it more for people who couldn't compile themselves but still wanted the absolute latest in terms of speed improvements and features.

Yeah right nice, I don't know how to compile.
So if someone compiles a miner on their own machine is the resulting miner then tuned more to that machine than others ?
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
October 02, 2014, 09:22:51 PM
 #1883

I may start up the little thing I was doing, compiling SG5 for Win x64 every week or so again. Seems like people could use it.

Why do these miner's need compiling every week ?
is it because they are changed regularly in some way on git hub?

Usually, developers change things. That's how new features get added and stuff. Tongue

Anyway, I did it more for people who couldn't compile themselves but still wanted the absolute latest in terms of speed improvements and features.

Yeah right nice, I don't know how to compile.
So if someone compiles a miner on their own machine is the resulting miner then tuned more to that machine than others ?
shouldn't be
the only problem with not doing it yourself is the possibility of getting a virus either intentionally added or sneaking in from the builders computer on one of the dll's
semajjames
Hero Member
*****
Offline Offline

Activity: 528
Merit: 500


View Profile
October 02, 2014, 09:53:19 PM
 #1884

I may start up the little thing I was doing, compiling SG5 for Win x64 every week or so again. Seems like people could use it.

Why do these miner's need compiling every week ?
is it because they are changed regularly in some way on git hub?

Usually, developers change things. That's how new features get added and stuff. Tongue

Anyway, I did it more for people who couldn't compile themselves but still wanted the absolute latest in terms of speed improvements and features.

Yeah right nice, I don't know how to compile.
So if someone compiles a miner on their own machine is the resulting miner then tuned more to that machine than others ?
shouldn't be
the only problem with not doing it yourself is the possibility of getting a virus either intentionally added or sneaking in from the builders computer on one of the dll's
  "shouldn't be"
But miners with different drivers that makes a difference yeah?
what drivers is your sg 5-mod compiled with?

getting a virus yeah well thats why ya dont use an .exe of someone's who you don't know :-)
Eliovp
Legendary
*
Offline Offline

Activity: 1050
Merit: 1293

Huh?


View Profile WWW
October 02, 2014, 09:56:27 PM
 #1885

getting a virus yeah well thats why ya dont use an .exe of someone's who you don't know :-)

It doesn't especially have to be a .exe .... just be careful..

badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
October 02, 2014, 10:23:15 PM
 #1886

I may start up the little thing I was doing, compiling SG5 for Win x64 every week or so again. Seems like people could use it.

Why do these miner's need compiling every week ?
is it because they are changed regularly in some way on git hub?

Usually, developers change things. That's how new features get added and stuff. Tongue

Anyway, I did it more for people who couldn't compile themselves but still wanted the absolute latest in terms of speed improvements and features.

Yeah right nice, I don't know how to compile.
So if someone compiles a miner on their own machine is the resulting miner then tuned more to that machine than others ?
shouldn't be
the only problem with not doing it yourself is the possibility of getting a virus either intentionally added or sneaking in from the builders computer on one of the dll's
  "shouldn't be"
But miners with different drivers that makes a difference yeah?
what drivers is your sg 5-mod compiled with?

getting a virus yeah well thats why ya dont use an .exe of someone's who you don't know :-)
i am using 14.6 drivers
TheUsualStuff
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
October 03, 2014, 01:00:37 AM
 #1887

I may start up the little thing I was doing, compiling SG5 for Win x64 every week or so again. Seems like people could use it.


Thanks for the nice offers, but I'd really like to know how to compile it so I can play in source. I'm not really a miner, or an investor. I was trying to build sgminer with a change to source code, so I'd need to build from my own github Cheesy

gonna try out what badman74 said to try out now.
SavageWS6
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
October 03, 2014, 01:05:55 AM
 #1888

Has anyone tried Windows 10 yet?
I have tried it on Windows 10 x64.. Worked perfectly fine

BTC: 1NLNtXmdLVhS25xMk2neh2viHPDHEfdrGZ
MYR: MQvEmxAhAhdN5rfmJsChJ3mN8CUEs9iCn6
semajjames
Hero Member
*****
Offline Offline

Activity: 528
Merit: 500


View Profile
October 03, 2014, 03:10:01 AM
Last edit: October 03, 2014, 03:33:14 AM by semajjames
 #1889


i am using 14.6 drivers

great just installed 14,6rc beta and was able to raise clocks to get 75kh/s more per 290 on x13

did you use 14.6 rc beta  or 14.6 rc2 ?
TheUsualStuff
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
October 03, 2014, 03:55:26 AM
 #1890

Do git clone --recursive https://github.com/sgminer-dev/sgminer.git to get sgminer instead of downloading it the way you are, or use git submodule init and git submodule update before configuring
still not working Sad
still shows you dont have jasson... in mingw shell, goto your sgminer dir and enter git submodule update --init and see if it downloads it if not then there is a problem with git
i have to open a git shell separately (not the one i use for mingw) then use git submodule update --init, then go back to mingw and do the rest from autoreconf -fvi on

Thanks,

I got jansson installed now. Do version numbers matter here? i did the submodule update on sgminer folder, but now it doesn't find OpenCL after configure.

Gonna try to redo it.
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
October 03, 2014, 04:07:47 AM
 #1891


i am using 14.6 drivers

great just installed 14,6rc beta and was able to raise clocks to get 75kh/s more per 290 on x13

did you use 14.6 rc beta  or 14.6 rc2 ?

beta
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
October 03, 2014, 04:10:00 AM
 #1892

Do git clone --recursive https://github.com/sgminer-dev/sgminer.git to get sgminer instead of downloading it the way you are, or use git submodule init and git submodule update before configuring
still not working Sad
still shows you dont have jasson... in mingw shell, goto your sgminer dir and enter git submodule update --init and see if it downloads it if not then there is a problem with git
i have to open a git shell separately (not the one i use for mingw) then use git submodule update --init, then go back to mingw and do the rest from autoreconf -fvi on

Thanks,

I got jansson installed now. Do version numbers matter here? i did the submodule update on sgminer folder, but now it doesn't find OpenCL after configure.

Gonna try to redo it.
not really... for some reason i cant get my fork of sgminer to show 5.0.0
only way i could do it as far as i have found would be to delete my repo and refork it then add my changes back
TheUsualStuff
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
October 03, 2014, 04:12:28 AM
 #1893

Do git clone --recursive https://github.com/sgminer-dev/sgminer.git to get sgminer instead of downloading it the way you are, or use git submodule init and git submodule update before configuring
still not working Sad
still shows you dont have jasson... in mingw shell, goto your sgminer dir and enter git submodule update --init and see if it downloads it if not then there is a problem with git
i have to open a git shell separately (not the one i use for mingw) then use git submodule update --init, then go back to mingw and do the rest from autoreconf -fvi on

Thanks,

I got jansson installed now. Do version numbers matter here? i did the submodule update on sgminer folder, but now it doesn't find OpenCL after configure.

Gonna try to redo it.
not really... for some reason i cant get my fork of sgminer to show 5.0.0
only way i could do it as far as i have found would be to delete my repo and refork it then add my changes back

Oh, I meant version #'s for mingw/jansson. Weird that the fork won't show 5.0.0 though.
semajjames
Hero Member
*****
Offline Offline

Activity: 528
Merit: 500


View Profile
October 03, 2014, 05:06:43 AM
Last edit: October 03, 2014, 07:59:27 AM by semajjames
 #1894


i am using 14.6 drivers

great just [edit just removed 14.7 and] installed 14,6rc beta and was able to raise clocks to get 75kh/s more per 290 on x13

did you use 14.6 rc beta  or 14.6 rc2 ?

beta

smooth 5.28M on 290 for 2 hour's 0% rejects :-)

[edit] and it's fixed my low hash rat on NIST5
TheUsualStuff
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
October 03, 2014, 06:01:04 AM
 #1895

not really... for some reason i cant get my fork of sgminer to show 5.0.0
only way i could do it as far as i have found would be to delete my repo and refork it then add my changes back

Turns out I forgot to re-add the OpenCL stuff, after you told me how to do the github stuff. Yeah, my prob was something with git.

Anyways, got it all compiled and working happy right now (been a long time since I had my cards doing something useful).

Testing it out now, thanks! Cheesy
semajjames
Hero Member
*****
Offline Offline

Activity: 528
Merit: 500


View Profile
October 03, 2014, 08:09:44 AM
Last edit: October 03, 2014, 08:40:03 AM by semajjames
 #1896

Code:
{
"profiles" : [
{
"name" : "x11",
"algorithm" : "darkcoin-mod",
"xintensity" : "64",
"gpu-threads" : "2",
"worksize": "64"
},
{
"name" : "x13",
"algorithm" : "marucoin-mod",
"xintensity" : "51",
"gpu-threads" : "2",
"worksize": "64"
},
{
"name" : "x15",
"algorithm" : "bitblock",
"xintensity" : "51",
"gpu-threads" : "2",
"worksize": "64"
},
{
"name" : "nist5",
"algorithm" : "talkcoin-mod",
"intensity" : "16",
"gpu-threads" : "2",
"worksize": "64"
}
],
"default-profile": "x15",
"hamsi-expand-big" : "7",
"hamsi-short" : true,
"blake-compact" : true,
"keccak-unroll" : "8",
"luffa-parallel" : true,
"shaders" : "2816",
"gpu-fan" : "85-100",
"gpu-powertune" : "15",
"gpu-engine" : "0",
"gpu-memclock" : "0",
"gpu-vddc" : "0",
"auto-fan" : true,
"failover-only" : true,
"expiry" : "1",
"gpu-dyninterval" : "7",
"hotplug" : "5",
"log" : "5",
"queue" : "0",
"scan-time" : "1",
"temp-hysteresis" : "2",
"shares" : "0",
"no-submit-stale" : false,
"no-restart" : true,
"failover-switch-delay" : "30",
"show-coindiff" : true,
"remove-disabled" : true,
"extranonce-subscription" : true
}
R9 290x
Try hamsi-expand 7
There non x r9 290's but even so being under 10M was making me think i was missing some mod   or some reading that with nist5 the speed was hard to get to.
i would say yes you should be getting more than 9mh/s out of them but i dont really see any huge problems with your setup...
try redownloading my mod from my sig
and make sure

"hamsi-expand-big" : "7",
"hamsi-short" : true,
"blake-compact" : true,
"keccak-unroll" : "8",
"luffa-parallel" : true,

are in your config
also set

"gpu-threads" : "2",
"worksize": "64"

[Edit] Fixed this low hash rate on nist5 by changing to 14.6 rc beta  driver     instead of 14.7 :-)
Foss
Full Member
***
Offline Offline

Activity: 125
Merit: 100


View Profile
October 03, 2014, 09:50:10 AM
 #1897

in sgminer v5 doesn't work nscrypt  Huh
Code:
sgminer.exe --algorithm nscrypt -o stratum+tcp://stratum.nicehash.com:3335 -u ...... -p d=128 -I 19 -w 256 -g 1 --lookup-gap 2 --thread-concurrency 19712,12800 -s 1 --queue 0 --expiry 10 --gpu-engine 1100,1160 --gpu-memclock 1400,1500 --gpu-powertune 20 --gpu-fan 72,48
have: " Rejected ....share above target "  on 4.2.1 version it's OK  What is wrong with sgminer v5?

BTC: 147kwy3LndX6jkwGC3mU9j6rZMWU8g1Amd
DASH: XhR4V6ChnQp7LDWhpArwBMXARxU5LGiq8a
ETH: 0xe4b10dff72b58a363a3c8b70e21cfb236e2697c9
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
October 03, 2014, 11:15:25 AM
 #1898

in sgminer v5 doesn't work nscrypt  Huh
Code:
sgminer.exe --algorithm nscrypt -o stratum+tcp://stratum.nicehash.com:3335 -u ...... -p d=128 -I 19 -w 256 -g 1 --lookup-gap 2 --thread-concurrency 19712,12800 -s 1 --queue 0 --expiry 10 --gpu-engine 1100,1160 --gpu-memclock 1400,1500 --gpu-powertune 20 --gpu-fan 72,48
have: " Rejected ....share above target "  on 4.2.1 version it's OK  What is wrong with sgminer v5?
use
"algorithm" : "alexkarnew",
"nfactor" : "11"
or whatever scrypt kernel you want instead of alexkarnew
Feneusens
Sr. Member
****
Offline Offline

Activity: 275
Merit: 250


View Profile
October 03, 2014, 01:08:01 PM
 #1899

Any help for upgrading to 14.9?

semajjames
Hero Member
*****
Offline Offline

Activity: 528
Merit: 500


View Profile
October 03, 2014, 01:40:58 PM
 #1900

Any help for upgrading to 14.9?
If you are using "Badman74" mod from his sig then i would most defenintly   stick with or go back to 14.6 rc beta
Pages: « 1 ... 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 [95] 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 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 ... 233 »
  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!