adjust scale for myr-gr and lbry

This commit is contained in:
2018-07-25 11:33:45 -07:00
parent 8b8be8019e
commit 127611190b
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@
{ {
"bin": "/usr/bin/tpccminer -a hsr -o stratum+tcp://{HOST}:{PORT} -u {USERNAME} -p {PASSWORD}", "bin": "/usr/bin/tpccminer -a hsr -o stratum+tcp://{HOST}:{PORT} -u {USERNAME} -p {PASSWORD}",
"power_limit": [115,115,115,95], "gpu_oc": [-100,-100,-100,0], "mem_oc": 0, "fan": 65, "power_limit": [115,115,115,95], "gpu_oc": [-100,-100,-100,0], "mem_oc": 0, "fan": 65,
"speed": 0.033, "power": 0.490, "speed": 0.033, "power": 0.475,
"last_benchmark": "2018-01-21" "last_benchmark": "2018-01-21"
}, },
"Keccak": "Keccak":

View File

@@ -87,7 +87,7 @@ try:
data["equihash"]["estimate"]*=1000 data["equihash"]["estimate"]*=1000
except: except:
pass pass
for i in ["scrypt", "blakecoin", "blake2s", "decred", "x11", "quark", "qubit", "keccak", "keccakc", "sha256t", "skein", "nist5"]: for i in ["scrypt", "blakecoin", "blake2s", "decred", "x11", "quark", "qubit", "keccak", "keccakc", "sha256t", "skein", "nist5", "myr-gr", "lbry"]:
try: try:
data[i]["estimate"]/=1000 data[i]["estimate"]/=1000
except: except: