Skip to content

Commit

Permalink
to ver 1.2.10a
Browse files Browse the repository at this point in the history
  • Loading branch information
DXdeja committed Jul 6, 2017
1 parent 4bf2c4e commit b0a0cac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Parameter | Range | Description | Default
-d | 0-6 | Console log level | 2
-f | 0-6 | File log level | 6
-c | file name | Use commanding file |
-na | | Disable AMD support |


# Additional Notices
Expand All @@ -64,6 +65,13 @@ WARNING! Excavator supports overclocking. Use overclocking at your own risk. OVE

# Changelog

v1.2.10a
- added DAG cache host memory storage for quicker DAG switches
- speed improvements for all CUDA algorithms for certain cards
- CUDA faster DAG generation
- bug fixes for AMD cards
- added option to disable AMD support

v1.2.9a
- further phymem.sys bug fixes
- added algorithm CUDA daggerhashimoto
Expand Down
4 changes: 3 additions & 1 deletion nvidia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,10 @@ If no parameters are provided, device specific defaults are used. If provided pa

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

NOTE1: If you use Windows 10 and your speed is very low, make sure you use Windows version 1607 or higher and latest NVIDIA drivers.
NOTE1: If you use Windows 10 and your speed is very low, make sure you use Windows version 1607 or higher and latest NVIDIA drivers. When you use Maxwell cards for mining, also make sure you turn on `Optimize for compute performance` and set some value for `DSR-Factors` in NVIDIA control panel.

NOTE2: You can set epoch for benchmark as a third parameter when adding benchmark algorithm. Example to benchmark with epoch 150:

`{"id":1,"method":"algorithm.add","params":["daggerhashimoto","benchmark","150"]}`

NOTE3: Only EthereumStratum protocol is supported. This means daggerhashimoto may not work on all pools. Specifications of EthereumStratum can be found here: https://github.com/nicehash/Specifications

0 comments on commit b0a0cac

Please sign in to comment.