TT-Miner 2023.4.3
What's new in TT version 2023.4.3
fix: bug in Sha256DT (NOVO-coin)
fix: bug in http protocol for Etica
new: coin EGAZ (Etica)
Sample command line for mining ETI:
TT-Miner.exe -cETI ETI -PETI <wallet>.<worker>@<pool-server>:<pool-port>
Sample command line for mining EGAZ:
TT-Miner.exe -cEGAZ EGAZ -PEGAZ <wallet>.<worker>@<pool-server>:<pool-port>
Sample command line for mining ETI & ZIL:
TT-Miner.exe -cETI ETI -PETI <wallet>.<worker>@<pool-server>:<pool-port> -cZIL ZIL -PZIL <wallet(ZIL)>.<worker(ZIL)>@<pool-server(ZIL)>:<pool-port(ZIL)>
You can also dual mine EGAZ & ETI:
TT-Miner.exe -cEGAZ EGAZ -PEGAZ <wallet(EGAZ)>.<worker(EGAZ)>@<pool-server(EGAZ)>:<pool-port(EGAZ)> -cETI ETI -PETI <wallet(ETI)>.<worker(ETI)>@<pool-server(ETI)>:<pool-port(ETI)> -jETI EGAZ
The -jETI EGAZ options 'attaches' ETI to the EGAZ algo and both algos try to run as fast as possible. Since they are pretty different the resulting hashrates maybe not 50% of the hashrate if you mine one coin alone. To balance out this differences you can use the -j option with a balance parameter like this:
-jETI EGAZ -50
Negative values will reduce hashrate of EGAZ and give ETI more GOUZ time so that ETI hashrate rises. Positive numbers will do the opposite. Valid values are in the range from -100 to 100.
Please note that overclocking in this mode does not always makes sense if the algos are very different. Please use OC with care.
Mining EGAZ & ETI & ZIL:
TT-Miner.exe -cEGAZ EGAZ -PEGAZ <wallet(EGAZ)>.<worker(EGAZ)>@<pool-server(EGAZ)>:<pool-port(EGAZ)> -cETI ETI -PETI <wallet(ETI)>.<worker(ETI)>@<pool-server(ETI)>:<pool-port(ETI)> -cZIL ZIL -PZIL <wallet(ZIL)>.<worker(ZIL)>@<pool-server(ZIL)>:<pool-port(ZIL)> -jETI EGAZ
Please let me know if you have any questions.