Skip to content

Commit

Permalink
Update cryptodredge
Browse files Browse the repository at this point in the history
Added x16rv2
Good example on how to manually
add new link and new algo.
  • Loading branch information
MaynardMiner committed Oct 3, 2019
1 parent 8b749a9 commit fbe12ad
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions config/miners/cryptodredge.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"x21s": "",
"lyra2rev3": "",
"x16rt": "",
"x16rv2": "",
"veil": "",
"lyra2zz": "",
"mtp": "",
Expand All @@ -47,6 +48,7 @@
"x21s": "",
"lyra2rev3": "",
"x16rt": "",
"x16rv2": "",
"veil": "",
"lyra2zz": "",
"mtp": "",
Expand All @@ -71,6 +73,7 @@
"x21s": "x21s",
"lyra2rev3": "Lyra2REv3",
"x16rt": "x16rt",
"x16rv2": "x16rv2",
"veil": "x16rt",
"lyra2zz": "lyra2zz",
"mtp": "mtp",
Expand Down Expand Up @@ -98,6 +101,7 @@
"x21s": 1,
"lyra2rev3": 1,
"x16rt": 1,
"x16rv2": 1,
"veil": 1,
"lyra2zz": 1,
"mtp": 2,
Expand Down Expand Up @@ -129,6 +133,7 @@
"x21s": "",
"lyra2rev3": "",
"x16rt": "",
"x16rv2": "",
"veil": "",
"lyra2zz": "",
"mtp": "",
Expand All @@ -153,6 +158,7 @@
"x21s": "",
"lyra2rev3": "",
"x16rt": "",
"x16rv2": "",
"veil": "",
"lyra2zz": "",
"mtp": "",
Expand All @@ -177,6 +183,7 @@
"x21s": "x21s",
"lyra2rev3": "Lyra2REv3",
"x16rt": "x16rt",
"x16rv2": "x16rv2",
"veil": "x16rt",
"lyra2zz": "lyra2zz",
"mtp": "mtp",
Expand Down Expand Up @@ -204,6 +211,7 @@
"x21s": 1,
"lyra2rev3": 1,
"x16rt": 1,
"x16rv2": 1,
"veil": 1,
"lyra2zz": 1,
"mtp": 2,
Expand Down Expand Up @@ -235,6 +243,7 @@
"x21s": "",
"lyra2rev3": "",
"x16rt": "",
"x16rv2": "",
"veil": "",
"lyra2zz": "",
"mtp": "",
Expand All @@ -259,6 +268,7 @@
"x21s": "",
"lyra2rev3": "",
"x16rt": "",
"x16rv2": "",
"veil": "",
"lyra2zz": "",
"mtp": "",
Expand All @@ -283,6 +293,7 @@
"x21s": "x21s",
"lyra2rev3": "Lyra2REv3",
"x16rt": "x16rt",
"x16rv2": "x16rv2",
"veil": "x16rt",
"lyra2zz": "lyra2zz",
"mtp": "mtp",
Expand Down Expand Up @@ -310,6 +321,7 @@
"x21s": 1,
"lyra2rev3": 1,
"x16rt": 1,
"x16rv2": 1,
"veil": 1,
"lyra2zz": 1,
"mtp": 2,
Expand Down
6 changes: 3 additions & 3 deletions config/update/nvidia-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"NVIDIA2": ".\\bin\\cryptodredge-2\\CryptoDredge",
"NVIDIA3": ".\\bin\\cryptodredge-3\\CryptoDredge",
"minername": "CryptoDredge",
"version": "0.21.0",
"version": "0.22.0",
"optional": "No",
"uri": "https://github.com/technobyl/CryptoDredge/releases/download/v0.21.0/CryptoDredge_0.21.0_cuda_10.1_linux.tar.gz"
"uri": "https://github.com/technobyl/CryptoDredge/releases/download/v0.22.0/CryptoDredge_0.22.0_cuda_10.1_linux.tar.gz"
},
"cc-mtp": {
"name": "cc-mtp",
Expand Down Expand Up @@ -163,7 +163,7 @@
"minername": "ccminer",
"version": "1.0.2",
"optional": "No",
"uri": "https://github.com/MaynardMiner/MM.Compiled-Miners/releases/download/v4.0/cc-rfv2-linux.tar.gz"
"uri": "https://github.com/MicroBitcoinOrg/CudaMiner/releases/download/1.0.2/ccminer.tar.gz"
},
"t-rex": {
"name": "t-rex",
Expand Down
4 changes: 2 additions & 2 deletions config/update/nvidia-win.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@
"NVIDIA2": ".\\bin\\cryptodredge-2\\CryptoDredge.exe",
"NVIDIA3": ".\\bin\\cryptodredge-3\\CryptoDredge.exe",
"minername": "CryptoDredge.exe",
"version": "0.21.0",
"version": "0.22.0",
"optional": "No",
"uri": "https://github.com/technobyl/CryptoDredge/releases/download/v0.21.0/CryptoDredge_0.21.0_cuda_10.1_windows.zip"
"uri": "https://github.com/technobyl/CryptoDredge/releases/download/v0.22.0/CryptoDredge_0.22.0_cuda_10.1_windows.zip"
},
"dstm": {
"name": "dstm",
Expand Down

0 comments on commit fbe12ad

Please sign in to comment.