Skip to content

Commit

Permalink
to ver 1.3.8a
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanja committed Nov 24, 2017
1 parent bcd2790 commit 266f747
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ WARNING! Excavator supports overclocking. Use overclocking at your own risk. OVE

# Changelog

v1.3.8a
- added algorithm NeoScrypt

v1.3.7a
- bug fixes & improvements
- fixed high CPU loads
Expand Down
11 changes: 11 additions & 0 deletions nvidia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Name | Supported devices | Wcount*1 | Pcount*2
[daggerhashimoto_pascal](#daggerhashimoto_pascal)| NVIDIA SM 5.2+ | 1 | 3
[cryptonight](#cryptonight)| NVIDIA SM 5.0+ | 1 |2
[keccak](#keccak)| NVIDIA SM 5.0+ | 1 |3
[neoscrypt](#neoscrypt)| NVIDIA SM 5.0+ | 1 |1

*1 Recommended number of workers per device to reach optimal speeds.

Expand Down Expand Up @@ -217,3 +218,13 @@ Parameter # or name | Range | Explanation
If no parameters are provided, device specific defaults are used. If provided parameter is '0' then device specific default value is used.

**WARNING: Keccak is tuned for next cards: 1080 Ti, 1080, 1070 Ti, 1070, 1060 6GB, 1060 3GB, 1050 Ti, 1050, 1030, 970, P104-100 and P106-100. You may reach higher speeds by experimenting with parameters when using a different card.**

# <a name="neoscrypt"></a> neoscrypt

Parameter # or name | Range | Explanation
-----------------|----------|---------
1 or `B` | 0-inf | Number of blocks

If no parameters are provided, device specific defaults are used. If provided parameter is '0' then device specific default value is used.

**WARNING: NeoScrypt is tuned for next cards: 1080 Ti, 1080, 1070, 1060 6GB, 1060 3GB, 1050 Ti, 1050, 1030, P104-100 and P106-100. You may reach higher speeds by experimenting with parameters when using a different card.**

0 comments on commit 266f747

Please sign in to comment.