Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UselessGuru committed Sep 11, 2024
1 parent 475c2f2 commit b6583eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,19 +179,19 @@ The prerun scripts can be used to apply per miner/algorithm overclocking setting
Before starting a miner executable UG-Miner is trying to launch one of the following 3 prerun scripts (in this order):

1. \<MinerName\>\_\<AlgorithmName\>.bat / \<MinerName\>\_\<AlgorithmName1&AlgorithmName2\>.bat
Create a file named \<MinerName\>\_\<AlgorithmName\>.bat in the 'Utils\\prerun' folder, e.g.
Create a file named \<MinerName\>\_\<AlgorithmName\>.bat in the '[UG-Miner directory]\\Utils\\prerun' folder, e.g.
'MiniZ-v2.4.d-1xRadeonRX5808GB_EtcHash.bat'
'BzMiner-v21.4.0-1xRTX306012GB_Ethash&SHA512256d.bat'
(use the algorithm base name, not the algorithm variant name)

3. \<AlgorithmName\>.bat / \<AlgorithmName1&AlgorithmName2\>.bat
Create a file named \<AlgorithmName\>.bat in the 'Utils\\prerun' folder, e.g.
Create a file named \<AlgorithmName\>.bat in the '[UG-Miner directory]\\Utils\\prerun' folder, e.g.
'Ethash.bat'
'Ethash&SHA512256d.bat'
(use the algorithm base name, not the algorithm variant name)

5. default.bat
If neither of the two above exist UG-Miner will try to launch 'Utils\prerun\default.bat'
If neither of the two above exist UG-Miner will try to launch '[UG-Miner directory]\\Utils\\prerun\default.bat'

**Use overclock with caution!**

Expand Down

0 comments on commit b6583eb

Please sign in to comment.