Skip to content

Commit

Permalink
add scryptn2 on update
Browse files Browse the repository at this point in the history
  • Loading branch information
MaynardMiner committed Feb 10, 2020
1 parent 1be7584 commit 83f7aa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/powershell/startup/remoteagent.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,7 @@ Access Denied Error prevented.
$Data | add-Member "cuckaroom" @{alt_names = @("cuckaroom"); exclusions = @("add pool or miner here", "comma seperated") } -ErrorAction SilentlyContinue
$Data | add-Member "sha3d" @{alt_names = @("sha3d"); exclusions = @("add pool or miner here", "comma seperated") } -ErrorAction SilentlyContinue
$Data | add-Member "cuckatoo32" @{alt_names = @("cuckatoo32","grincuckatoo32"); exclusions = @("add pool or miner here", "comma seperated") } -ErrorAction SilentlyContinue
$Data | add-Member "scryptn2" @{alt_names = @("scryptn2"); exclusions = @("add pool or miner here", "comma seperated") } -ErrorAction SilentlyContinue
}


Expand Down

0 comments on commit 83f7aa8

Please sign in to comment.