Skip to content

Commit

Permalink
Add ghostrider
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPlusGH committed Mar 6, 2021
1 parent 1c9defe commit 35ab2de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Includes/Algorithms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
"feathercoin": "NeoScrypt",
"fresh": "Fresh",
"garlicoin": "Allium",
"ghostrider": "gr",
"groestl": "Groestl",
"groestlcoin": "Groestl",
"heavy": "Heavy",
Expand Down
3 changes: 2 additions & 1 deletion Miners/Cpu-rplant.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
if (!(IsLoaded(".\Includes\include.ps1"))) {. .\Includes\include.ps1;RegisterLoaded(".\Includes\include.ps1")}

$Path = ".\Bin\CPU-rplant\cpuminer-sse42.exe"
$Uri = "https://github.com/rplant8/cpuminer-opt-rplant/releases/download/5.0.11/cpuminer-opt-win.zip"
$Uri = "https://github.com/rplant8/cpuminer-opt-rplant/releases/download/5.0.14/cpuminer-opt-win.zip"

$Commands = [PSCustomObject]@{
"ghostrider" = "" #ghostrider
"yescryptR8G" = "" #YescryptR8
"yespowerIOTS" = "" #yespowerIOTS
# "yespowerSUGAR" = "" #yespowerSUGAR
Expand Down

0 comments on commit 35ab2de

Please sign in to comment.