Skip to content

Commit

Permalink
Update NemosMiner.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
nemosminer authored Nov 21, 2018
1 parent ec281fc commit 41f3a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NemosMiner.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ param(
[Parameter(Mandatory = $false)]
[String]$Proxy = "", #i.e http://192.0.0.1:8080
[Parameter(Mandatory = $false)]
[Int]$Delay = 1, #seconds before opening each miner
[Int]$Delay = 3, #seconds before opening each miner
[Parameter(Mandatory = $false)]
[Int]$GPUCount = 1, # Number of GPU on the system
[Parameter(Mandatory = $false)]
Expand Down

0 comments on commit 41f3a73

Please sign in to comment.