Skip to content

Commit

Permalink
remote update 1.8.2 initial
Browse files Browse the repository at this point in the history
  • Loading branch information
MaynardMiner committed Dec 19, 2018
1 parent 268a503 commit b8826e2
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
File renamed without changes.
3 changes: 2 additions & 1 deletion build/powershell/remoteupdate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ if($StartUpdate -eq $true)
{
$PreviousVersions = @()
$PreviousVersions += "SWARM.1.7.6"
$PreviousVersions += "SWARM.1.7.6"
$PreviousVersions += "SWARM.1.7.7"
$PreviousVersions += "SWARM.1.7.8"
$PreviousVersions += "SWARM.1.7.9"
$PreviousVersions += "SWARM.1.8.0"
$PreviousVersions += "SWARM.1.8.1"
$PreviousVersions += "SWARM.1.8.2"


Write-Host "User Specfied Updates: Searching For Previous Version" -ForegroundColor Yellow
Write-Host "Check $Location For any Previous Versions"
Expand Down
4 changes: 2 additions & 2 deletions h-manifest.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The name of the miner
CUSTOM_NAME=SWARM.1.8.2
CUSTOM_NAME=SWARM.1.8.3
# Optional version of your custom miner package
CUSTOM_VERSION=1.8.2
CUSTOM_VERSION=1.8.3

# Full path to miner config file
CUSTOM_CONFIG_FILENAME=/hive/miners/custom/${CUSTOM_NAME}/${CUSTOM_NAME}.conf
Expand Down
24 changes: 24 additions & 0 deletions help files/Change.log
Original file line number Diff line number Diff line change
Expand Up @@ -1328,3 +1328,27 @@ To use new features included in this release:
All miners should be up to date. If I missed one, or you
have a request for a new miner to be added- Contact me via
discord.


1.8.2


-This fixes ``-SWARM_Mode`` parameter and
millisecond bug.
-SWARM_Mode should work as intented.

New Command (Windows)!

``ps``
-ps allows you to run powershell/cmd based commands remotely.
-can only run commands that will eventually end! Running processes
will put your rig offline, just like HiveOS version. You can start
processes, but use powershell's ``Start-Process`` cmdlet.
-example: ``ps Get-Process`` will get you a list of running
processes on pc.

-Updated trex
-Fixed background miner versions.
-RTX series USB-controller fix. (Stats correct number of GPU's)

This release is mainly a patch for users interested in SWARM_Mode.

0 comments on commit b8826e2

Please sign in to comment.