Skip to content

Commit

Permalink
to ver 1.2.2a
Browse files Browse the repository at this point in the history
  • Loading branch information
DXdeja committed May 21, 2017
1 parent 9cc240c commit fad2778
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ WARNING! Excavator supports overclocking. Use overclocking at your own risk. OVE

# Changelog

v1.2.2a
- added algorithm CUDA sia
- general fixes and improvements

v1.2.1a
- support for API and commanding file at the same time
- added commanding file event: on_quit
Expand Down
17 changes: 15 additions & 2 deletions nvidia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Name | Supported devices | Wcount*1 | Pcount*2
[equihash](#equihash) | NVIDIA SM 5.0+ | 2 | 0
[pascal](#pascal) | NVIDIA SM 5.0+ | 1 | 2
[decred](#decred)| NVIDIA SM 5.0+ | 1 | 3
[sia](#sia)| NVIDIA SM 5.0+ | 1 | 2

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

Expand Down Expand Up @@ -35,7 +36,7 @@ Step 3 after 2 and step 5 before 6 assures that the GPU never enters P0 state wi
Parameter # | Range | Explanation
-----------------|----------|---------
1 | 0-inf | Number of blocks
2 | 0-1024 | Number of threads per block
2 | 0-512 | Number of threads per block

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

Expand All @@ -45,7 +46,19 @@ If no parameters are provided, device specific defaults are used. If provided pa
Parameter # | Range | Explanation
-----------------|----------|---------
1 | 0-inf | Number of blocks
2 | 0-1024 | Number of threads per block
2 | 0-512 | Number of threads per block
3 | 0-inf | Number of iterations per thread

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


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

Parameter # | Range | Explanation
-----------------|----------|---------
1 | 0-inf | Number of blocks
2 | 0-512 | Number of threads per block

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

**WARNING: Sia is not tuned per card yet. You may reach higher speeds by experimenting with parameters.**
6 changes: 5 additions & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
<title>Excavator by NiceHash</title>
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="shortcut icon" href="/favicon.ico">
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<script type="text/javascript">
Expand Down

0 comments on commit fad2778

Please sign in to comment.