Bitcoin Forum
June 19, 2025, 09:28:07 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 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 ... 362 »
  Print  
Author Topic: SRBMiner Cryptonight AMD GPU Miner V1.9.3 - native algo switching  (Read 237315 times)
vitalyoff
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile WWW
May 06, 2018, 09:52:52 AM
Last edit: May 06, 2018, 10:05:32 AM by vitalyoff
 #1641

Did not find a monitoring solution from a third party, so I made my simple html + JS dashboard )))

https://prntscr.com/jectz0
Dzeronimo
Full Member
***
Offline Offline

Activity: 588
Merit: 103


View Profile WWW
May 06, 2018, 10:58:14 AM
 #1642

Can someone please share RX 570 hash rate and settings for Cryptonight-heavy algo? I'm getting around 500 H/s with Intensity 0 (auto).
It's low speed. Try setting intencity manual.
I tried many different combinations but cannot get more than 530 (intensity 30). I don't know how much to expect with cryptonight-heavy algo.

Hi, mine is RX 570 4GB, intensity 0, double_thread false, give me 698 h/s.
Core clock 1175 mem clock 1900.
Thanks. I have no idea what I'm doing wrong. With almost the same settings I have much lower hash rate.
RX 570 4 GB, Core/Mem -1150/1970 MHz - Intensity 0, double_thread false - only 450 H/s.
With CryptonightV7 I have over 900 H/s.
lebuawu2
Jr. Member
*
Offline Offline

Activity: 176
Merit: 2


View Profile
May 06, 2018, 11:06:27 AM
 #1643

Can someone please share RX 570 hash rate and settings for Cryptonight-heavy algo? I'm getting around 500 H/s with Intensity 0 (auto).
It's low speed. Try setting intencity manual.
I tried many different combinations but cannot get more than 530 (intensity 30). I don't know how much to expect with cryptonight-heavy algo.

Hi, mine is RX 570 4GB, intensity 0, double_thread false, give me 698 h/s.
Core clock 1175 mem clock 1900.
Thanks. I have no idea what I'm doing wrong. With almost the same settings I have much lower hash rate.
RX 570 4 GB, Core/Mem -1150/1970 MHz - Intensity 0, double_thread false - only 450 H/s.
With CryptonightV7 I have over 900 H/s.

maybe you should post your config here so someone can help you more details.
Dzeronimo
Full Member
***
Offline Offline

Activity: 588
Merit: 103


View Profile WWW
May 06, 2018, 12:10:28 PM
 #1644

Can someone please share RX 570 hash rate and settings for Cryptonight-heavy algo? I'm getting around 500 H/s with Intensity 0 (auto).
It's low speed. Try setting intencity manual.
I tried many different combinations but cannot get more than 530 (intensity 30). I don't know how much to expect with cryptonight-heavy algo.

Hi, mine is RX 570 4GB, intensity 0, double_thread false, give me 698 h/s.
Core clock 1175 mem clock 1900.
Thanks. I have no idea what I'm doing wrong. With almost the same settings I have much lower hash rate.
RX 570 4 GB, Core/Mem -1150/1970 MHz - Intensity 0, double_thread false - only 450 H/s.
With CryptonightV7 I have over 900 H/s.

maybe you should post your config here so someone can help you more details.
Good advice.
Besides values in the code below, I also tried the following combinations:
intensity 0 - double_threads : true,
intensity 0 - double_threads : false,
intensity 30 - double_threads : true,
intensity 60 - double_threads : false,
I also tried with values from 28 to 34 and 44 to 64.
Auto settings for Intensity are 29 for "double_threads : true" and 59 for "double_threads : false"
Code:
{
/* Type can be : normal, normalv7, lite, litev7, heavy, ipbc, artocash, alloy  */
"cryptonight_type" : "heavy",

/* Intensity 0-> auto intensity, or value from 1-300  */
"intensity" : 31,

/* To use 2 threads per card set double_threads to true  */
"double_threads" : true,

/* Uncomment this if you want to set GPU target temperature  */
/* Works only if ADL is working on your system */
/*"target_temperature" : 0,*/

/* Uncomment this if you want to set system shutdown temperature  */
/* Works only if ADL is working on your system */
/*"shutdown_temperature" : 90,*/

/* Uncomment this if you don't want to use the built in watchdog, but you want a script to run on GPU fail */
/* If you use the reboot-windows.bat it will restart your computer if a GPU fail occurs */
/*"reboot_script" : "reboot-windows.bat",*/

/* Advanced settings for each GPU manually */
/* Put in devices that you want to use, if you for ex. don't want to use gpu 2, just don't insert it,like in this example */
/* Id starts from 0 , not from 1 !! */
/* To get a list of available devices with their id's, use --listdevices parameter */
/* This is just an example, edit it and remove comment lines !! */

/*"gpu_conf" :
[
{ "id" : 0, "intensity" : 80, "worksize" : 8, "threads" : 1},
{ "id" : 1, "intensity" : 40, "worksize" : 8, "threads" : 2},
{ "id" : 3, "intensity" : 30, "worksize" : 8, "threads" : 2},
{ "id" : 4, "intensity" : 90, "worksize" : 8, "threads" : 1}
]*/
}
dr3mro
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 06, 2018, 12:20:47 PM
 #1645

using ver 1.5.1 my #6 GPU fan Goes to 2000 RPM but others are normal from 900 to 1200
using previous version 1.3.1 every thing is normal
4 GPU RX 580 3 GPU RX 480
using 18.3.1 adrenaline edition driver
what can I do ?
Thnx
lebuawu2
Jr. Member
*
Offline Offline

Activity: 176
Merit: 2


View Profile
May 06, 2018, 12:22:25 PM
 #1646

Can someone please share RX 570 hash rate and settings for Cryptonight-heavy algo? I'm getting around 500 H/s with Intensity 0 (auto).
It's low speed. Try setting intencity manual.
I tried many different combinations but cannot get more than 530 (intensity 30). I don't know how much to expect with cryptonight-heavy algo.

Hi, mine is RX 570 4GB, intensity 0, double_thread false, give me 698 h/s.
Core clock 1175 mem clock 1900.
Thanks. I have no idea what I'm doing wrong. With almost the same settings I have much lower hash rate.
RX 570 4 GB, Core/Mem -1150/1970 MHz - Intensity 0, double_thread false - only 450 H/s.
With CryptonightV7 I have over 900 H/s.

maybe you should post your config here so someone can help you more details.
Good advice.
Besides values in the code below, I also tried the following combinations:
intensity 0 - double_threads : true,
intensity 0 - double_threads : false,
intensity 30 - double_threads : true,
intensity 60 - double_threads : false,
I also tried with values from 28 to 34 and 44 to 64.
Auto settings for Intensity are 29 for "double_threads : true" and 59 for "double_threads : false"
Code:
{
/* Type can be : normal, normalv7, lite, litev7, heavy, ipbc, artocash, alloy  */
"cryptonight_type" : "heavy",

/* Intensity 0-> auto intensity, or value from 1-300  */
"intensity" : 31,

/* To use 2 threads per card set double_threads to true  */
"double_threads" : true,

/* Uncomment this if you want to set GPU target temperature  */
/* Works only if ADL is working on your system */
/*"target_temperature" : 0,*/

/* Uncomment this if you want to set system shutdown temperature  */
/* Works only if ADL is working on your system */
/*"shutdown_temperature" : 90,*/

/* Uncomment this if you don't want to use the built in watchdog, but you want a script to run on GPU fail */
/* If you use the reboot-windows.bat it will restart your computer if a GPU fail occurs */
/*"reboot_script" : "reboot-windows.bat",*/

/* Advanced settings for each GPU manually */
/* Put in devices that you want to use, if you for ex. don't want to use gpu 2, just don't insert it,like in this example */
/* Id starts from 0 , not from 1 !! */
/* To get a list of available devices with their id's, use --listdevices parameter */
/* This is just an example, edit it and remove comment lines !! */

/*"gpu_conf" :
[
{ "id" : 0, "intensity" : 80, "worksize" : 8, "threads" : 1},
{ "id" : 1, "intensity" : 40, "worksize" : 8, "threads" : 2},
{ "id" : 3, "intensity" : 30, "worksize" : 8, "threads" : 2},
{ "id" : 4, "intensity" : 90, "worksize" : 8, "threads" : 1}
]*/
}

which driver is it? 18.3.4 or blockchain driver? if it's 18.3.4 or newer version did you already enabled compute mode?
Dzeronimo
Full Member
***
Offline Offline

Activity: 588
Merit: 103


View Profile WWW
May 06, 2018, 12:31:35 PM
 #1647

Can someone please share RX 570 hash rate and settings for Cryptonight-heavy algo? I'm getting around 500 H/s with Intensity 0 (auto).
It's low speed. Try setting intencity manual.
I tried many different combinations but cannot get more than 530 (intensity 30). I don't know how much to expect with cryptonight-heavy algo.

Hi, mine is RX 570 4GB, intensity 0, double_thread false, give me 698 h/s.
Core clock 1175 mem clock 1900.
Thanks. I have no idea what I'm doing wrong. With almost the same settings I have much lower hash rate.
RX 570 4 GB, Core/Mem -1150/1970 MHz - Intensity 0, double_thread false - only 450 H/s.
With CryptonightV7 I have over 900 H/s.

maybe you should post your config here so someone can help you more details.
Good advice.
Besides values in the code below, I also tried the following combinations:
intensity 0 - double_threads : true,
intensity 0 - double_threads : false,
intensity 30 - double_threads : true,
intensity 60 - double_threads : false,
I also tried with values from 28 to 34 and 44 to 64.
Auto settings for Intensity are 29 for "double_threads : true" and 59 for "double_threads : false"

which driver is it? 18.3.4 or blockchain driver? if it's 18.3.4 or newer version did you already enabled compute mode?
Drivers are 18.3.4 and Compute mode is enabled. I don't have problem with Cryptonight algo, only with Cryptonight-heavy. I just noticed a strange thing. With Heavy algo my memory clock vary A LOT. It goes from 1000 to 1970 MHz all the time. It changes every second. Obviously, that's why I have lower hash rate. With regular Cryptonight mem clock is stable at 1970 MHz (same miner). Any idea why is this happening?
dingdongtobias
Newbie
*
Offline Offline

Activity: 156
Merit: 0


View Profile
May 06, 2018, 01:05:15 PM
 #1648

using ver 1.5.1 my #6 GPU fan Goes to 2000 RPM but others are normal from 900 to 1200
using previous version 1.3.1 every thing is normal
4 GPU RX 580 3 GPU RX 480
using 18.3.1 adrenaline edition driver
what can I do ?
Thnx

on ver 1.4.1 my microwave cooked food for 3 min now on 1.5.1 its 4min. what is the problem?
roma__11
Newbie
*
Offline Offline

Activity: 115
Merit: 0


View Profile
May 06, 2018, 02:02:01 PM
 #1649


how to configure? (SRBMiner)
ustcstone
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
May 06, 2018, 02:02:39 PM
 #1650

still have the "miner do nothing after switch back from dev fee" problem,i got the log this time,it happens some times a day。as you can see, it take about 6 minuts for one round......the miner is SRBminer1.4.9。the last message is network error,but i think it's not my network problem,this only happened when the miner switch from dev fee to my pool!
[2018-05-06 21:43:52] miner_result: Pool accepted result 0x00003AF1
[2018-05-06 21:44:04] switch_pool: Connected to devfee pool
[2018-05-06 21:44:04] DevFee stops in 65 seconds
[2018-05-06 21:44:04] sock_ready: Devfee user logged in
[2018-05-06 21:44:05] DevFee stops in 64 seconds
[2018-05-06 21:44:06] DevFee stops in 63 seconds
[2018-05-06 21:44:07] DevFee stops in 62 seconds
[2018-05-06 21:44:08] DevFee stops in 61 seconds
[2018-05-06 21:44:09] DevFee stops in 60 seconds
[2018-05-06 21:44:10] DevFee stops in 59 seconds
[2018-05-06 21:44:11] DevFee stops in 58 seconds
[2018-05-06 21:44:12] DevFee stops in 57 seconds
[2018-05-06 21:44:13] DevFee stops in 56 seconds
[2018-05-06 21:44:14] DevFee stops in 55 seconds
[2018-05-06 21:44:15] DevFee stops in 54 seconds
[2018-05-06 21:44:16] DevFee stops in 53 seconds
[2018-05-06 21:44:17] DevFee stops in 52 seconds
[2018-05-06 21:44:18] DevFee stops in 51 seconds
[2018-05-06 21:44:19] DevFee stops in 50 seconds
[2018-05-06 21:44:20] DevFee stops in 49 seconds
[2018-05-06 21:44:21] DevFee stops in 48 seconds
[2018-05-06 21:44:22] DevFee stops in 47 seconds
[2018-05-06 21:44:23] DevFee stops in 46 seconds
[2018-05-06 21:44:24] DevFee stops in 45 seconds
[2018-05-06 21:44:25] DevFee stops in 44 seconds
[2018-05-06 21:44:26] DevFee stops in 43 seconds
[2018-05-06 21:44:27] DevFee stops in 42 seconds
[2018-05-06 21:44:28] DevFee stops in 41 seconds
[2018-05-06 21:44:29] DevFee stops in 40 seconds
[2018-05-06 21:44:30] DevFee stops in 39 seconds
[2018-05-06 21:44:31] DevFee stops in 38 seconds
[2018-05-06 21:44:32] DevFee stops in 37 seconds
[2018-05-06 21:44:33] DevFee stops in 36 seconds
[2018-05-06 21:44:34] DevFee stops in 35 seconds
[2018-05-06 21:44:35] DevFee stops in 34 seconds
[2018-05-06 21:44:36] DevFee stops in 33 seconds
[2018-05-06 21:44:37] DevFee stops in 32 seconds
[2018-05-06 21:44:38] DevFee stops in 31 seconds
[2018-05-06 21:44:39] DevFee stops in 30 seconds
[2018-05-06 21:44:40] DevFee stops in 29 seconds
[2018-05-06 21:44:41] DevFee stops in 28 seconds
[2018-05-06 21:44:42] DevFee stops in 27 seconds
[2018-05-06 21:44:43] DevFee stops in 26 seconds
[2018-05-06 21:44:44] DevFee stops in 25 seconds
[2018-05-06 21:44:45] DevFee stops in 24 seconds
[2018-05-06 21:44:46] DevFee stops in 23 seconds
[2018-05-06 21:44:47] DevFee stops in 22 seconds
[2018-05-06 21:44:48] DevFee stops in 21 seconds
[2018-05-06 21:44:49] DevFee stops in 20 seconds
[2018-05-06 21:44:50] DevFee stops in 19 seconds
[2018-05-06 21:44:51] DevFee stops in 18 seconds
[2018-05-06 21:44:52] DevFee stops in 17 seconds
[2018-05-06 21:44:53] DevFee stops in 16 seconds
[2018-05-06 21:44:54] DevFee stops in 15 seconds
[2018-05-06 21:44:55] DevFee stops in 14 seconds
[2018-05-06 21:44:56] DevFee stops in 13 seconds
[2018-05-06 21:44:57] DevFee stops in 12 seconds
[2018-05-06 21:44:58] DevFee stops in 11 seconds
[2018-05-06 21:44:59] DevFee stops in 10 seconds
[2018-05-06 21:45:00] DevFee stops in 9 seconds
[2018-05-06 21:45:01] DevFee stops in 8 seconds
[2018-05-06 21:45:02] DevFee stops in 7 seconds
[2018-05-06 21:45:03] DevFee stops in 6 seconds
[2018-05-06 21:45:04] DevFee stops in 5 seconds
[2018-05-06 21:45:05] DevFee stops in 4 seconds
[2018-05-06 21:45:06] DevFee stops in 3 seconds
[2018-05-06 21:45:07] DevFee stops in 2 seconds
[2018-05-06 21:45:08] DevFee stops in 1 seconds
[2018-05-06 21:45:09] DevFee stops in 0 seconds
[2018-05-06 21:45:10] switch_pool: Disconnected from devfee pool, now mining for user
[2018-05-06 21:45:15] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:45:24] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:45:27] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:45:48] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:45:56] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:46:01] stats: Mining time: 0 days, 13 hours, 47 minutes, 40 seconds
[2018-05-06 21:46:01] stats: Pool: us-central01.miningrigrentals.com:3333
[2018-05-06 21:46:01] stats: Connected since: 2018-05-06 10:03:32
[2018-05-06 21:46:01] stats: Accepted/Total shares: 3935/3936

[2018-05-06 21:46:01] stats: Average time to find share: 12 seconds
[2018-05-06 21:46:01] stats: HW errors: GPU1: 5
[2018-05-06 21:46:11] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:46:16] stats: Mining time: 0 days, 13 hours, 47 minutes, 55 seconds
[2018-05-06 21:46:16] stats: Pool: us-central01.miningrigrentals.com:3333
[2018-05-06 21:46:16] stats: Connected since: 2018-05-06 10:03:32
[2018-05-06 21:46:16] stats: Accepted/Total shares: 3935/3936

[2018-05-06 21:46:16] stats: Average time to find share: 12 seconds
[2018-05-06 21:46:16] stats: HW errors: GPU1: 5
[2018-05-06 21:46:26] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:46:31] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:46:42] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:47:00] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:47:13] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:47:30] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:47:31] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:47:34] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:47:47] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:47:51] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:48:08] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:48:27] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:48:40] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:48:43] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:48:51] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:49:33] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:49:48] miner_result: Sending user result to pool
[2018-05-06 21:49:48] json_send: {"method":"submit","params":{"id":"dbdec475-8c1d-491e-a2af-d648bbd3628c","job_id":"uOK3V+rwF5Nr7ECs3PUXDZ9thDP0","nonce":"8aa801b0","result":"081bf9c4ca14344ff25bfb55b1b89f800f9b7baeaf9b216156432929de8c0000"},"id":1}
[2018-05-06 21:50:08] json_send: Pool not responding
[2018-05-06 21:50:08] miner_result: Network error
[2018-05-06 21:50:08] miner_result: Network error
[2018-05-06 21:50:08] miner_result: Network error
[2018-05-06 21:50:08] socket_error: Pool not responding
[2018-05-06 21:50:08] Connection to pool lost. Reconnecting in 5 seconds.
roma__11
Newbie
*
Offline Offline

Activity: 115
Merit: 0


View Profile
May 06, 2018, 02:17:24 PM
 #1651

still have the "miner do nothing after switch back from dev fee" problem,i got the log this time,it happens some times a day。as you can see, it take about 6 minuts for one round......the miner is SRBminer1.4.9。the last message is network error,but i think it's not my network problem,this only happened when the miner switch from dev fee to my pool!


if pool loki.miner.rocks ..
their pool blocks MRR, promised to correct...
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2856
Merit: 626


View Profile WWW
May 06, 2018, 02:19:18 PM
 #1652

still have the "miner do nothing after switch back from dev fee" problem,i got the log this time,it happens some times a day。as you can see, it take about 6 minuts for one round......the miner is SRBminer1.4.9。the last message is network error,but i think it's not my network problem,this only happened when the miner switch from dev fee to my pool!
[2018-05-06 21:43:52] miner_result: Pool accepted result 0x00003AF1
[2018-05-06 21:44:04] switch_pool: Connected to devfee pool
[2018-05-06 21:44:04] DevFee stops in 65 seconds
[2018-05-06 21:44:04] sock_ready: Devfee user logged in
[2018-05-06 21:44:05] DevFee stops in 64 seconds
[2018-05-06 21:44:06] DevFee stops in 63 seconds
[2018-05-06 21:44:07] DevFee stops in 62 seconds
[2018-05-06 21:44:08] DevFee stops in 61 seconds
[2018-05-06 21:44:09] DevFee stops in 60 seconds
[2018-05-06 21:44:10] DevFee stops in 59 seconds
[2018-05-06 21:44:11] DevFee stops in 58 seconds
[2018-05-06 21:44:12] DevFee stops in 57 seconds
[2018-05-06 21:44:13] DevFee stops in 56 seconds
[2018-05-06 21:44:14] DevFee stops in 55 seconds
[2018-05-06 21:44:15] DevFee stops in 54 seconds
[2018-05-06 21:44:16] DevFee stops in 53 seconds
[2018-05-06 21:44:17] DevFee stops in 52 seconds
[2018-05-06 21:44:18] DevFee stops in 51 seconds
[2018-05-06 21:44:19] DevFee stops in 50 seconds
[2018-05-06 21:44:20] DevFee stops in 49 seconds
[2018-05-06 21:44:21] DevFee stops in 48 seconds
[2018-05-06 21:44:22] DevFee stops in 47 seconds
[2018-05-06 21:44:23] DevFee stops in 46 seconds
[2018-05-06 21:44:24] DevFee stops in 45 seconds
[2018-05-06 21:44:25] DevFee stops in 44 seconds
[2018-05-06 21:44:26] DevFee stops in 43 seconds
[2018-05-06 21:44:27] DevFee stops in 42 seconds
[2018-05-06 21:44:28] DevFee stops in 41 seconds
[2018-05-06 21:44:29] DevFee stops in 40 seconds
[2018-05-06 21:44:30] DevFee stops in 39 seconds
[2018-05-06 21:44:31] DevFee stops in 38 seconds
[2018-05-06 21:44:32] DevFee stops in 37 seconds
[2018-05-06 21:44:33] DevFee stops in 36 seconds
[2018-05-06 21:44:34] DevFee stops in 35 seconds
[2018-05-06 21:44:35] DevFee stops in 34 seconds
[2018-05-06 21:44:36] DevFee stops in 33 seconds
[2018-05-06 21:44:37] DevFee stops in 32 seconds
[2018-05-06 21:44:38] DevFee stops in 31 seconds
[2018-05-06 21:44:39] DevFee stops in 30 seconds
[2018-05-06 21:44:40] DevFee stops in 29 seconds
[2018-05-06 21:44:41] DevFee stops in 28 seconds
[2018-05-06 21:44:42] DevFee stops in 27 seconds
[2018-05-06 21:44:43] DevFee stops in 26 seconds
[2018-05-06 21:44:44] DevFee stops in 25 seconds
[2018-05-06 21:44:45] DevFee stops in 24 seconds
[2018-05-06 21:44:46] DevFee stops in 23 seconds
[2018-05-06 21:44:47] DevFee stops in 22 seconds
[2018-05-06 21:44:48] DevFee stops in 21 seconds
[2018-05-06 21:44:49] DevFee stops in 20 seconds
[2018-05-06 21:44:50] DevFee stops in 19 seconds
[2018-05-06 21:44:51] DevFee stops in 18 seconds
[2018-05-06 21:44:52] DevFee stops in 17 seconds
[2018-05-06 21:44:53] DevFee stops in 16 seconds
[2018-05-06 21:44:54] DevFee stops in 15 seconds
[2018-05-06 21:44:55] DevFee stops in 14 seconds
[2018-05-06 21:44:56] DevFee stops in 13 seconds
[2018-05-06 21:44:57] DevFee stops in 12 seconds
[2018-05-06 21:44:58] DevFee stops in 11 seconds
[2018-05-06 21:44:59] DevFee stops in 10 seconds
[2018-05-06 21:45:00] DevFee stops in 9 seconds
[2018-05-06 21:45:01] DevFee stops in 8 seconds
[2018-05-06 21:45:02] DevFee stops in 7 seconds
[2018-05-06 21:45:03] DevFee stops in 6 seconds
[2018-05-06 21:45:04] DevFee stops in 5 seconds
[2018-05-06 21:45:05] DevFee stops in 4 seconds
[2018-05-06 21:45:06] DevFee stops in 3 seconds
[2018-05-06 21:45:07] DevFee stops in 2 seconds
[2018-05-06 21:45:08] DevFee stops in 1 seconds
[2018-05-06 21:45:09] DevFee stops in 0 seconds
[2018-05-06 21:45:10] switch_pool: Disconnected from devfee pool, now mining for user
[2018-05-06 21:45:15] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:45:24] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:45:27] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:45:48] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:45:56] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:46:01] stats: Mining time: 0 days, 13 hours, 47 minutes, 40 seconds
[2018-05-06 21:46:01] stats: Pool: us-central01.miningrigrentals.com:3333
[2018-05-06 21:46:01] stats: Connected since: 2018-05-06 10:03:32
[2018-05-06 21:46:01] stats: Accepted/Total shares: 3935/3936

[2018-05-06 21:46:01] stats: Average time to find share: 12 seconds
[2018-05-06 21:46:01] stats: HW errors: GPU1: 5
[2018-05-06 21:46:11] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:46:16] stats: Mining time: 0 days, 13 hours, 47 minutes, 55 seconds
[2018-05-06 21:46:16] stats: Pool: us-central01.miningrigrentals.com:3333
[2018-05-06 21:46:16] stats: Connected since: 2018-05-06 10:03:32
[2018-05-06 21:46:16] stats: Accepted/Total shares: 3935/3936

[2018-05-06 21:46:16] stats: Average time to find share: 12 seconds
[2018-05-06 21:46:16] stats: HW errors: GPU1: 5
[2018-05-06 21:46:26] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:46:31] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:46:42] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:47:00] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:47:13] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:47:30] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:47:31] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:47:34] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:47:47] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:47:51] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:48:08] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:48:27] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:48:40] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:48:43] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:48:51] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:49:33] miner_result: Duplicate share protection kicked in!
[2018-05-06 21:49:48] miner_result: Sending user result to pool
[2018-05-06 21:49:48] json_send: {"method":"submit","params":{"id":"dbdec475-8c1d-491e-a2af-d648bbd3628c","job_id":"uOK3V+rwF5Nr7ECs3PUXDZ9thDP0","nonce":"8aa801b0","result":"081bf9c4ca14344ff25bfb55b1b89f800f9b7baeaf9b216156432929de8c0000"},"id":1}
[2018-05-06 21:50:08] json_send: Pool not responding
[2018-05-06 21:50:08] miner_result: Network error
[2018-05-06 21:50:08] miner_result: Network error
[2018-05-06 21:50:08] miner_result: Network error
[2018-05-06 21:50:08] socket_error: Pool not responding
[2018-05-06 21:50:08] Connection to pool lost. Reconnecting in 5 seconds.


No you dont you can clearly see it disconnected nicely. The connection with your pool dropped, as you can see, network error and pool not responding. i guess it reconnected after the last line and everything was ok.

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
ustcstone
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
May 06, 2018, 02:35:02 PM
 #1653

still have the "miner do nothing after switch back from dev fee" problem,i got the log this time,it happens some times a day。as you can see, it take about 6 minuts for one round......the miner is SRBminer1.4.9。the last message is network error,but i think it's not my network problem,this only happened when the miner switch from dev fee to my pool!


if pool loki.miner.rocks ..
their pool blocks MRR, promised to correct...

Yes,i am mining at loki.miner.rocks,thank you for telling me that.....but what is MRR? and the cryptonight.cc have the same problem?i don't understand why not disconnect user pool when switch to dev fee and then connect again when switch back?
ustcstone
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
May 06, 2018, 02:42:45 PM
 #1654


No you dont you can clearly see it disconnected nicely. The connection with your pool dropped, as you can see, network error and pool not responding. i guess it reconnected after the last line and everything was ok.

yes,it works fine after reconnecting to pool,but it's very annoying and it cause the hashrade drop about 5%,how can i fix it?change to another pool?
roma__11
Newbie
*
Offline Offline

Activity: 115
Merit: 0


View Profile
May 06, 2018, 02:46:44 PM
 #1655

still have the "miner do nothing after switch back from dev fee" problem,i got the log this time,it happens some times a day。as you can see, it take about 6 minuts for one round......the miner is SRBminer1.4.9。the last message is network error,but i think it's not my network problem,this only happened when the miner switch from dev fee to my pool!


if pool loki.miner.rocks ..
their pool blocks MRR, promised to correct...

Yes,i am mining at loki.miner.rocks,thank you for telling me that.....but what is MRR? and the cryptonight.cc have the same problem?i don't understand why not disconnect user pool when switch to dev fee and then connect again when switch back?

MRR = https://MiningRigRentals.com

kusuma
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
May 06, 2018, 03:01:46 PM
 #1656

Did not find a monitoring solution from a third party, so I made my simple html + JS dashboard )))

https://prntscr.com/jectz0

Could you please share us your code... Thank you
roma__11
Newbie
*
Offline Offline

Activity: 115
Merit: 0


View Profile
May 06, 2018, 03:05:32 PM
 #1657

- Cryptonight Lite V1
is or will be?
eduardooaz
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
May 06, 2018, 04:09:13 PM
 #1658

We getting around 1000h/s at heavy with a RX 580 8GB, anyone using the RX 570 8GB and tell me if the values are around the same?
JuanHungLo
Hero Member
*****
Offline Offline

Activity: 935
Merit: 1001


I don't always drink...


View Profile
May 06, 2018, 04:30:08 PM
 #1659

We getting around 1000h/s at heavy with a RX 580 8GB, anyone using the RX 570 8GB and tell me if the values are around the same?

I have the older RX 470 8GB (samsung, Ubermix 3.1) and with heavy they are getting 1067h/s at 1260/2000.

Bull markets are born on pessimism, grow on skepticism, mature on optimism, and die on euphoria. - John Templeton
vitalyoff
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile WWW
May 06, 2018, 04:43:44 PM
 #1660

Dashboard from json

Save to SRBMiner.html

Simply edit you miner IP:port

Work good in Chrome, in IE autorefresh not work.

Code:
<!DOCTYPE html>
<html>
<!-- Refresh rate in seconds below -->
<meta http-equiv="Refresh" content="15" />
<body bgcolor="#cccccc";>
<font size="3" face="Tahoma">

<style type="text/css">
html, body{width: 100%; height: 100%; padding: 0; margin: 0}
div{position: absolute; padding: 1em; border: 1px solid #000}
#top{background: #999; top: 0; left: 0; right: 0%; bottom: 5%}
#left{background: #ccc; top: 5%; left: 0; right: 0%; bottom: 0%}
</style>

<div id="top">

<table width="100%">
  <tr>
    <td><b>SRB Miner 1.5.1+ Dashboard - 1 RIG</b></td><td align=right>v0.3</td>
  </tr>
</table>

</div>

<div id="left">

<p id="RIG1"></p>

<script>

var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function() {
    if (this.readyState == 4 && this.status == 200) {
        var myObj = JSON.parse(this.responseText);
x = "Rig : <b>" + myObj.rig_name + "<br>" + "</b>Devices: " + myObj.total_devices + " (threads: " + myObj.total_threads + ")<br>"
+"Cryptonight: <b>" + myObj.cryptonight_type + "<br>" + "</b>Online: " + Math.round(myObj.mining_time/60) + " min." + "<br>" +
"Hashrate: <b>" + myObj.hashrate_total_now + "</b> (5 min: " + myObj.hashrate_total_5min + ", 30 min: " + myObj.hashrate_total_30min + ", MAX: " +
myObj.hashrate_total_max + ")<br>" + "<br>" + "Connected Pool: <b>" + myObj.pool.pool + "<br>" + "</b>DIFF: " + myObj.pool.difficulty + "<br>" +
"Connected from: " + myObj.pool.time_connected + "<br>" + "Uptime: " + Math.round(myObj.pool.uptime/60) + " min." + "<br>" + "Latency: " +
myObj.pool.latency + " msec.<br>" + "<br>" + "Shares total: " + myObj.shares.total + "<br>" + "Accepted: " + myObj.shares.accepted + "<br>" + "Rejected: " +
myObj.shares.rejected + "<br>" + "Average share time: " + myObj.shares.avg_find_time + " sec." + "<br>" + "<br>";
x += "<table border=1 cellpadding=3 style='border-collapse: collapse; border: 3px solid black;'>"
x += "<tr><th bgcolor=#A0A0A0>Device</th><th bgcolor=#A0A0A0>ID</th><th bgcolor=#A0A0A0>GPU</th><th bgcolor=#A0A0A0>BUS ID</th><th bgcolor=#A0A0A0>Kernel ID</th bgcolor=#A0A0A0><th bgcolor=#A0A0A0>Hashrate</th><th bgcolor=#A0A0A0>Core clock</th><th bgcolor=#A0A0A0>Memory clock</th><th bgcolor=#A0A0A0>&degC</th><th bgcolor=#A0A0A0>RPM</th></tr>"
var  i;
for (i in myObj.devices) {
x += "<tr><td align=center>" + myObj.devices[i].device + "</td><td align=center>" + myObj.devices[i].device_id + "</td><td align=center>" + myObj.devices[i].model +
"</td><td align=center>" + myObj.devices[i].bus_id + "</td><td align=center>" + myObj.devices[i].kernel_id + "</td><td align=center>" + myObj.devices[i].hashrate +
"</td><td align=center>" + myObj.devices[i].core_clock + "</td><td align=center>" + myObj.devices[i].memory_clock + "</td><td align=center>" +
myObj.devices[i].temperature + "</td><td align=center>" + myObj.devices[i].fan_speed_rpm + "</td></tr>";
}    
x += "</table>"
        document.getElementById("RIG1").innerHTML = x
}
};
<!-- You miner IP and port -->
xmlhttp.open("GET", "http://192.168.1.160:3333", true);
xmlhttp.send();

</script>

</div>

<!--
Thank can be here )))
ETH: 0xB8A3593Cb8Ab958bDF8Ab031b1FE72E34bc22e30
BTC: 1HEVAuVc6cP24EWx9jjfhikemFYNJMHqVw
 -->

</body>
</html>
Pages: « 1 ... 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 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 ... 362 »
  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!