Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaynardMiner committed Jun 19, 2019
1 parent ae00424 commit b9f03eb
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions build/powershell/startup/remoteagent.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function Global:start-update {
$PreviousVersions += "SWARM.2.3.8"
$PreviousVersions += "SWARM.2.3.9"
$PreviousVersions += "SWARM.2.4.0"
$PreviousVersions += "SWARM.2.4.1"

$StatsOnly = $null

Expand Down
2 changes: 1 addition & 1 deletion h-manifest.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SWARMDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
CUSTOM_NAME=${SWARMDIR##*/}

# Optional version of your custom miner package
CUSTOM_VERSION=2.4.1
CUSTOM_VERSION=2.4.2

# Full path to miner config file
CUSTOM_CONFIG_FILENAME=/hive/miners/custom/${CUSTOM_NAME}/${CUSTOM_NAME}.conf
Expand Down
23 changes: 22 additions & 1 deletion help/Change.log
Original file line number Diff line number Diff line change
Expand Up @@ -3443,4 +3443,25 @@ example: -optional zjazz,avermore / "optional": ["avermore","zjazz"]
-Added more params to global vars parameter (for modules)
-TypeBanCount added to help files
-Slowed background timer for stats down - 5 second interval.
-Miner name will show in get stats lite
-Miner name will show in get stats lite


SWARM 2.4.2

GUIDED HELP
* There are four different ways to start guided help:
* run command ``swarm_help`` after SWARM has started in HiveOS/Windows
* [Linux] Run sudo ./help.sh (will install SWARM first, then run help)
* [Windows] Run Help.bat
* [ALL] opening either SWARM.bat or ./swarm, and adding ``-help``
* Will allow users to set up a basic configuration
* After basic config is created, will allow users to modify advanced settings.
* Everything is guided, and additional information beyond help.txt is supplied.
* Guided help will save your configuration to newarguments.json, as well as
provide a copy/paste of arguments for flighsheets/configs.

-Critical fix for AMD Linux miners
-Fixes SWARM freeze at "waiting for port" for grin miner
-Fixes grin-miner API
-Fixes grin-miner launch.
-These items were missed during beta-testing.

0 comments on commit b9f03eb

Please sign in to comment.