Skip to content

Commit

Permalink
Update NemosMiner-v2.0.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
nemosminer authored Jun 19, 2017
1 parent 32275b0 commit 73d12ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NemosMiner-v2.0.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if(Test-Path "Stats"){Get-ChildItemContent "Stats" | ForEach {$Stat = Set-Stat $
$LastDonated = (Get-Date).AddDays(-1).AddHours(1)
$WalletDonate = "1QGADhdMRpp9Pk5u5zG1TrHKRrdK5R81TE"
$UserNameDonate = "1QGADhdMRpp9Pk5u5zG1TrHKRrdK5R81TE"
$WorkerNameDonate = "donate"
$WorkerNameDonate = "NemosMiner-2.0"
$WalletBackup = $Wallet
$UserNameBackup = $UserName
$WorkerNameBackup = $WorkerName
Expand Down Expand Up @@ -347,4 +347,4 @@ while($true)
}

#Stop the log
Stop-Transcript
Stop-Transcript

0 comments on commit 73d12ef

Please sign in to comment.