Bitcoin Forum
May 03, 2024, 07:08:41 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 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 ... 233 »
  Print  
Author Topic: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner  (Read 877795 times)
realrover
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile
July 13, 2014, 06:30:30 PM
 #1041

Hi guys,
Sorry, I'm not able to read the whole thread regarding my problem. Probably someone has a quick answer to this:

I'm starting the miner with the following config file:

Code:
{
"pools" : [
{
"name" : "Betarigs X13",
"url" : "stratum+tcp://r1182.g19.rigs.eu.betarigs.com:4420",
"user" : "user",
"pass" : "x",
"pool-priority" : "0",
"algorithm" : "marucoin-mod",
"intensity" : "18",
"gpu-threads" : "2",
"worksize": "128"
},
{
"name" : "NH x13 auto",
"url" : "stratum+tcp://stratum.nicehash.com:4337",
"user" : "BTC address here",
"pass" : "d=.01;f0=0;f2=0;f3=4.14;f4=3.18;f5=0;f6=2.66;f7=0",
"algorithm" : "marucoin-mod",
"intensity" : "18",
"gpu-threads" : "2",
"worksize": "128"
},
{
"name" : "NH x11 auto",
"url" : "stratum+tcp://stratum.nicehash.com:4336",
"user" : "BTC address here",
"pass" : "d=.04;f0=0;f2=0;f3=4.14;f4=3.18;f5=0;f6=2.66;f7=0",
"algorithm" : "darkcoin-mod",
"intensity" : "17",
"gpu-threads" : "2",
"worksize": "256"
},
{
"name" : "NH x15 auto",
"url" : "stratum+tcp://stratum.nicehash.com:4339",
"user" : "BTC address here",
"pass" : "d=.01;f0=0;f2=0;f3=4.14;f4=3.18;f5=0;f6=2.66;f7=0",
"algorithm" : "bitblock",
"intensity" : "16",
"gpu-threads" : "2",
"worksize": "64"
},
{
"name" : "TradeMyBit E2 X13",
"url" : "stratum+tcp://east02.us.trademybit.com:5550",
"user" : "user",
"pass" : "x",
"algorithm" : "marucoin-mod",
"intensity" : "18",
"gpu-threads" : "2",
"worksize": "128"
}
],

"hamsi-expand-big" : "1",
"extranonce-subscription" : true,
"show-coindiff" : true,

"gpu-engine" : "1140,1140,1120,1150",
"gpu-memclock" : "1400,1400,1400,1400",
"gpu-powertune" : "0",
"gpu-vddc" : "0",
"auto-fan" : true,
"gpu-fan" : "10-100,10-100,10-100,10-100",

"temp-target" : "69,70,71,72",
"temp-overheat" : "86",
"temp-cutoff" : "95",
"temp-hysteresis" : "2",

"disable-rejecting" : true,
"failover-only" : true,
"failover-switch-delay" : "30",
"expiry" : "1",
"gpu-dyninterval" : "7",
"hotplug" : "5",
"log" : "5",
"queue" : "0",
"scan-time" : "1",
"no-submit-stale" : false,
"no-restart" : true,

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

}

The miner starts and silently shuts down after couple of seconds. When I start it with -T option it prints text below and shuts down after I press any key:

C:\Utils\Sgminer5>C:\Utils\Sgminer5\sgminer.exe -T --config C:\Utils\Sgminer5\sg
miner-auto.conf
[13:48:50] Started sgminer 4.2.2-265-g363f-dirty
[13:48:50] * using Jansson 2.6
[13:48:50] Loaded configuration file C:\Utils\Sgminer5\sgminer-auto.conf

[13:48:52] Probing for an alive pool
[13:48:53] Switching to NH x11 auto - first alive pool
[13:48:53] Startup GPU initialization... Using settings from pool NH x11 auto.

[13:48:53] Startup Pool No = 1

C:\Utils\Sgminer5>pause
Press any key to continue . . .

If I start it with "old-fashion" config file, without auto-switching options specified under the "pools" section, it works perfectly. What could it be? Thank you.

are you using the latest build?
this problem was solved recently i believe
has to do with not setting a TC (fixed a few days ago)


Yes, my version is 1 week old. Adding TC has helped. Thank you very much for your help!
1714720121
Hero Member
*
Offline Offline

Posts: 1714720121

View Profile Personal Message (Offline)

Ignore
1714720121
Reply with quote  #2

1714720121
Report to moderator
1714720121
Hero Member
*
Offline Offline

Posts: 1714720121

View Profile Personal Message (Offline)

Ignore
1714720121
Reply with quote  #2

1714720121
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.
infofront
Legendary
*
Offline Offline

Activity: 2632
Merit: 2780


Shitcoin Minimalist


View Profile
July 13, 2014, 06:48:23 PM
 #1042

I'm trying to run this on opensuse.
If I try compiling it myself, I get:

Making all in submodules
make[2]: Entering directory `/home/jacob/bin/sgminer/submodules'
Making all in jansson
make[3]: Entering directory `/home/jacob/bin/sgminer/submodules/jansson'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/home/jacob/bin/sgminer/submodules/jansson'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jacob/bin/sgminer/submodules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jacob/bin/sgminer'
make: *** [all] Error 2


If I try running the x86_64 binary from nicehash, I get a libcurl error: no version information available

I have libcurl and all dependencies.
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
July 13, 2014, 06:59:31 PM
 #1043

I'm trying to run this on opensuse.
If I try compiling it myself, I get:

Making all in submodules
make[2]: Entering directory `/home/jacob/bin/sgminer/submodules'
Making all in jansson
make[3]: Entering directory `/home/jacob/bin/sgminer/submodules/jansson'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/home/jacob/bin/sgminer/submodules/jansson'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jacob/bin/sgminer/submodules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jacob/bin/sgminer'
make: *** [all] Error 2


If I try running the x86_64 binary from nicehash, I get a libcurl error: no version information available

I have libcurl and all dependencies.
do
git submodule init
git submodule update
first
or when doing git
git clone --recursive -b v5_0 git://github.com/sgminer-dev/sgminer.git
infofront
Legendary
*
Offline Offline

Activity: 2632
Merit: 2780


Shitcoin Minimalist


View Profile
July 13, 2014, 08:22:23 PM
 #1044

I'm trying to run this on opensuse.
If I try compiling it myself, I get:

Making all in submodules
make[2]: Entering directory `/home/jacob/bin/sgminer/submodules'
Making all in jansson
make[3]: Entering directory `/home/jacob/bin/sgminer/submodules/jansson'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/home/jacob/bin/sgminer/submodules/jansson'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jacob/bin/sgminer/submodules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jacob/bin/sgminer'
make: *** [all] Error 2


If I try running the x86_64 binary from nicehash, I get a libcurl error: no version information available

I have libcurl and all dependencies.
do
git submodule init
git submodule update
first
or when doing git
git clone --recursive -b v5_0 git://github.com/sgminer-dev/sgminer.git

It's working great now. Thanks!
induktor
Hero Member
*****
Offline Offline

Activity: 710
Merit: 502



View Profile
July 14, 2014, 02:21:01 AM
 #1045

Hello
I am mining Nist5 (talkcoin-mod) algo with 4x 7950, but can't get more than 5.2MH per card.
Using 14.4 Driver on Xubuntu 12.04, kindly anyone can provide a 14.6 BIN file for the 7950 on talkcoin-mod?

I have one but it says Nist5 instead of talkcoin-mod, rename it, but I get tons of HW errors, so obviously it is not compatible with this version or my cards, or the OS. Smiley

thank you!.


BTC addr: 1vTGnFgaM2WJjswwmbj6N2AQBWcHfimSc
phzi
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
July 14, 2014, 02:24:47 AM
 #1046

Hello
I am mining Nist5 (talkcoin-mod) algo with 4x 7950, but can't get more than 5.2MH per card.
Using 14.4 Driver on Xubuntu 12.04, kindly anyone can provide a 14.6 BIN file for the 7950 on talkcoin-mod?

I have one but it says Nist5 instead of talkcoin-mod, rename it, but I get tons of HW errors, so obviously it is not compatible with this version or my cards, or the OS. Smiley

thank you!.
Why not just update to 14.6?
induktor
Hero Member
*****
Offline Offline

Activity: 710
Merit: 502



View Profile
July 14, 2014, 02:43:42 AM
 #1047

My miners runs off a USB flash drive, I have only 10% free, If I try to update the driver, I risk run out of flash space, happened before and had to reinstall everything Sad

the only option (unless someone can help with the bin files) is to install one of the miners from scratch on a hard drive, once everything is working, copy the bin files to the USB flash drive and get rid of the hard drive.

but it is a lot of work that I will really love to avoid if possible Smiley

BTC addr: 1vTGnFgaM2WJjswwmbj6N2AQBWcHfimSc
bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
July 14, 2014, 08:26:31 AM
Last edit: July 14, 2014, 09:48:30 AM by bullus
 #1048

My miners runs off a USB flash drive, I have only 10% free, If I try to update the driver, I risk run out of flash space, happened before and had to reinstall everything Sad

the only option (unless someone can help with the bin files) is to install one of the miners from scratch on a hard drive, once everything is working, copy the bin files to the USB flash drive and get rid of the hard drive.

but it is a lot of work that I will really love to avoid if possible Smiley

I will upload my bin..7950@1040/1500 ~11mh/s..shortly

edit

https://mega.co.nz/#!LAdCXIra!KD_Dil8Dx8UQ0BrvpNWHP16hj_Sc6V1Yx1Ev9MYAaNg

using
Code:
	{
"name" : "nist5",
"algorithm" : "talkcoin-mod",
"intensity" : "18",
"gpu-threads" : "2",
"gpu-powertune" : "8",
                "gpu-fan" : "65-65",
"worksize": "64"
},

Good luck  Wink

btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
dragonmike
Hero Member
*****
Offline Offline

Activity: 1274
Merit: 556



View Profile
July 14, 2014, 08:34:50 AM
Last edit: July 14, 2014, 12:02:49 PM by dragonmike
 #1049

Hi all
Could someone maybe give my poor being a hand in getting the optimised Nist5 miner/kernel to work on SGminer5? I use PiMP, been trying to compile on of djm34's versions myself but failed miserably... I think it might be due to my abysmal Linux skills... Embarrassed

Anyone who could share the few command lines needed?
Many thanks in advance!
 Smiley

EDIT: It works in sph-sgminer_x11mod. However it would be very nice if I could use Nist5 in the multi-switching algo of SGminer5...
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
July 14, 2014, 02:24:07 PM
 #1050

Hi all
Could someone maybe give my poor being a hand in getting the optimised Nist5 miner/kernel to work on SGminer5? I use PiMP, been trying to compile on of djm34's versions myself but failed miserably... I think it might be due to my abysmal Linux skills... Embarrassed

Anyone who could share the few command lines needed?
Many thanks in advance!
 Smiley

EDIT: It works in sph-sgminer_x11mod. However it would be very nice if I could use Nist5 in the multi-switching algo of SGminer5...

There's about 80 config files posted throughout this thread.  Please take the time to look, instead of post a "just do it for me already" post, which that basically was.

--kernel nist5 == --algorithm talkcoin-mod

Spent time trying to compile, but completely missed a) comparing the two files' sizes b) checking through some of the many working configs posted c) https://github.com/sgminer-dev/sgminer/pull/272 d) https://github.com/sgminer-dev/sgminer/issues/268

...
dragonmike
Hero Member
*****
Offline Offline

Activity: 1274
Merit: 556



View Profile
July 14, 2014, 03:08:27 PM
 #1051

Hi all
Could someone maybe give my poor being a hand in getting the optimised Nist5 miner/kernel to work on SGminer5? I use PiMP, been trying to compile on of djm34's versions myself but failed miserably... I think it might be due to my abysmal Linux skills... Embarrassed

Anyone who could share the few command lines needed?
Many thanks in advance!
 Smiley

EDIT: It works in sph-sgminer_x11mod. However it would be very nice if I could use Nist5 in the multi-switching algo of SGminer5...

There's about 80 config files posted throughout this thread.  Please take the time to look, instead of post a "just do it for me already" post, which that basically was.

--kernel nist5 == --algorithm talkcoin-mod

Spent time trying to compile, but completely missed a) comparing the two files' sizes b) checking through some of the many working configs posted c) https://github.com/sgminer-dev/sgminer/pull/272 d) https://github.com/sgminer-dev/sgminer/issues/268

...

Spent time to answer like a douchebag but completely missed a) what files? b) since when do configs tell you if a kernel is compiled into a miner without having to do it first? c) & d) that's not a walkthrough nor an explanation that are links to conversations about merging files and technical data.

Well done for being a douche and not answering any of the question. Next time, can you just refrain if you do not intend to help?
GunPowder
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 14, 2014, 03:17:31 PM
 #1052

MultiAlgo ports are not sharp.

In the same moment a few multialgo ports were open (4337, 4339 on the picture).
But the table on the site was saying 4339 much more profitable (In the moment when I made screen).
How can I solve that?

Thank you!

oktay50000
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


View Profile
July 14, 2014, 03:27:44 PM
 #1053

MultiAlgo ports are not sharp.

In the same moment a few multialgo ports were open (4337, 4339 on the picture).
But the table on the site was saying 4339 much more profitable (In the moment when I made screen).
How can I solve that?

Thank you!



+1

BTC : bc1qqz9hvv806w2zs42mx4rn576whxmr202yxp00e9

feel free to buy me a bear
nicehashdev
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
July 14, 2014, 03:28:38 PM
 #1054

Make sure you use same factors and costs for all connections made. If these are not the same, then this is exactly what you can see - multiple stratums being alive and ready to serve work.
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
July 14, 2014, 03:32:17 PM
Last edit: July 14, 2014, 03:46:57 PM by platinum4
 #1055

Hi all
Could someone maybe give my poor being a hand in getting the optimised Nist5 miner/kernel to work on SGminer5? I use PiMP, been trying to compile on of djm34's versions myself but failed miserably... I think it might be due to my abysmal Linux skills... Embarrassed

Anyone who could share the few command lines needed?
Many thanks in advance!
 Smiley

EDIT: It works in sph-sgminer_x11mod. However it would be very nice if I could use Nist5 in the multi-switching algo of SGminer5...

There's about 80 config files posted throughout this thread.  Please take the time to look, instead of post a "just do it for me already" post, which that basically was.

--kernel nist5 == --algorithm talkcoin-mod

Spent time trying to compile, but completely missed a) comparing the two files' sizes b) checking through some of the many working configs posted c) https://github.com/sgminer-dev/sgminer/pull/272 d) https://github.com/sgminer-dev/sgminer/issues/268

...

Spent time to answer like a douchebag but completely missed a) what files? b) since when do configs tell you if a kernel is compiled into a miner without having to do it first? c) & d) that's not a walkthrough nor an explanation that are links to conversations about merging files and technical data.

Well done for being a douche and not answering any of the question. Next time, can you just refrain if you do not intend to help?

a) files nist5.cl & talkcoin-mod.cl
b) most every config have people listing "nist5" pools while using "talkcoin-mod" as the algorithm [2+2=4]
c) exact date at which lasybear merged the nist5 algorithm, named "talkcoin-mod" into sgminer, from sph_sgminer (lasybear's miner); that's the optimized nist5 kernel, because that's the exact same human being that made it for his own miner, and then was kind enough to push it over into this sgminer multi-algo version, can't get a more direct source than that
d) exact date at which I proposed we include the nist5 algorithm, which lasybear pushed over as a response, in part c)

So it appears to be, douchebag or not, that I'm one of the reasons we have this algo in the multi-algo sgminer, but whatever dude, interpret all of our help here in a different light if you need to, seeing as we've been participating actively both in this sgminer and lasybear's since the beginning https://bitcointalk.org/index.php?topic=632503.msg7049650#msg7049650

You said it yourself, you wanted a walkthrough.  Walk through 54 pages of posts, just as we have, and you'll be up and running in no time, just like we are.  If you want somebody else to do it for you, just state that, and offer a bounty to pay.  Deeming anybody a douchebag may make you feel better, but it won't get you up and running any faster.  Take the time to look through peoples' problems and solutions here, since many problems are presented, and many solutions have been offered and accepted that have fixed a myriad of problems, across different card architectures, different OS, different driver versions, and different pools.  Your post was pretty non-specific and just said "how do i hash, i was using lasybear's now i want to use this."  Without specifics, OS, driver version, card type & specs, what could you possibly expect us to be able to provide you, without knowing what your specific situation is?  Since you know your situation, and we don't, there's 54 pages of possible solutions here, which seems to about a hundred others to be more than helpful for setting up.

There's config files for nearly every card-type with different specs if you need it, complete with recommended intensities.

There's multiple posts listing near-exactly what hashrates you can expect with CCC 13.x-14.4, and also 14.6 beta and later.

There's a ton of people who split their configs into two files, using a profiles.conf and a shortened sgminer.conf, with examples.

There's a few people who use CGWatcher, and there are a few valid config files which satisfy CGWatcher.

There's plenty of help here.
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
July 14, 2014, 03:54:16 PM
 #1056

@nicehashdev

Can you please make available the source for sgminer-5.0-pre-release-2014-06-25-win32, I am trying to track down a very specific bug that's been occurring the last few weeks since that release, which has caused a significant drop (up to -500Kh/s) in the x11 algorithm's performance.  https://github.com/sgminer-dev/sgminer/issues/347

I've already gone over it with ystarnaud and we can confirm that it is a) not driver-related b) not .cl-file related c) copying the .bin file from the working 06-25 build into the latest 07-12 build actually yields worse performance d) rebooting is not an issue, as I can flip over any time back to the 06-25 build and replicate maximum hashrate versus not e) the 06-25 build allowed you to set gpu-engine, and it does still allow you to set gpu-engine even with 14.7RC drivers, which the devs think you currently cannot

Please please please make available this source for us to compare against.  It was the last known source prior to addition of x15 algorithm.

As hashrate providers, you want us to figure this out for you.
GunPowder
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 14, 2014, 05:47:55 PM
 #1057

Make sure you use same factors and costs for all connections made. If these are not the same, then this is exactly what you can see - multiple stratums being alive and ready to serve work.
Please advise, where I'm wrong. f=Numbers are my Mhs:
Code:
 "pools": [
  {
   "name": "NH x11 multi",
   "url" : "stratum+tcp://stratum.nicehash.com:4336",
   "user" : "***",
   "pass": "f0=0;f2=0;f3=145;f4=117;f5=0;f6=101;f7=455",
   "profile": "x11"
  },
  {
   "name": "NH x13 multi",
   "url" : "stratum+tcp://stratum.nicehash.com:4337",
   "user" : "***",
   "pass": "f0=0;f2=0;f3=145;f4=117;f5=0;f6=101;f7=455",
   "profile": "x13"
  },
  {
   "name": "NH x15 multi",
   "url" : "stratum+tcp://stratum.nicehash.com:4339",
   "user" : "***",
   "pass": "f0=0;f2=0;f3=145;f4=117;f5=0;f6=101;f7=455",
   "profile": "x15"
  },
  {
   "name": "NH Nist5 multi",
   "url" : "stratum+tcp://stratum.nicehash.com:4340",
   "user" : "***",
   "pass": "f0=0;f2=0;f3=145;f4=117;f5=0;f6=101;f7=455",
   "profile": "nist5"
  },
  {
   "name": "NH x11",
   "url" : "stratum+tcp://stratum.nicehash.com:3336",
   "user" : "***",
   "pass": "x",
   "profile": "x11"
  },
  {
   "name": "NH x13",
   "url" : "stratum+tcp://stratum.nicehash.com:3337",
   "user" : "***",
   "pass": "x",
   "profile": "x13"
  },
  {
   "name": "NH x15",
   "url" : "stratum+tcp://stratum.nicehash.com:3339",
   "user" : "***",
   "pass" : "x",
   "profile": "x15"
  },
  {
   "name": "NH Nist5",
   "url" : "stratum+tcp://stratum.nicehash.com:3340",
   "user" : "***",
   "pass" : "x",
   "profile": "nist5"
  }
 ]
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
July 14, 2014, 07:10:07 PM
 #1058

Make sure you use same factors and costs for all connections made. If these are not the same, then this is exactly what you can see - multiple stratums being alive and ready to serve work.
Please advise, where I'm wrong. f=Numbers are my Mhs:
Code:
 "pools": [
  {
   "name": "NH x11 multi",
   "url" : "stratum+tcp://stratum.nicehash.com:4336",
   "user" : "***",
   "pass": "f0=0;f2=0;f3=145;f4=117;f5=0;f6=101;f7=455",
   "profile": "x11"
  },
  {
   "name": "NH x13 multi",
   "url" : "stratum+tcp://stratum.nicehash.com:4337",
   "user" : "***",
   "pass": "f0=0;f2=0;f3=145;f4=117;f5=0;f6=101;f7=455",
   "profile": "x13"
  },
  {
   "name": "NH x15 multi",
   "url" : "stratum+tcp://stratum.nicehash.com:4339",
   "user" : "***",
   "pass": "f0=0;f2=0;f3=145;f4=117;f5=0;f6=101;f7=455",
   "profile": "x15"
  },
  {
   "name": "NH Nist5 multi",
   "url" : "stratum+tcp://stratum.nicehash.com:4340",
   "user" : "***",
   "pass": "f0=0;f2=0;f3=145;f4=117;f5=0;f6=101;f7=455",
   "profile": "nist5"
  },
  {
   "name": "NH x11",
   "url" : "stratum+tcp://stratum.nicehash.com:3336",
   "user" : "***",
   "pass": "x",
   "profile": "x11"
  },
  {
   "name": "NH x13",
   "url" : "stratum+tcp://stratum.nicehash.com:3337",
   "user" : "***",
   "pass": "x",
   "profile": "x13"
  },
  {
   "name": "NH x15",
   "url" : "stratum+tcp://stratum.nicehash.com:3339",
   "user" : "***",
   "pass" : "x",
   "profile": "x15"
  },
  {
   "name": "NH Nist5",
   "url" : "stratum+tcp://stratum.nicehash.com:3340",
   "user" : "***",
   "pass" : "x",
   "profile": "nist5"
  }
 ]
The only thing I notice is that you f7 should probably be more like 4550
At least if you are getting 145mh/s on x11
I get 5mh/s on x11 and 150mh/s on nist5 per card on average although I can get more like 190mh/s if I can keep my cards cool enough
induktor
Hero Member
*****
Offline Offline

Activity: 710
Merit: 502



View Profile
July 14, 2014, 07:30:12 PM
Last edit: July 14, 2014, 07:44:44 PM by induktor
 #1059

My miners runs off a USB flash drive, I have only 10% free, If I try to update the driver, I risk run out of flash space, happened before and had to reinstall everything Sad

the only option (unless someone can help with the bin files) is to install one of the miners from scratch on a hard drive, once everything is working, copy the bin files to the USB flash drive and get rid of the hard drive.

but it is a lot of work that I will really love to avoid if possible Smiley

I will upload my bin..7950@1040/1500 ~11mh/s..shortly

edit

https://mega.co.nz/#!LAdCXIra!KD_Dil8Dx8UQ0BrvpNWHP16hj_Sc6V1Yx1Ev9MYAaNg

Good luck  Wink

Thank you for taking the time!!, really!

something weird with your bin (I downloaded the 32 bit version (l4 because my miner produces l8 (64 bit bins)) and only with you bin i get this error:

error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory

any idea what can cause this?

Tried to rename l4 to l8 and test it on the 64 bit version, same deal Sad

EDIT: created a symlink for the library libcurl.so.4 to the /usr/lib and /usr/local/lib and now the error is different: error while loading shared libraries: libcurl.so.4: wrong ELF class: ELFCLASS64

it seems that you system is 32 bit, and bin are not swappable just like that Sad I am out of ideas

BTC addr: 1vTGnFgaM2WJjswwmbj6N2AQBWcHfimSc
GunPowder
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 14, 2014, 07:49:57 PM
 #1060

I get 5mh/s on x11 and 150mh/s on nist5 per card on average although I can get more like 190mh/s if I can keep my cards cool enough
150mh@nist5 per card? Unbelievable Smiley
Pages: « 1 ... 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 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 ... 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!