Skip to content

Commit

Permalink
bminer update & change.log
Browse files Browse the repository at this point in the history
  • Loading branch information
MaynardMiner committed Jan 23, 2020
1 parent a457d05 commit 922ef62
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/update/nvidia-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@
"NVIDIA2": ".\\bin\\bminer-2\\bminer",
"NVIDIA3": ".\\bin\\bminer-3\\bminer",
"minername": "bminer",
"version": "16.0.1",
"version": "16.0.2",
"optional": "No",
"uri": "https://www.bminercontent.com/releases/bminer-v16.0.1-bd5656b-amd64.tar.xz"
"uri": "https://www.bminercontent.com/releases/bminer-v16.0.2-9094ce6-amd64.tar.xz"
},
"miniz": {
"name": "miniz",
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 @@ -73,7 +73,7 @@
"NVIDIA2": ".\\bin\\bminer-2\\bminer.exe",
"NVIDIA3": ".\\bin\\bminer-3\\bminer.exe",
"minername": "bminer.exe",
"version": "16.0.1",
"version": "16.0.2",
"optional": "No",
"uri": "https://www.bminercontent.com/releases/bminer-lite-v16.0.1-bd5656b-amd64.zip"
},
Expand Down
40 changes: 39 additions & 1 deletion help/Change.log
Original file line number Diff line number Diff line change
Expand Up @@ -1829,4 +1829,42 @@ but beta in design.
## Updates
* bminer updated
* lolminer updated
* gminer updated
* gminer updated

############################################
############################################

# SWARM 2.9.5

## What's New
* Issue #303
* ``get parameters`` command can now accept
arguments ``json`` and ``json decompress``
* ``json`` will print a copy/paste .json
of your current parameters (arguemts) in SWARM,
which can be used in HiveOS flight sheets
* ``json compressed`` prints .json in a
non-compressed form for easier editing
after copy/paste.

## Improvements
* Issue #296
* handle libcurl for all UNIX
* re-bundled export.tar.gz
and symlinks.
* Issue #297
* fixed broken linux hashtable function
in ``swarm_help``
* found small typos in ``swarm_help`` that
was fixed.
* Issue #295
* Add screen for package install in
``install_linux``
* Issue #299
* Better AMD card detection/Stat
detection for linux. rocm-smi
package.

## Updates
* bminer updated
* gminer updated

0 comments on commit 922ef62

Please sign in to comment.