Skip to content

Commit

Permalink
version temp. bump to 2.7.3 for testing.
Browse files Browse the repository at this point in the history
updated tt-miner to 2.0.9
  • Loading branch information
Embstj committed Sep 27, 2019
1 parent 372e63e commit eb681cb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 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 @@ -63,6 +63,7 @@ function Global:start-update {
$PreviousVersions += "SWARM.2.6.9"
$PreviousVersions += "SWARM.2.7.0"
$PreviousVersions += "SWARM.2.7.1"
$PreviousVersions += "SWARM.2.7.2"

$PreviousVersions | ForEach-Object {
$PreviousVersions += "$($_).linux"
Expand Down
2 changes: 1 addition & 1 deletion config/update/nvidia-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
"NVIDIA2": ".\\bin\\tt-miner-2\\TT-Miner",
"NVIDIA3": ".\\bin\\tt-miner-3\\TT-Miner",
"minername": "TT-Miner",
"version": "3.0.8",
"version": "3.0.9",
"optional": "No",
"uri": "https://tradeproject.de/download/Miner/TT-Miner.tar.xz"
},
Expand Down
2 changes: 1 addition & 1 deletion config/update/nvidia-win.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"NVIDIA2": ".\\bin\\tt-miner-2\\TT-Miner.exe",
"NVIDIA3": ".\\bin\\tt-miner-3\\TT-Miner.exe",
"minername": "TT-Miner.exe",
"version": "3.0.8",
"version": "3.0.9",
"optional": "No",
"uri": "https://tradeproject.de/download/Miner/TT-Miner.zip"
},
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.7.2
CUSTOM_VERSION=2.7.3

# Full path to miner config file
CUSTOM_CONFIG_FILENAME=/hive/miners/custom/${CUSTOM_NAME}/${CUSTOM_NAME}.conf
Expand Down

0 comments on commit eb681cb

Please sign in to comment.