turns out hsr is supported by tpccminer

This commit is contained in:
2018-01-21 20:55:06 -08:00
parent b73ab72e0a
commit 647748b16c
2 changed files with 8 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
"c11": "C11",
"equihash": "Equihash",
"groestl": "Groestl",
"hsr": "",
"hsr": "HSR",
"keccak": "Keccak",
"lbry": "LBRY",
"lyra2v2": "Lyra2RE2",

View File

@@ -55,6 +55,13 @@
"speed": 0.119, "power": 0.520,
"last_benchmark": "2018-01-21"
},
"HSR":
{
"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": 0,
"speed": 0.033, "power": 0.490,
"last_benchmark": "2018-01-21"
},
"Keccak":
{
"bin": "/usr/bin/tpccminer -a keccak -o stratum+tcp://{HOST}:{PORT} -u {USERNAME} -p {PASSWORD}",