Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 authored Mar 5, 2018
1 parent 8a88138 commit 6b0021c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Kudaraidee.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,15 @@ while($true)

#Display mining information
Clear-Host
Write-Host "1 BTC = " $Rates.$Currency "$Currency" -foregroundcolor "Yellow"

Write-Host ""
Write-Host " KUDARAIDEE V3" -foregroundcolor "Green"
Write-Host ""
Write-Host " *** Thank you Sniffdogmine , Multipoolminer and NemosMiner for database. ***" -foregroundcolor "Green"
Write-Host ""
Write-Host " $(Get-Date -Format "dd / MM / yyyy")" -foregroundcolor "Green"
Write-Host ""
Write-Host " ----> 1BTC = " $Rates.$Currency "$Currency" -foregroundcolor "Yellow"

$Miners | Where {$_.Profit -ge 1E-5 -or $_.Profit -eq $null} | Sort -Descending Type,Profit | Format-Table -GroupBy Type (
@{Label = "Miner"; Expression={$_.Name}},
@{Label = "Algorithm"; Expression={$_.HashRates.PSObject.Properties.Name}},
Expand Down

0 comments on commit 6b0021c

Please sign in to comment.