Skip to content

Commit

Permalink
gminer: update to 1.52
Browse files Browse the repository at this point in the history
  • Loading branch information
LuKePicci committed Jul 21, 2019
1 parent c3e04ad commit 9af8fe1
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GMINER/1.50/.nvoc-miner.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},

"install": {
"latest": "true",
"latest": "false",
"recommended": "false",
"tarball": "gminer_1_50_linux64.tar.xz",
"executable": "miner"
Expand Down
36 changes: 36 additions & 0 deletions GMINER/1.52/.nvoc-miner.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"friendlyname": "gminer",
"version": "1.52",
"hcd": "miner --server ${!xpool} --user ${!xaddr}${!xwallet}${!xwork} --port ${!xport} --pass $MINER_PWD -w 0 --pec 0 ",
"devlist_argument": "devices=",
"devlist_separator": " ",
"devlist_format": "Z",

"foreman": {
"name": "gminer",
"api_ext": "--api 10555"
},

"minerinfo": {
"total_hash": "tail -100 ${NVOC}/nvoc_logs/screenlog.0 | grep \"Total Speed:\" | sed -r 's/\\x1B\\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g' | grep -o '[0-9]*.[0-9]* G/s' | awk '{print$1}' | awk '{s+=$1} END {printf \"%.2f\", s}'",
"hash_count": "tail -100 ${NVOC}/nvoc_logs/screenlog.0 | grep \"Total Speed:\" | grep -v grep | wc -l | awk '{print $1}'",
"solution_speed_unit": "G/s",
"miner_error": "false",
"rejected_shares": "false"
},

"install": {
"latest": "true",
"recommended": "9.2",
"tarball": "gminer_1_52_linux64.tar.xz",
"executable": "miner"
},

"compile": {
"src_path": "false",
"src_repo": "",
"src_commit_hash": "",
"command": "",
"output": ""
}
}
Binary file added GMINER/1.52/gminer_1_52_linux64.tar.xz
Binary file not shown.

0 comments on commit 9af8fe1

Please sign in to comment.