roma__11
Newbie
Offline
Activity: 115
Merit: 0
|
|
May 06, 2018, 03:05:32 PM |
|
- Cryptonight Lite V1 is or will be?
|
|
|
|
eduardooaz
Newbie
Offline
Activity: 24
Merit: 0
|
|
May 06, 2018, 04:09:13 PM |
|
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
|
|
May 06, 2018, 04:30:08 PM |
|
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
Activity: 10
Merit: 0
|
|
May 06, 2018, 04:43:44 PM |
|
Dashboard from json Save to SRBMiner.html Simply edit you miner IP:port Work good in Chrome, in IE autorefresh not work. <!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>°C</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>
|
|
|
|
StarLordRammi
Newbie
Offline
Activity: 38
Merit: 0
|
|
May 06, 2018, 05:04:30 PM |
|
guys how can i skip the config file and create command file? having 5+ different coins mining at different times is annoying to change the config again and again (even changing the config name for backup)
thank you
you can create 5 config files and 5 pool files. so your bat file would be like below and just remove REM command depend on which config and pools you want to use. I think this way more easy for me. start SRBMiner-CN.exe --config config1.txt --pools pools1.txt REM start SRBMiner-CN.exe --config config2.txt --pools pools2.txt REM start SRBMiner-CN.exe --config config3.txt --pools pools3.txt REM start SRBMiner-CN.exe --config config4.txt --pools pools4.txt REM start SRBMiner-CN.exe --config config5.txt --pools pools5.txt i'll give this a try thank you so much also, anyone able to get 750h/s+ on RX 580 4GB models? my 8GB models do 1000h/s+ SOMETIMES but cant get 4GB any higher.
|
|
|
|
JuanHungLo
|
|
May 06, 2018, 05:17:49 PM |
|
Dashboard from json Save to SRBMiner.html Simply edit you miner IP:port Work good in Chrome, in IE autorefresh not work. <!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>°C</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>
Thanks for the JSON API code, I sent you some beer money to your BTC address. Keep up the good work!
|
Bull markets are born on pessimism, grow on skepticism, mature on optimism, and die on euphoria. - John Templeton
|
|
|
roma__11
Newbie
Offline
Activity: 115
Merit: 0
|
|
May 06, 2018, 05:38:39 PM |
|
Dashboard from json Save to SRBMiner.html Simply edit you miner IP:port Work good in Chrome, in IE autorefresh not work.
Клacc, a тaбличкy тaкyю динaмичнyю, кoгдa мнoгo фepм, cмoжeм? и цeнa вoпpoca....
|
|
|
|
JuanHungLo
|
|
May 06, 2018, 05:46:54 PM |
|
Dashboard from json Save to SRBMiner.html Simply edit you miner IP:port Work good in Chrome, in IE autorefresh not work.
Клacc, a тaбличкy тaкyю динaмичнyю, кoгдa мнoгo фepм, cмoжeм? и цeнa вoпpoca.... You can display many of those pages on one screen by saving a simple html page like this: <HTML> <HEAD> <TITLE>Mining Rigs</TITLE> </HEAD> <frameset rows="*,*,*" cols="*,*,*,*"> <frame src="file:///C:/directory/SRBMiner10.html"> <frame src="file:///C:/directory/SRBMiner13.html"> <frame src="file:///C:/directory/SRBMiner14.html"> <frame src="file:///C:/directory/SRBMiner15.html"> <frame src="file:///C:/directory/SRBMiner16.html"> <frame src="file:///C:/directory/SRBMiner17.html"> <frame src="file:///C:/directory/SRBMiner9.html"> <frame src="file:///C:/directory/SRBMiner12.html"> <frame src="file:///C:/directory/SRBMiner7.html"> <frame src="file:///C:/directory/SRBMiner11.html"> <frame src="file:///C:/directory/SRBMiner5.html"> <frame src="file:///C:/directory/SRBMiner6.html"> </frameset> </HTML> I'm sure there are easier ways, but that is a quick way to get the job done.
|
Bull markets are born on pessimism, grow on skepticism, mature on optimism, and die on euphoria. - John Templeton
|
|
|
|
rig1313
Newbie
Offline
Activity: 16
Merit: 0
|
|
May 06, 2018, 06:11:20 PM |
|
Dashboard from json Save to SRBMiner.html Simply edit you miner IP:port Work good in Chrome, in IE autorefresh not work. <!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>°C</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>
tnx alottttt!!! how we can add more rigs?
|
|
|
|
|
doktor83 (OP)
|
|
May 06, 2018, 07:22:59 PM |
|
Awesome, thank you
|
|
|
|
eduardooaz
Newbie
Offline
Activity: 24
Merit: 0
|
|
May 06, 2018, 08:14:59 PM |
|
Awesome, thank you Doctor my main gpu is doing around 870 but if i go see a tv show or something else he will go for 980, now what i do is when i let it mine i simply let vlcplayer open with something at pause and the gpu will always be doing 980h/s. Why i get more 100h/s if i am running a vlc player? I tried increasing dificulty but same results.
|
|
|
|
coke15
Member
Offline
Activity: 176
Merit: 10
|
|
May 06, 2018, 08:25:48 PM |
|
hi
i want to put srbminer on my 580 rig but when i start it ,rig hang :/
srb works great on my 570 rig but 580,no?
4go ram,win 10 1709,ati 18.3.4,24go virtual memory, same as bios stock or bios mod.
any idea?
|
|
|
|
roma__11
Newbie
Offline
Activity: 115
Merit: 0
|
|
May 06, 2018, 08:34:56 PM |
|
|
|
|
|
doktor83 (OP)
|
|
May 06, 2018, 08:44:54 PM |
|
Awesome, thank you Doctor my main gpu is doing around 870 but if i go see a tv show or something else he will go for 980, now what i do is when i let it mine i simply let vlcplayer open with something at pause and the gpu will always be doing 980h/s. Why i get more 100h/s if i am running a vlc player? I tried increasing dificulty but same results. im not smart enough for this question.
|
|
|
|
vuli1
Jr. Member
Offline
Activity: 238
Merit: 3
|
|
May 06, 2018, 08:49:20 PM |
|
|
★ PRiVCY ➢ Own Your Privacy! ➢ Best privacy crypto-market! ★ ✈✈✈[PoW/PoS]✅[Tor]✅[Airdrop]✈✈✈ (https://privcy.io/)
|
|
|
zafa
Newbie
Offline
Activity: 136
Merit: 0
|
|
May 06, 2018, 10:49:20 PM |
|
Hello Doktor, is there any plan support overclock settings in config.txt?
|
|
|
|
livada
Newbie
Offline
Activity: 417
Merit: 0
|
|
May 06, 2018, 11:10:42 PM |
|
i try but rig alwys offline
|
|
|
|
SauteedEntrails
Newbie
Offline
Activity: 22
Merit: 0
|
|
May 06, 2018, 11:18:37 PM |
|
So i tried to set an auto start after restart but when the miner opens it shows random purple letters and shuts off.
also still would like to know why 1 rig when i try to run it, it compiles submits a share or two and then a message comes up in the miner stating " Something went wrong, i think you are up to something naughty and I have to stop you" and the miner shuts off
|
|
|
|
|