Bitcoin Forum
June 14, 2024, 03:50:37 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 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 ... 233 »
  Print  
Author Topic: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner  (Read 877804 times)
Blago
Sr. Member
****
Offline Offline

Activity: 416
Merit: 250



View Profile
June 05, 2014, 11:49:27 AM
 #141

Cant seem to get more than 2.5 MH/s for x13 with the gpu-threads on 4. You only have gpu-threads 4 in the config or more settings?
Config for sph-sgminer_x11mod

x13mod:
Code:
"kernel-path" : "/usr/local/bin",
"kernel" : "x13mod,x13mod,x13mod,x13modold",

"vector" : "1",
"intensity" : "18,18,17,15",
"worksize" : "128,128,128,128",
"lookup-gap" : "2,2,2,2",
"gpu-threads" : "4,4,2,1",
"shaders" : "2048,1280,1024,400",
"thread-concurrency" : "10240,6400,5120,1920",
"gpu-engine" : "1070-1190,1100-1200,860-1150,980",
"gpu-memclock" : "1500,1200,1200,950",
"gpu-powertune" : "20,20,20,20",
"gpu-vddc" : "0.000,0.000,0.000,0.000",
"gpu-dyninterval" : "10",
"auto-fan" : true,
"auto-gpu" : true,
"gpu-fan" : "70-100,70-100,70-100,70-100",
"temp-cutoff" : "95,95,95,95",
"temp-overheat" : "90,90,90,90",
"temp-target" : "73,73,73,73",
"temp-hysteresis" : "3",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-network" : true,
"api-port" : "4028",
"failover-switch-delay" : "30",
"log" : "5",
"no-pool-disable" : true,
"no-submit-stale" : true,
"tcp-keepalive" : "30",
"worktime" : true,
"shares" : "0",
"queue" : "3",
"expiry" : "60",
"scan-time" : "60",
"show-coindiff" : true,
"gpu-platform" : "0",
"device" : "0,1,2"


Relax, I’m russian!...
BURST-B2LU-SGCZ-NYVS-HZEPK
cryptonit
Legendary
*
Offline Offline

Activity: 3038
Merit: 1053


bit.diamonds | uNiq.diamonds


View Profile WWW
June 05, 2014, 12:18:20 PM
 #142

please add -diamond option
with -groestlcoin u cant mine diamonds via stratum pool because grostlcoin algo dont use gen_hash()


Quote
Source code fixes to sph-sgminer published at https://github.com/danbi/sph-sgminer.

Hope to have it soon merged with the main branch. You can compile your own version. Let's hope someone does it for Windows users.

This is the most important code:

Quote
   if (gpus[0].kernel == KL_FUGUECOIN || gpus[0].kernel == KL_GROESTLCOIN || gpus[0].kernel == KL_TWECOIN)
      sha256(pool->coinbase, pool->swork.cb_len, merkle_root);
   else
      gen_hash(pool->coinbase, merkle_root, pool->swork.cb_len);

As you can see, Groestlcoin will go into sha256(), while Diamond will go into gen_hash()

 
  Diamond [DMD]     uNiq.Diamonds  
Scarce✦✦✦✦ Valuable ✦✦✦✦ Secure ✦                     ▬ a collector experience ▬                
oktay50000
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


View Profile
June 05, 2014, 12:25:33 PM
 #143

cant run it with cgwatcher Angry Angry
gettin hw
any solution

BTC : bc1qqz9hvv806w2zs42mx4rn576whxmr202yxp00e9

feel free to buy me a bear
mannyg
Full Member
***
Offline Offline

Activity: 142
Merit: 101


View Profile
June 05, 2014, 02:30:56 PM
 #144

cant run it with cgwatcher Angry Angry
gettin hw
any solution

I had the same problem with CGWatcher.. it strips out the pool options out of the config file after you save it.  It *might* work if you dont save the config file through CGWatcher's conf file editor and save it normally through notepad instead.  I didnt get that far into testing with it, i went back to the .bat file execution of it.



Removing the pool-gpu-threads from the individual pool entries fixed the 60 second timeout.

I am seeing X13 shares being accepted but at 0.00/0.00 .. seems like the diff settings arent right?  I have a custom diff defined for X11/X13 at 0.01, low speed miner i used to test thing out with.
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 05, 2014, 03:00:43 PM
Last edit: June 05, 2014, 03:12:20 PM by platinum4
 #145

Just a note - I think the uptime counter re-initializes each time it flips to a different kernel.

I've left my rigs on all night, and a few are only counting up to ~53 minutes at the current moment - checked against Nicehash graphs and it looks like it was last on X11 about an hour ago...

That's kind of a cool feature, but I wonder if we can get it to stretch through the whole mining instance...

Here's an example of the calc error on the uptime counter -> https://i.imgur.com/GPPXuDj.png

Rig has been up for a good 6 (started at 0400, it's now 1015) hours but the uptime counter is only at 1 hour.  Maybe we can make it the current algo uptime counter?
Elun
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
June 05, 2014, 03:24:52 PM
 #146

Just a note - I think the uptime counter re-initializes each time it flips to a different kernel.

I've left my rigs on all night, and a few are only counting up to ~53 minutes at the current moment - checked against Nicehash graphs and it looks like it was last on X11 about an hour ago...

That's kind of a cool feature, but I wonder if we can get it to stretch through the whole mining instance...

Here's an example of the calc error on the uptime counter -> https://i.imgur.com/GPPXuDj.png

Rig has been up for a good 6 (started at 0400, it's now 1015) hours but the uptime counter is only at 1 hour.  Maybe we can make it the current algo uptime counter?
yep, found what is wrong, going to create issue on github.
mannyg
Full Member
***
Offline Offline

Activity: 142
Merit: 101


View Profile
June 05, 2014, 04:17:06 PM
 #147

Code:
sgminer 4.2.1 - Started: [2014-06-05 12:11:26]
--------------------------------------------------------------------------------
(5s):967.7K (avg):970.1Kh/s | A:0  R:0  HW:0  WU:0.013/m
ST: 1  SS: 0  NB: 3  LW: 172  GF: 0  RF: 0
Connected to NiceHash_X13 (stratum) diff 0.000 as user 1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo
Block: 1063fbea...  Diff:1.39K  Started: [12:13:27]  Best share: -0.000
--------------------------------------------------------------------------------
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
GPU 0:  62.0C 3268RPM | 966.6K/970.1Kh/s | R:  0.0% HW:0 WU:0.013/m I:17
--------------------------------------------------------------------------------
[12:12:13] Accepted 499b152d Diff 0.000/0.000 GPU 0 at NiceHash_X13
[12:12:33] Accepted 98b9eb7b Diff 0.000/0.000 GPU 0 at NiceHash_X13
[12:12:35] Accepted f3d9efed Diff 0.000/0.000 GPU 0 at NiceHash_X13
[12:12:39] Stratum from NiceHash_X13 requested work restart
[12:13:08] Accepted d0b44297 Diff 0.000/0.000 GPU 0 at NiceHash_X13
[12:13:17] NiceHash_X13 extranonce change requested
[12:13:17] NiceHash_X13 difficulty changed to 0.004
[12:13:17] Stratum from NiceHash_X13 requested work restart
[12:13:20] Accepted f8eeef72 Diff 0.000/0.000 GPU 0 at NiceHash_X13
[12:13:23] Accepted 9fc43337 Diff 0.000/0.000 GPU 0 at NiceHash_X13
[12:13:26] Stratum from NiceHash_X13 requested work restart
[12:13:27] Network diff set to 1.39K
[12:13:27] Stratum from NiceHash_X13 detected new block
[12:13:56] Accepted bc72fa60 Diff 0.000/0.000 GPU 0 at NiceHash_X13

This is all I see when connected to X11 and X13 pools.  All other pools display a correct diff for each share.  Is this right? GPU is an XFX R7 260x, tc-8000, engine-1100, memclock-1500, worksize-128, intensity 17

*edit*
of course, 2 minutes after I post this, I see for the first time an accepted share of 23/0.000
lucid_ity
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 05, 2014, 07:53:55 PM
 #148

cant run it with cgwatcher Angry Angry
gettin hw
any solution

I had the same problem with CGWatcher.. it strips out the pool options out of the config file after you save it.  It *might* work if you dont save the config file through CGWatcher's conf file editor and save it normally through notepad instead.  I didnt get that far into testing with it, i went back to the .bat file execution of it.



Removing the pool-gpu-threads from the individual pool entries fixed the 60 second timeout.

I am seeing X13 shares being accepted but at 0.00/0.00 .. seems like the diff settings arent right?  I have a custom diff defined for X11/X13 at 0.01, low speed miner i used to test thing out with.

Yep you guys have found the cause of the issue quite a few of us are having.  Launch this sgminer outside of cgwatcher, and algorithm switching works (so far).   I'm still getting 20-30% rejects with keccak, but I believe I will be able to troubleshoot this by changing miner settings.

Anyway, mining without cgwatcher is kind of a deal-breaker for me.   I guess it's back to waiting for updates.
mannyg
Full Member
***
Offline Offline

Activity: 142
Merit: 101


View Profile
June 05, 2014, 10:04:02 PM
 #149

cant run it with cgwatcher Angry Angry
gettin hw
any solution

I had the same problem with CGWatcher.. it strips out the pool options out of the config file after you save it.  It *might* work if you dont save the config file through CGWatcher's conf file editor and save it normally through notepad instead.  I didnt get that far into testing with it, i went back to the .bat file execution of it.



Removing the pool-gpu-threads from the individual pool entries fixed the 60 second timeout.

I am seeing X13 shares being accepted but at 0.00/0.00 .. seems like the diff settings arent right?  I have a custom diff defined for X11/X13 at 0.01, low speed miner i used to test thing out with.

Yep you guys have found the cause of the issue quite a few of us are having.  Launch this sgminer outside of cgwatcher, and algorithm switching works (so far).   I'm still getting 20-30% rejects with keccak, but I believe I will be able to troubleshoot this by changing miner settings.

Anyway, mining without cgwatcher is kind of a deal-breaker for me.   I guess it's back to waiting for updates.

keccak was giving me a few problems at first until I realized I needed to crank the intensity all the way up for it.  I have it running at *31* intensity which still blows my mind it's running fine that high, no rejects.  GPU was averaging about 50MH/s.
oktay50000
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


View Profile
June 05, 2014, 10:45:56 PM
 #150

very good on 280x but not stable on 290 's
after wirking couple of hours im getting average hash zero on 4x 290
dont know whats wrong but after restarting its normal but after like 6 7 hours getting 0 on average
notice: no crash- no freeze just zero like

GPU 0:  72.0C 1309RPM | 2.210M/0.00Mh/s | R:  1.9% HW:0 WU: 0.000/m xI:512

BTC : bc1qqz9hvv806w2zs42mx4rn576whxmr202yxp00e9

feel free to buy me a bear
xIIImaL
Legendary
*
Offline Offline

Activity: 1372
Merit: 1005


View Profile
June 05, 2014, 11:16:18 PM
Last edit: June 06, 2014, 09:42:09 PM by xIIImaL
 #151

Anyone has a working bat file? Show it please.  
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 05, 2014, 11:56:52 PM
 #152

very good on 280x but not stable on 290 's
after wirking couple of hours im getting average hash zero on 4x 290
dont know whats wrong but after restarting its normal but after like 6 7 hours getting 0 on average
notice: no crash- no freeze just zero like

GPU 0:  72.0C 1309RPM | 2.210M/0.00Mh/s | R:  1.9% HW:0 WU: 0.000/m xI:512

Ha.  Mine just locks the rig completely and I lose TeamViewer, that's how I know to cold boot.  But yeah you're right, it's at about uptime of 6 hours..  I will post logs when home from work.

Try xI:256 also and let me know your results.
mannyg
Full Member
***
Offline Offline

Activity: 142
Merit: 101


View Profile
June 06, 2014, 12:07:01 AM
 #153

I'm having problems getting this going on my rig with 3 x MSI R9 290 Gamings. 

It starts up fine on the first pool, but when I test the switch to the next pool manually, i get the annoying "Error -4: enqueueing kernel onto command queue error" then it disables all 3 GPUs.

I have 8GB of memory. I've tried multiple thread concurrency settings on the second pool,.. they all fail.  At first it was happening when switching to Scrypt-N, but then I made it so that that it would start up with Scrypt-N as first pool to switch over to Scrypt, still failed.

This has to be one of the most frustrating things I've encountered in all my days of mining... it is very tough to figure out what is causing it to throw that Error -4.
cgladue
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
June 06, 2014, 01:23:39 AM
 #154

I'm having problems getting this going on my rig with 3 x MSI R9 290 Gamings. 

It starts up fine on the first pool, but when I test the switch to the next pool manually, i get the annoying "Error -4: enqueueing kernel onto command queue error" then it disables all 3 GPUs.

I have 8GB of memory. I've tried multiple thread concurrency settings on the second pool,.. they all fail.  At first it was happening when switching to Scrypt-N, but then I made it so that that it would start up with Scrypt-N as first pool to switch over to Scrypt, still failed.

This has to be one of the most frustrating things I've encountered in all my days of mining... it is very tough to figure out what is causing it to throw that Error -4.

i found that taking the individual settings and trying to start the miner up from the command line with those settings for each of the algorithms then, once that's stable transcribing them into the config file works best ...

cgladue
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
June 06, 2014, 01:31:11 AM
Last edit: June 06, 2014, 02:06:03 AM by cgladue
 #155

anyone else seeing this behavior where the auto-switching stratum will just drop connection and leave me back at the regular scrypt mining stratum ?

all the auto-switch stratums show DEAD

edit: now they are back up after few hours

platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 06, 2014, 04:40:19 AM
 #156

I'm pretty convinced that this is a fuckup somewhere in the BPASMAM profitability algo that Nicehash has.

Watch what happens during a stratum failure that fucks up all the cards, and then forces a shut off.

Code:
[18:00:01] Stratum connection to NiceHash_X13_multi interrupted
[18:00:02] NiceHash_X13_multi not responding!
[18:00:02] Switching to mrr x13 platinum4.2
[18:00:03] mrr x13 platinum4.2 difficulty changed to 0.005
[18:00:17] Network diff set to 1.52K
[18:00:17] Stratum from tmb x13 multiport east2 detected new block
[18:00:17] Stratum from mrr x13 platinum4.2 requested work restart
[18:00:19] Accepted Coin 1521 Diff 0.014/0.005 GPU 0 at mrr x13 platinum4.2
[18:00:21] Accepted Coin 1521 Diff 0.050/0.005 GPU 0 at mrr x13 platinum4.2
[18:00:23] Accepted Coin 1521 Diff 0.006/0.005 GPU 0 at mrr x13 platinum4.2
[18:00:23] Accepted Coin 1521 Diff 0.008/0.005 GPU 0 at mrr x13 platinum4.2
[18:00:28] Accepted Coin 1521 Diff 0.006/0.005 GPU 1 at mrr x13 platinum4.2
[18:00:28] Accepted Coin 1521 Diff 0.010/0.005 GPU 0 at mrr x13 platinum4.2
[18:00:28] Accepted Coin 1521 Diff 0.005/0.005 GPU 1 at mrr x13 platinum4.2
[18:00:32] Accepted Coin 1521 Diff 0.024/0.005 GPU 1 at mrr x13 platinum4.2
[18:00:33] Accepted Coin 1521 Diff 0.007/0.005 GPU 0 at mrr x13 platinum4.2
[18:00:34] Accepted Coin 1521 Diff 0.007/0.005 GPU 0 at mrr x13 platinum4.2
[18:00:38] Accepted Coin 1521 Diff 0.005/0.005 GPU 0 at mrr x13 platinum4.2
[18:00:38] Network diff set to 1.56K
[18:00:38] Stratum from mrr x13 platinum4.2 detected new block
[18:00:40] Accepted Coin 1563 Diff 0.007/0.005 GPU 0 at mrr x13 platinum4.2
[18:00:41] Network diff set to 1.63K
[18:00:41] Stratum from mrr x13 platinum4.2 detected new block
[18:00:42] mrr x13 platinum4.2 stale share detected, submitting as user requested
[18:00:42] Rejected Coin 1563 Diff 0.006/0.005 GPU 0 mrr x13 platinum4.2 (job not found)
[18:00:42] Accepted Coin 1634 Diff 0.007/0.005 GPU 1 at mrr x13 platinum4.2
[18:00:54] Accepted Coin 1634 Diff 0.008/0.005 GPU 1 at mrr x13 platinum4.2
[18:00:59] Accepted Coin 1634 Diff 0.027/0.005 GPU 1 at mrr x13 platinum4.2
[18:01:02] Network diff set to 1.74K
[18:01:02] Stratum from mrr x13 platinum4.2 detected new block
[18:01:05] Accepted Coin 1736 Diff 0.005/0.005 GPU 1 at mrr x13 platinum4.2
[18:01:05] NiceHash_X13_multi alive, testing stability
[18:01:06] Accepted Coin 1736 Diff 0.005/0.005 GPU 1 at mrr x13 platinum4.2
[18:01:06] Accepted Coin 1736 Diff 0.005/0.005 GPU 0 at mrr x13 platinum4.2
[18:01:07] NiceHash_X13_multi stable for 30 seconds
[18:01:07] Switching to NiceHash_X13_multi
[18:01:08] Accepted Coin 1736 Diff 0.008/0.005 GPU 0 at NiceHash_X13_multi
[18:01:08] Stratum from NiceHash_X13_multi requested work restart
[18:01:09] Accepted Coin 1736 Diff 0.008/0.005 GPU 1 at NiceHash_X13_multi
[18:01:09] Accepted Coin 1736 Diff 0.015/0.005 GPU 1 at NiceHash_X13_multi
[18:01:10] Accepted Coin 1736 Diff 0.035/0.005 GPU 0 at NiceHash_X13_multi
[18:01:13] Accepted Coin 1736 Diff 0.006/0.005 GPU 0 at NiceHash_X13_multi
[18:01:23] Accepted Coin 1736 Diff 0.009/0.005 GPU 1 at NiceHash_X13_multi
[18:01:23] Network diff set to 14.9K
[18:01:23] Stratum from NiceHash_Keccak_multi detected new block
[18:01:23] NiceHash_X13_multi stale share detected, submitting as user requested
[18:01:24] Accepted Coin 1736 Diff 0.009/0.005 GPU 0 at NiceHash_X13_multi
[18:01:29] Accepted Coin 1736 Diff 0.022/0.005 GPU 1 at NiceHash_X13_multi
[18:01:29] NiceHash_X11_multi alive, testing stability
[18:01:30] Accepted Coin 1736 Diff 0.008/0.005 GPU 0 at NiceHash_X13_multi
[18:01:36] Network diff set to 4
[18:01:36] Stratum from NiceHash_X11_multi detected new block
[18:01:36] NiceHash_X13_multi stale share detected, submitting as user requested
[18:01:36] Accepted Coin 1736 Diff 0.020/0.005 GPU 0 at NiceHash_X13_multi
[18:01:38] NiceHash_X11_multi stable for 30 seconds
[18:01:38] Switching to NiceHash_X11_multi
[18:01:46] Network diff set to 4
[18:01:46] Stratum from NiceHash_X11_multi detected new block
[18:01:47] Network diff set to 24
[18:01:47] Stratum from mrr x13 platinum4.2 detected new block
[18:01:47] Stratum connection to NiceHash_X13_multi interrupted
[18:01:50] Network diff set to 3
[18:01:50] Stratum from NiceHash_X11_multi detected new block
[18:01:54] Network diff set to 4
[18:01:54] Stratum from NiceHash_X11_multi detected new block
[18:01:55] Network diff set to 4
[18:01:55] Stratum from NiceHash_X11_multi detected new block
[18:01:59] Network diff set to 4
[18:01:59] Stratum from NiceHash_X11_multi detected new block
[18:02:07] Network diff set to 5
[18:02:07] Stratum from NiceHash_X11_multi detected new block
[18:02:09] Network diff set to 6
[18:02:09] Stratum from NiceHash_X11_multi detected new block
[18:02:10] Network diff set to 292
[18:02:10] Stratum from NiceHash_X11_multi detected new block
[18:03:05] Stratum from NiceHash_X11_multi requested work restart
[18:03:43] Network diff set to 276
[18:03:43] Stratum from NiceHash_X11_multi detected new block
[18:04:07] Network diff set to 3
[18:04:07] Stratum from NiceHash_X11_multi detected new block
[18:04:11] Network diff set to 4
[18:04:11] Stratum from NiceHash_X11_multi detected new block
[18:04:11] Stratum from NiceHash_X11_multi requested work restart
[18:04:17] Network diff set to 286
[18:04:17] Stratum from NiceHash_X11_multi detected new block
[18:04:19] Network diff set to 298
[18:04:19] Stratum from NiceHash_X11_multi detected new block
[18:04:22] Network diff set to 327
[18:04:22] Stratum from NiceHash_X11_multi detected new block
[18:04:37] NiceHash_X11_multi extranonce change requested
[18:04:37] Network diff set to 19
[18:04:37] Stratum from NiceHash_X11_multi detected new block
[18:05:02] Network diff set to 14
[18:05:02] Stratum from NiceHash_X11_multi detected new block
[18:05:10] Stratum from NiceHash_X11_multi detected new block
[18:05:12] Network diff set to 11
[18:05:12] Stratum from NiceHash_X11_multi detected new block
[18:05:18] Network diff set to 13
[18:05:18] Stratum from NiceHash_X11_multi detected new block
[18:05:19] Stratum from NiceHash_X11_multi detected new block
[18:05:22] Network diff set to 15
[18:05:22] Stratum from NiceHash_X11_multi detected new block
[18:05:25] Stratum from NiceHash_X11_multi requested work restart
[18:05:25] Network diff set to 12
[18:05:25] Stratum from NiceHash_X11_multi detected new block
[18:05:32] Network diff set to 14
[18:05:32] Stratum from NiceHash_X11_multi detected new block
[18:05:35] Stratum from NiceHash_X11_multi requested work restart
[18:05:35] Network diff set to 15
[18:05:35] Stratum from NiceHash_X11_multi detected new block
[18:05:44] Stratum from NiceHash_X11_multi requested work restart
[18:05:44] Network diff set to 17
[18:05:44] Stratum from NiceHash_X11_multi detected new block
[18:05:49] Network diff set to 18
[18:05:49] Stratum from NiceHash_X11_multi detected new block
[18:05:50] Network diff set to 20
[18:05:50] Stratum from NiceHash_X11_multi detected new block
[18:05:54] Network diff set to 23
[18:05:54] Stratum from NiceHash_X11_multi detected new block
[18:06:20] NiceHash_X11_multi extranonce change requested
[18:06:21] NiceHash_X11_multi difficulty changed to 0.010
[18:06:21] Network diff set to 3.83K
[18:06:21] Stratum from NiceHash_X11_multi detected new block
[18:06:29] Stratum connection to NiceHash_X11_multi interrupted
[18:06:29] NiceHash_X11_multi difficulty changed to 0.010
[18:06:38] Stratum from NiceHash_X11_multi requested work restart
[18:06:41] Network diff set to 3.97K
[18:06:41] Stratum from NiceHash_X11_multi detected new block
[18:08:11] Stratum connection to NiceHash_X11_multi interrupted
[18:08:12] NiceHash_X11_multi difficulty changed to 0.020
[18:08:16] Network diff set to 93
[18:08:16] New block detected on network before pool notification
[18:08:20] Network diff set to 99
[18:08:20] Stratum from NiceHash_X11_multi detected new block
[18:08:38] Network diff set to 99
[18:08:38] Stratum from NiceHash_X11_multi detected new block
[18:08:51] Network diff set to 102
[18:08:51] Stratum from NiceHash_X11_multi detected new block
[18:08:55] Network diff set to 106
[18:08:55] Stratum from NiceHash_X11_multi detected new block
[18:08:56] Stratum from NiceHash_X11_multi requested work restart
[18:09:00] Network diff set to 112
[18:09:00] Stratum from NiceHash_X11_multi detected new block
[18:09:10] Network diff set to 118
[18:09:10] Stratum from NiceHash_X11_multi detected new block
[18:09:18] Network diff set to 124
[18:09:18] Stratum from NiceHash_X11_multi detected new block
[18:09:21] Network diff set to 131
[18:09:21] Stratum from NiceHash_X11_multi detected new block
[18:09:24] Network diff set to 139
[18:09:24] Stratum from NiceHash_X11_multi detected new block
[18:09:29] Network diff set to 147
[18:09:29] Stratum from NiceHash_X11_multi detected new block
[18:09:31] Network diff set to 271
[18:09:31] Stratum from NiceHash_X11_multi detected new block
[18:09:50] Network diff set to 267
[18:09:50] Stratum from NiceHash_X11_multi detected new block
[18:10:22] Stratum from NiceHash_X11_multi detected new block
[18:11:02] Network diff set to 280
[18:11:02] Stratum from NiceHash_X11_multi detected new block
[18:11:13] Stratum connection to NiceHash_X11_multi interrupted
[18:11:14] NiceHash_X11_multi not responding!
[18:11:14] Switching to NiceHash_X13_multi
[18:11:15] NiceHash_X13_multi difficulty changed to 0.020
[18:11:23] Network diff set to 1.63K
[18:11:23] New block detected on network before pool notification
[18:11:38] Stratum from NiceHash_X13_multi requested work restart
[18:11:45] Network diff set to 18
[18:11:45] Stratum from NiceHash_X13_multi detected new block
[18:11:48] Stratum from NiceHash_X13_multi detected new block
[18:11:52] Network diff set to 18
[18:11:52] Stratum from NiceHash_X13_multi detected new block
[18:12:07] Network diff set to 20
[18:12:07] Stratum from NiceHash_X13_multi detected new block
[18:12:07] Network diff set to 21
[18:12:07] Stratum from NiceHash_X13_multi detected new block
[18:12:07] Network diff set to 22
[18:12:07] Stratum from NiceHash_X13_multi detected new block
[18:12:10] Network diff set to 23
[18:12:10] Stratum from NiceHash_X13_multi detected new block
[18:12:12] Network diff set to 25
[18:12:12] Stratum from NiceHash_X13_multi detected new block
[18:12:23] Network diff set to 26
[18:12:23] Stratum from NiceHash_X13_multi detected new block
[18:12:25] Network diff set to 27
[18:12:25] Stratum from NiceHash_X13_multi detected new block
[18:12:34] Network diff set to 29
[18:12:34] Stratum from NiceHash_X13_multi detected new block
[18:12:35] Network diff set to 31
[18:12:35] Stratum from NiceHash_X13_multi detected new block
[18:12:54] Network diff set to 33
[18:12:54] Stratum from NiceHash_X13_multi detected new block
[18:12:59] Network diff set to 33
[18:12:59] Stratum from NiceHash_X13_multi detected new block
[18:13:01] Network diff set to 36
[18:13:01] Stratum from NiceHash_X13_multi detected new block
[18:13:10] Network diff set to 38
[18:13:10] Stratum from NiceHash_X13_multi detected new block
[18:13:12] Network diff set to 39
[18:13:12] Stratum from NiceHash_X13_multi detected new block
[18:13:20] Network diff set to 42
[18:13:20] Stratum from NiceHash_X13_multi detected new block
[18:13:27] Network diff set to 44
[18:13:27] Stratum from NiceHash_X13_multi detected new block
[18:13:31] Network diff set to 46
[18:13:31] Stratum from NiceHash_X13_multi detected new block
[18:13:32] Network diff set to 49
[18:13:32] Stratum from NiceHash_X13_multi detected new block
[18:13:34] Network diff set to 52
[18:13:34] Stratum from NiceHash_X13_multi detected new block
[18:13:45] Stratum connection to NiceHash_X13_multi interrupted
[18:13:46] NiceHash_X13_multi difficulty changed to 0.020
[18:13:49] Network diff set to 117
[18:13:49] Stratum from NiceHash_X13_multi detected new block
[18:14:06] Stratum from NiceHash_X13_multi detected new block
[18:14:14] Network diff set to 79
[18:14:14] Stratum from NiceHash_X13_multi detected new block
[18:14:18] Network diff set to 109
[18:14:18] Stratum from NiceHash_X13_multi detected new block
[18:14:21] Stratum from NiceHash_X13_multi detected new block
[18:14:22] Network diff set to 152
[18:14:22] Stratum from NiceHash_X13_multi detected new block
[18:14:30] Stratum from NiceHash_X13_multi detected new block
[18:14:36] Stratum from NiceHash_X13_multi detected new block
[18:14:47] Stratum from NiceHash_X13_multi detected new block
[18:14:55] Network diff set to 177
[18:14:55] Stratum from NiceHash_X13_multi detected new block
[18:15:15] Network diff set to 244
[18:15:15] Stratum from NiceHash_X13_multi detected new block
[18:15:47] Network diff set to 1.49K
[18:15:47] Stratum from NiceHash_X13_multi detected new block
[18:16:04] Stratum from NiceHash_X13_multi requested work restart
[18:16:04] Network diff set to 1.27K
[18:16:04] Stratum from NiceHash_X13_multi detected new block
[18:16:22] Network diff set to 1.35K
[18:16:22] Stratum from NiceHash_X13_multi detected new block
[18:16:42] Stratum from NiceHash_X13_multi requested work restart
[18:16:51] Network diff set to 1.42K
[18:16:51] Stratum from NiceHash_X13_multi detected new block
[18:17:35] Stratum from NiceHash_X13_multi requested work restart
[18:17:56] Stratum from NiceHash_X13_multi requested work restart
[18:18:19] Stratum from NiceHash_X13_multi requested work restart
[18:18:19] Network diff set to 1.37K
[18:18:19] Stratum from NiceHash_X13_multi detected new block
[18:18:42] Stratum from NiceHash_X13_multi requested work restart
[18:18:46] Stratum connection to NiceHash_X13_multi interrupted
[18:18:46] NiceHash_X13_multi difficulty changed to 0.005
[18:19:02] Stratum from NiceHash_X13_multi requested work restart
[18:19:23] Network diff set to 1.34K
[18:19:23] Stratum from NiceHash_X13_multi detected new block
[18:20:18] NiceHash_X13_multi difficulty changed to 0.020
[18:20:18] Stratum from NiceHash_X13_multi requested work restart
[18:20:31] Network diff set to 1.34K
[18:20:31] Stratum from NiceHash_X13_multi detected new block
[18:21:03] NiceHash_X13_multi extranonce change requested
[18:21:03] Stratum from NiceHash_X13_multi requested work restart
[18:21:27] Stratum from NiceHash_X13_multi requested work restart
[18:21:41] Network diff set to 1.41K
[18:21:41] Stratum from NiceHash_X13_multi detected new block
[18:22:36] Stratum from NiceHash_X13_multi requested work restart
[18:22:39] Stratum from NiceHash_X13_multi requested work restart
[18:23:03] Network diff set to 1.31K
[18:23:03] Stratum from NiceHash_X13_multi detected new block
[18:23:10] Network diff set to 1.35K
[18:23:10] Stratum from NiceHash_X13_multi detected new block
[18:23:40] Stratum from NiceHash_X13_multi requested work restart
[18:23:46] Stratum connection to NiceHash_X13_multi interrupted
[18:23:47] NiceHash_X13_multi not responding!
[18:23:47] Switching to NiceHash_Keccak_multi
[18:23:50] NiceHash_Keccak_multi difficulty changed to 61
[18:23:50] Network diff set to 14.9K
[18:23:50] Stratum from NiceHash_Keccak_multi detected new block
[18:23:50] Network diff set to 12.7K
[18:23:50] Stratum from NiceHash_Keccak_multi detected new block
[18:23:50] Stratum from NiceHash_Keccak_multi requested work restart
[18:24:45] NiceHash_Keccak_multi difficulty changed to 256
[18:24:46] Stratum from NiceHash_Keccak_multi requested work restart
[18:25:31] Stratum from NiceHash_Keccak_multi detected new block
[18:25:35] Stratum from NiceHash_Keccak_multi requested work restart
[18:26:30] Stratum from NiceHash_Keccak_multi requested work restart
[18:26:52] Network diff set to 12.5K
[18:26:52] Stratum from NiceHash_Keccak_multi detected new block
[18:26:52] Stratum from NiceHash_Keccak_multi requested work restart
[18:27:43] Network diff set to 12.3K
[18:27:43] Stratum from NiceHash_Keccak_multi detected new block
[18:27:43] Stratum from NiceHash_Keccak_multi requested work restart
[18:27:54] Network diff set to 12.2K
[18:27:54] Stratum from NiceHash_Keccak_multi detected new block
[18:27:54] Stratum from NiceHash_Keccak_multi requested work restart
[18:28:06] Network diff set to 12.3K
[18:28:06] Stratum from NiceHash_Keccak_multi detected new block
[18:28:07] Stratum from NiceHash_Keccak_multi requested work restart
[18:28:18] Network diff set to 12.4K
[18:28:18] Stratum from NiceHash_Keccak_multi detected new block
[18:28:18] Stratum from NiceHash_Keccak_multi requested work restart
[18:28:32] Stratum connection to NiceHash_Keccak_multi interrupted
[18:28:33] NiceHash_Keccak_multi difficulty changed to 256
[18:29:13] Stratum from NiceHash_Keccak_multi requested work restart
[18:29:27] Network diff set to 12.2K
[18:29:27] Stratum from NiceHash_Keccak_multi detected new block
[18:29:27] Stratum from NiceHash_Keccak_multi requested work restart
[18:29:59] Network diff set to 12.3K
[18:29:59] Stratum from NiceHash_Keccak_multi detected new block
[18:29:59] Stratum from NiceHash_Keccak_multi requested work restart
[18:30:16] Network diff set to 12.2K
[18:30:16] Stratum from NiceHash_Keccak_multi detected new block
[18:30:17] Stratum from NiceHash_Keccak_multi requested work restart
[18:30:18] Network diff set to 12.3K
[18:30:18] Stratum from NiceHash_Keccak_multi detected new block
[18:30:19] Stratum from NiceHash_Keccak_multi requested work restart
[18:30:27] Network diff set to 12.3K
[18:30:27] Stratum from NiceHash_Keccak_multi detected new block
[18:30:27] Stratum from NiceHash_Keccak_multi requested work restart
[18:31:22] Stratum from NiceHash_Keccak_multi requested work restart
[18:31:30] Stratum from NiceHash_Keccak_multi detected new block
[18:31:32] Stratum from NiceHash_Keccak_multi requested work restart
[18:31:40] Network diff set to 12.2K
[18:31:40] Stratum from NiceHash_Keccak_multi detected new block
[18:31:41] Stratum from NiceHash_Keccak_multi requested work restart
[18:31:44] Network diff set to 12.3K
[18:31:44] Stratum from NiceHash_Keccak_multi detected new block
[18:31:44] Stratum from NiceHash_Keccak_multi requested work restart
[18:31:59] Network diff set to 12.4K
[18:31:59] Stratum from NiceHash_Keccak_multi detected new block
[18:31:59] Stratum from NiceHash_Keccak_multi requested work restart
[18:32:11] Network diff set to 12.4K
[18:32:11] Stratum from NiceHash_Keccak_multi detected new block
[18:32:11] Stratum from NiceHash_Keccak_multi requested work restart
[18:32:59] Network diff set to 12.5K
[18:32:59] Stratum from NiceHash_Keccak_multi detected new block
[18:32:59] Stratum from NiceHash_Keccak_multi requested work restart
[18:33:05] Network diff set to 12.4K
[18:33:05] Stratum from NiceHash_Keccak_multi detected new block
[18:33:05] Stratum from NiceHash_Keccak_multi requested work restart
[18:33:23] Stratum from NiceHash_Keccak_multi detected new block
[18:33:24] Stratum from NiceHash_Keccak_multi requested work restart
[18:33:32] Stratum connection to NiceHash_Keccak_multi interrupted
[18:33:33] NiceHash_Keccak_multi difficulty changed to 256
[18:33:36] Network diff set to 12.4K
[18:33:36] Stratum from NiceHash_Keccak_multi detected new block
[18:33:37] Stratum from NiceHash_Keccak_multi requested work restart
[18:33:49] Network diff set to 12.5K
[18:33:49] Stratum from NiceHash_Keccak_multi detected new block
[18:33:49] Stratum from NiceHash_Keccak_multi requested work restart
[18:34:39] NiceHash_X13_multi alive, testing stability
[18:34:44] Stratum from NiceHash_Keccak_multi requested work restart
[18:34:50] NiceHash_X13_multi stable for 30 seconds
[18:34:50] Switching to NiceHash_X13_multi
[18:34:51] Network diff set to 1.27K
[18:34:51] New block detected on network before pool notification
[18:35:13] Network diff set to 12.5K
[18:35:13] Stratum from NiceHash_Keccak_multi detected new block
[18:35:31] Stratum from NiceHash_X13_multi requested work restart
[18:36:26] Stratum from NiceHash_X13_multi requested work restart
[18:36:35] Network diff set to 1.26K
[18:36:35] Stratum from NiceHash_X13_multi detected new block
[18:36:52] Network diff set to 1.26K
[18:36:52] Stratum from NiceHash_X13_multi detected new block
[18:37:48] Stratum from NiceHash_X13_multi requested work restart
[18:37:52] Network diff set to 1.31K
[18:37:52] Stratum from NiceHash_X13_multi detected new block
[18:38:48] Stratum from NiceHash_X13_multi requested work restart
[18:38:55] Network diff set to 1.25K
[18:38:55] Stratum from NiceHash_X13_multi detected new block
[18:39:38] Stratum connection to NiceHash_X13_multi interrupted
[18:39:39] NiceHash_X13_multi difficulty changed to 0.020
[18:39:57] Stratum from NiceHash_X13_multi requested work restart
[18:40:27] Network diff set to 1.32K
[18:40:27] Stratum from NiceHash_X13_multi detected new block
[18:41:27] Stratum from NiceHash_X13_multi requested work restart
[18:41:37] Network diff set to 1.21K
[18:41:37] Stratum from NiceHash_X13_multi detected new block
[18:41:52] Network diff set to 1.27K
[18:41:52] Stratum from NiceHash_X13_multi detected new block
[18:42:17] Network diff set to 1.34K
[18:42:17] Stratum from NiceHash_X13_multi detected new block

Stratum dies and then for 42 minutes no shares submitted.
ingvarfervent
Sr. Member
****
Offline Offline

Activity: 826
Merit: 302



View Profile
June 06, 2014, 05:20:02 AM
 #157

When add x13modold ( https://bitcointalk.org/index.php?topic=623409.0 )

My 6930 on -marucoin give only 450, on -marucoin-mod always HW.

On x13modold 1200  Smiley

Thx.  Cheesy
Elun
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
June 06, 2014, 05:57:32 AM
 #158

When add x13modold ( https://bitcointalk.org/index.php?topic=623409.0 )

My 6930 on -marucoin give only 450, on -marucoin-mod always HW.

On x13modold 1200  Smiley

Thx.  Cheesy
x13modold already added(5 June 2014).
You can use marucoin-modold.
Dophoeve
Full Member
***
Offline Offline

Activity: 182
Merit: 100

To the MOOOON


View Profile WWW
June 06, 2014, 07:05:54 AM
 #159

Is it a common problem that sometimes the sgminer crashes while switching algorithms?

It is just running fine for like 12 hours or so, and after a while it crashes when it tries to switchs.. Help?

Dophoeve
Full Member
***
Offline Offline

Activity: 182
Merit: 100

To the MOOOON


View Profile WWW
June 06, 2014, 07:13:06 AM
 #160

anyone else seeing this behavior where the auto-switching stratum will just drop connection and leave me back at the regular scrypt mining stratum ?

all the auto-switch stratums show DEAD

edit: now they are back up after few hours

Probably be because nicehash banned your ip for a while

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