Skip to content

Commit

Permalink
to ver 1.3.4a
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanja committed Oct 25, 2017
1 parent dea16d2 commit 635c37c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ WARNING! Excavator supports overclocking. Use overclocking at your own risk. OVE

# Changelog

v1.3.4a
- bug fixes & improvements
- speed improvements for equihash
- speed improvements for keccak
- speed improvements for lyra2rev2

v1.3.3a
- bug fixes & improvements
- added algorithm cryptonight
Expand Down
8 changes: 1 addition & 7 deletions command_file_example_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
]},
{"time":2,"commands":[
{"id":1,"method":"worker.add","params":["0","1"]},
{"id":1,"method":"worker.add","params":["0","1"]},
{"id":1,"method":"worker.add","params":["0","2"]},
{"id":1,"method":"worker.add","params":["0","2"]},
{"id":1,"method":"worker.add","params":["0","3"]}
]},
Expand All @@ -26,11 +24,7 @@
{"time":10,"commands":[
{"id":1,"method":"worker.reset","params":["0"]},
{"id":1,"method":"worker.reset","params":["1"]},
{"id":1,"method":"worker.reset","params":["2"]},
{"id":1,"method":"worker.reset","params":["3"]},
{"id":1,"method":"worker.reset","params":["4"]},
{"id":1,"method":"worker.reset","params":["5"]},
{"id":1,"method":"worker.reset","params":["6"]}
{"id":1,"method":"worker.reset","params":["2"]}
]},
{"time":15,"loop":15,"commands":[
{"id":1,"method":"algorithm.print.speeds","params":[]}
Expand Down
1 change: 0 additions & 1 deletion default_command_file.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{"id":1,"method":"algorithm.add","params":["equihash","equihash.usa.nicehash.com:3357","34HKWdzLxWBduUfJE9JxaFhoXnfC6gmePG.testrig"]}
]},
{"time":3,"commands":[
{"id":1,"method":"worker.add","params":["0","0"]},
{"id":1,"method":"worker.add","params":["0","0"]}
]},
{"time":10,"loop":10,"commands":[
Expand Down
4 changes: 2 additions & 2 deletions nvidia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ Step 3 after 2 and step 5 before 6 assures that the GPU never enters P0 state wi

Parameter # or name | Range | Explanation
-----------------|----------|---------
1 or `M` | 0 or 1 | Mode of algorithm
1 or `M` | 0, 1 , 2 | Mode of algorithm

If no parameters are provided, device specific defaults are used (M=0). We suggest using two workers per device when running equihash with mode 0*, otherwise use one worker per device.
If no parameters are provided, device specific defaults are used (M=1). We suggest using two workers per device when running equihash with mode 0*, otherwise use one worker per device.

\* To manage intensity of this algorithm, we suggest you to run only one worker to reach low intensity and multiple (suggest 2) workers per device to reach optimal speed.

Expand Down

0 comments on commit 635c37c

Please sign in to comment.