Skip to content

Commit

Permalink
sexy logo
Browse files Browse the repository at this point in the history
  • Loading branch information
MaynardMiner committed Nov 20, 2018
1 parent 47469ff commit 3028ea6
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
1 change: 1 addition & 0 deletions build/powershell/remoteupdate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ $PreviousVersions += "SWARM.1.7.1"
$PreviousVersions += "SWARM.1.7.2"
$PreviousVersions += "SWARM.1.7.3"
$PreviousVersions += "SWARM.1.7.4"
$PreviousVersions += "SWARM.1.7.5"

$PreviousVersions | foreach {
$PreviousPath = Join-Path "/hive/custom" "$_"
Expand Down
2 changes: 1 addition & 1 deletion build/powershell/sexyunixlogo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Write-Host "
███████║╚███╔███╔╝██║ ██║██║ ██║██║ ╚═╝ ██║
╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝
Parental Discretion Is Advised
v1.7.5 Unix/HiveOS
$Version Unix/HiveOS
GitHub: https://Github.com/MaynardMiner/Swarm
Expand Down
8 changes: 4 additions & 4 deletions build/powershell/sexywinlogo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
#>
function Get-SexyWinLogo {
Write-Host '
Write-Host "
BEWARE OF THE
███████╗██╗ ██╗ █████╗ ██████╗ ███╗ ███╗
██╔════╝██║ ██║██╔══██╗██╔══██╗████╗ ████║
Expand All @@ -20,14 +20,14 @@ Write-Host '
███████║╚███╔███╔╝██║ ██║██║ ██║██║ ╚═╝ ██║
╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝
Parental Discretion Is Advised
v1.7.5 Windows
$($Version) Windows
GitHub: https://Github.com/MaynardMiner/Swarm
SUDO APT-GET LAMBO
.h+. .+h.
+MMd+. .+dMM+ WINDOWS USERS:
+sNMMMMd+. .+dMMMMNs+ Do NOT use software to
"Agression Makes Up For Skill." .dMMMMMMMh+. .+hMMMMMMMMd. connect to Hive that is
`"Agression Makes Up For Skill.`" .dMMMMMMMh+. .+hMMMMMMMMd. connect to Hive that is
Caeser Vitus Aurelius .mMMMMMMMMMNy:. -+: :+- .:yNMMMMMMMMMm. not open sourced!
VITO -mMMMMMMMMMMMms- omhdmmdhmo -smMMMMMMMMMMMm- YOU CAN BE VERY EASILY
http://vitosminions.com/ -mMMMMMMMMMMMMMd+mMMMMMMMMm+dMMMMMMMMMMMMMm- HACKED! ONLY USE TRUSTED
Expand All @@ -52,5 +52,5 @@ Write-Host '
This Software Is Open-Source. However, 1.40% Dev Fee Was Written In This Code
Dev Fee is NOT 1.40% of all Mining. 1.40% of 86400 seconds (24 hours)
It Can Take Awhile To Load At First Time Start-Up. Please Be Patient!
' -foregroundColor "yellow"
" -foregroundColor "yellow"
}
3 changes: 3 additions & 0 deletions help files/Change.log
Original file line number Diff line number Diff line change
Expand Up @@ -1097,3 +1097,6 @@ Windows core side is 100%, and works with HiveOS
-code staging for wallet tracking (coming in next release).
-Strike 4/Miner bans added: Miner will shut off non-functional miners.
-Ban system greatly improved! Rewritten entirely.
-Added user configured oc settings to Lite API
-AMD oc is 100% working: Multiple user tested.
-Added fans to AMD OC: 100% working.
11 changes: 11 additions & 0 deletions swarm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,10 @@ $AlgoBanCount = $SWARMParams.AlgoBanCount
$Lite = $SWARMParams.Lite
}

$Version = Split-Path ($script:MyInvocation.MyCommand.Path) -Leaf
$Version = $Version -replace ".ps1",""
$Version = $Version -replace "SWARM.","v"

if($HiveOS -eq "Yes" -and $Platform -eq "linux"){Start-Process ".\build\bash\screentitle.sh" -Wait}
Get-ChildItem . -Recurse -Force | Out-Null
if($Platform -eq "Windows"){$Platform = "windows"}
Expand Down Expand Up @@ -760,6 +764,13 @@ Write-Host "Most Ideal Choice Is $($BestMiners_Selected) on $($BestPool_Selected
Algo = $_.Algo
Fullname = $_.FullName
MinerPool = $_.MinerPool
oc_core = $_.occore
oc_mem = $_.ocmem
ocp_ower = $_.ocpower
oc_v = $_.ocv
oc_dpm = $_.ocdpm
oc_mdpm = $_.ocmdpm
oc_fans = $_.ocfans
}
}
if(-not $ActiveMinerPrograms){$Type | foreach{if(Test-Path ".\logs\$($_).log"){remove-item ".\logs\$($_).log" -Force}}}
Expand Down

0 comments on commit 3028ea6

Please sign in to comment.