Bitcoin Forum
May 26, 2024, 04:04:06 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Scam Accusations / Re: FREEWallet.org is a SCAM on: July 02, 2019, 01:29:27 PM
one of my friends waiting for receiving his money past 10 days

nothing happend!!!!!!

only saying be patient !!!!!!!!!!

one time christina another time paul !!!

what the hell is wrong there??!??!?!??!??!


u received money then u must transfer it to his wallet
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN]Bminer: a fast Equihash/Ethash/CuckooCycle miner for AMD/NVIDIA GPUs 14.3.1 on: February 17, 2019, 10:56:12 AM
any solution?




win7 64bit

nvidia 1080ti

418.91 version

cuda toolkit 10 installed

all of vcredist and .net are installed
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.6 on: June 02, 2018, 02:47:47 PM
v. 1.5.6 still have problem - if some gpus stop hashing the miner not hangs but just stoped and not showing any information further. So if i see that and press  some key (space or h for example) it will show that gpu's hash speed is 0 and make reconnect to pool and after it will work good for some time.

sorry but i dont understand,can you turn on logging and share that?



so marked area is when i see that one of rigs do no sending shares more than 2 minutes. Miner just not doing anything after returning to
 user mining and than i have to press H or S and see hash speed is 0
it's v 1.5.6

p.s. i have to admit that in v 1.5.6 this situations happens not often


i have this problem too
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.5.1 on: May 28, 2018, 05:09:11 PM
why r9 390 hashrate is too low comapring to rx 480 8gb?

in ethereum r9 390 does 33 mh/s but in heavy algo it is too slow

this card must do over 1000 h/s in heavy algo

i think that something is wrong
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.4 on: May 19, 2018, 08:11:06 PM
R9 390X

using kernel=3

higher hashrate than kernel=1

but

nothing accepted

nothing rejected

only pool sent a new job !

kernel 3 and 4 is for old old cards, with 1024 and 512 mb ram.
Altough it should work on every card. Which algo are you trying?

Heavy Algo

kernel=3
higher hashrate
constant hashrate

on kernel=1

swinging between 550-950 on intensity 61 double threads on
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.4 on: May 19, 2018, 05:35:41 PM
R9 390X

using kernel=3

higher hashrate than kernel=1

but

nothing accepted

nothing rejected

only pool sent a new job !
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.1 on: May 07, 2018, 03:42:10 PM
I make probably ))) final version of monitoring dashboard for SRBMiner

Look like this:
1 Rig
http://prntscr.com/jetxkd
2 Rigs
http://prntscr.com/jetxy5
3 Rigs
http://prntscr.com/jety51

Code for HTML:
(Just change the name and address of your rig(s) in the code as indicated in the comments)

1 Rig
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: 95%}
#left{background: #ccc; top: 5%; left: 0; right: 0%; bottom: 0%}
</style>

<div id="top">

<table width="100%">
  <tr>
    <td><b><font size='2'>SRB Miner 1.5.1+ Dashboard One RIG</font></b></td><td align=right><font size='2'>v0.6</font></td>
  </tr>
</table>

</div>

<div id="left">

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

<script>
<!-- ----------------------- -->
<!-- Rig frienly name below  -->
rig_one = "RX5560"
<!-- ----------------------- -->
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function() {
    if (this.readyState == 4 && this.status == 200) {
        var myObj = JSON.parse(this.responseText);
x = "<font size='4'>Rig: <b>" + myObj.rig_name + "<font color='#009900'> ONLINE</font></font><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>"
}
else
{
x = "<font size='4'>Rig: <b>" + rig_one + "<font color='#FF0000'> OFFLINE</font></font>"
}
document.getElementById("RIG1").innerHTML = x
};
<!-- ----------------------------- -->
<!-- --- You miner IP and port --- -->
xmlhttp.open("GET", "http://192.168.1.160:3333", false);
<!-- ----------------------------- -->
xmlhttp.send();

</script>

</div>

<!--
Thank can be here )))
Спасибо говорить сюда )))
ETH: 0xB8A3593Cb8Ab958bDF8Ab031b1FE72E34bc22e30
BTC: 1HEVAuVc6cP24EWx9jjfhikemFYNJMHqVw
https://bitcointalk.org/index.php?action=profile;u=2091200
 -->

</body>
</html>

2 Rigs
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: 95%}
#left{background: #ccc; top: 5%; left: 0; right: 50%; bottom: 0%}
#right{background: #bbb; top: 5%; left: 50%; right: 0; bottom: 0%}
</style>

<div id="top">

<table width="100%">
  <tr>
    <td><b><font size='2'>SRB Miner 1.5.1+ Dashboard Two RIGs</font></b></td><td align=right><font size='2'>v0.6</font></td>
  </tr>
</table>

</div>

<div id="left">

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

<script>
<!-- --------------------------- -->
<!-- Rig ONE frienly name below  -->
rig_one = "RX5560"
<!-- --------------------------- -->
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function() {
    if (this.readyState == 4 && this.status == 200) {
        var myObj = JSON.parse(this.responseText);
x = "<font size='4'>Rig: <b>" + myObj.rig_name + "<font color='#009900'> ONLINE</font></font><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>"
}
else
{
x = "<font size='4'>Rig: <b>" + rig_one + "<font color='#FF0000'> OFFLINE</font></font>"
}
document.getElementById("RIG1").innerHTML = x
};
<!-- --------------------------------- -->
<!-- --- You miner ONE IP and port --- -->
xmlhttp.open("GET", "http://192.168.1.160:3333", false);
<!-- --------------------------------- -->
xmlhttp.send();


</script>

</div>

<div id="right">

<p id="RIG2"></p>

<script>
<!-- --------------------------- -->
<!-- Rig TWO frienly name below  -->
rig_two = "RX5560"
<!-- --------------------------- -->
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function() {
    if (this.readyState == 4 && this.status == 200) {
        var myObj = JSON.parse(this.responseText);
x = "<font size='4'>Rig: <b>" + myObj.rig_name + "<font color='#009900'> ONLINE</font></font><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>"
}
else
{
x = "<font size='4'>Rig: <b>" + rig_two + "<font color='#FF0000'> OFFLINE</font></font>"
}
document.getElementById("RIG2").innerHTML = x
};
<!-- --------------------------------- -->
<!-- --- You miner TWO IP and port --- -->
xmlhttp.open("GET", "http://192.168.1.160:3334", false);
<!-- --------------------------------- -->
xmlhttp.send();

</script>

</div>

<!--
Thank can be here )))
Спасибо говорить сюда )))
ETH: 0xB8A3593Cb8Ab958bDF8Ab031b1FE72E34bc22e30
BTC: 1HEVAuVc6cP24EWx9jjfhikemFYNJMHqVw
https://bitcointalk.org/index.php?action=profile;u=2091200
 -->

</body>
</html>

3 Rigs
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: 95%}
#left{background: #ccc; top: 5%; left: 0; right: 67%; bottom: 0%}
#center{background: #bbb; top: 5%; left: 33%; right: 33%; bottom: 0%}
#right{background: #ccc; top: 5%; left: 67%; right: 0; bottom: 0%}
</style>

<div id="top">

<table width="100%">
  <tr>
    <td><b><font size='2'>SRB Miner 1.5.1+ Dashboard Three RIGs</font></b></td><td align=right><font size='2'>v0.6</font></td>
  </tr>
</table>

</div>

<div id="left">

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

<script>
<!-- --------------------------- -->
<!-- Rig ONE frienly name below  -->
rig_one = "RX5560"
<!-- --------------------------- -->
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function() {
    if (this.readyState == 4 && this.status == 200) {
        var myObj = JSON.parse(this.responseText);
x = "<font size='4'>Rig: <b>" + myObj.rig_name + "<font color='#009900'> ONLINE</font></font><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>"
}
else
{
x = "<font size='4'>Rig: <b>" + rig_one + "<font color='#FF0000'> OFFLINE</font></font>"
}
document.getElementById("RIG1").innerHTML = x
};
<!-- ----------------------------- -->
<!-- --- You miner ONE IP and port --- -->
xmlhttp.open("GET", "http://192.168.1.160:3333", false);
<!-- ----------------------------- -->
xmlhttp.send();


</script>

</div>

<div id="center">

<p id="RIG2"></p>

<script>
<!-- --------------------------- -->
<!-- Rig TWO frienly name below  -->
rig_two = "RX5560"
<!-- --------------------------- -->
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function() {
    if (this.readyState == 4 && this.status == 200) {
        var myObj = JSON.parse(this.responseText);
x = "<font size='4'>Rig: <b>" + myObj.rig_name + "<font color='#009900'> ONLINE</font></font><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>"
}
else
{
x = "<font size='4'>Rig: <b>" + rig_two + "<font color='#FF0000'> OFFLINE</font></font>"
}
document.getElementById("RIG2").innerHTML = x
};
<!-- --------------------------------- -->
<!-- --- You miner TWO IP and port --- -->
xmlhttp.open("GET", "http://192.168.1.160:3333", false);
<!-- --------------------------------- -->
xmlhttp.send();

</script>

</div>

<div id="right">

<p id="RIG3"></p>

<script>
<!-- --------------------------- -->
<!-- Rig THREE frienly name below  -->
rig_three = "RX5560"
<!-- --------------------------- -->
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function() {
    if (this.readyState == 4 && this.status == 200) {
        var myObj = JSON.parse(this.responseText);
x = "<font size='4'>Rig: <b>" + myObj.rig_name + "<font color='#009900'> ONLINE</font></font><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>"
}
else
{
x = "<font size='4'>Rig: <b>" + rig_three + "<font color='#FF0000'> OFFLINE</font></font>"
}
document.getElementById("RIG3").innerHTML = x
};
<!-- ----------------------------------- -->
<!-- --- You miner THREE IP and port --- -->
xmlhttp.open("GET", "http://192.168.1.160:3334", false);
<!-- ----------------------------------- -->
xmlhttp.send();

</script>

</div>
<!--
Thank can be here )))
Спасибо говорить сюда )))
ETH: 0xB8A3593Cb8Ab958bDF8Ab031b1FE72E34bc22e30
BTC: 1HEVAuVc6cP24EWx9jjfhikemFYNJMHqVw
https://bitcointalk.org/index.php?action=profile;u=2091200
 -->

</body>
</html>

TNX Alot !!!!!!!!!
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.1 on: 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.

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>

tnx alottttt!!!

how we can add more rigs?
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] IPBC | NOW LIVE | NO PREMINE | NO ICO | FIRST MEDIA MINING PLAYER on: April 26, 2018, 06:26:25 PM
hello

here ur address ipbc.io is filtered

and

i cant connect wallet and sync

what can i do?
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.4.4 on: April 19, 2018, 12:26:02 PM
Hello Doktor

i have 11 gpus

miner crashing when double threads is on for all of them

i must set some of them on 1 that miner work properly

whats the problem?

ur miner can handle only 7 gpus with double threads?
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.4.3 on: April 17, 2018, 06:16:15 AM
how we can add arguments in startup for srbminer ?

ive tried "--" but it doesnt work



12  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.4.0 on: April 13, 2018, 11:29:38 AM
doktore promijenio sam config fajl tj samo uzeo od stare verzije, ali mi se izgleda konektuje na nanopool a ja koristim supportxmr. u cemu moze bit stvar ?
English forum. We all there:

Не на родном языке говорим...
sorry.
i copyed config from 1.3.2 to 1.4.0 and i'm using supportxmr pool, but miner connecting to nanopool, what to do ?

u need using version 1.4 only and set ur pool and wallet in pools.text file

version 1.4 is different

13  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.4.0 on: April 13, 2018, 10:25:41 AM
Maybe Cryptonight - heavy realy heavier than  Cryptonight - normalv7


Everybody vote for me  Grin Grin Grin  Huh

yes it is heavier than normal v7

and power spikes alot

all of my cards are undervolted and Gpu clocks are 1050-1200
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.2 on: April 13, 2018, 09:49:49 AM
Hello Doctor
I have these cards on Asrock h110 13slots

2*Rx 560 4GB--------500    h/s
3*Rx 470 4GB--------670    h/s
3*Rx 470 8GB--------880    h/s
Rx 480 8GB----------1050   h/s
Rx 570 4GB-----------700    h/s

my hashrate dropping alot

its not intensity problem , ive tried alot of numbers with/without double_threads

swinging hashrate -20%

i set virtual memory 100 GB


Is it heavy-cryptonight? if so, how you got so good hashrate on rx 480 8Gb?
Could you share your config for rx 480 8Gb which gives 1050h/s please.
Did you use double threads? and what intensitiy?

Yes it is ''Heavy Algo''

i think that Micron memory is best for Heavy Algo

my RX480 is MSI GamingX with Micron
and
my RX560 using Micron memory too

the other crads using Hynix memory

settings are :

29.5,true
29.5,true
59,true
59,true
29.5,true


trick is that 8GB cards need 8GB of Virtual memory
and 4GB cards need 4GB of virtual memory

then i set the virtual memory on 100GB
15  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.2 on: April 12, 2018, 06:51:53 PM
Hi there

This config for normalv7, i set intensity,   fixed value  (example: 44) ----> it's run  and has good hash (for xmr coin)
{
/* Type can be : normal, normalv7, lite, litev7, heavy, ultraheavy  */
"cryptonight_type" : "normalv7",

/* Intensity 0-> auto intensity, or value from 1-200  */
"intensity" : 44,

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

but i change to heavy,  it's not run and has bug (for sumo coin)
{
/* Type can be : normal, normalv7, lite, litev7, heavy, ultraheavy  */ 
"cryptonight_type" : "heavy",

/* Intensity 0-> auto intensity, or value from 1-200  */
"intensity" : 44,

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


Please help me

hi there

u must use half intensity

heavy using double memory

try 22 instead of 44
16  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.2 on: April 12, 2018, 01:14:10 PM
Hello Doctor

I have these cards on Asrock h110 13slots

2*Rx 560 4GB--------500    h/s
3*Rx 470 4GB--------670    h/s
3*Rx 470 8GB--------880    h/s
Rx 480 8GB----------1050   h/s
Rx 570 4GB-----------700    h/s


my hashrate dropping alot

its not intensity problem , ive tried alot of numbers with/without double_threads

swinging hashrate -20%

i set virtual memory 100 GB

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!