We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91ef50 commit 0417b84Copy full SHA for 0417b84
web/js/miner.js
@@ -30,6 +30,7 @@ xhr.onload = function () {
30
console.log(miner.agents[agent].realtime_hashrate);
31
document.getElementById("totalAHS").innerText = (average_hashrate / 1000) + " kh/s";
32
document.getElementById("totalRHS").innerText = (realtime_hashrate / 1000) + " kh/s";
33
+ document.getElementById("lastshare").innerText = miner.lastShare;
34
}
35
} else {
36
console.log(xhr.response)
0 commit comments