Linux (ethOS) version request.
Thanks
It is in the pipeline (right after hardware control and dual mining), and we will try to make it as generic as possible but there are so many Linux distros that it is likely going to be PITA to test and configure at first.
The -gt parameter seems to apply to all GPU's in my system. If I'm incorrect please let me know.
My GPU's have the best rates setting them at different values. I think everyone would want to set this parameter
individually for each GPU. I have to pick an average number to run on all the boards.
I hope this will be a change in your next version.
Thanks
The gt is the same for all GPUs only when you are changing it with '+' and '-' keys interactively. If you set it via the command line (or config.txt), you can specify individual values for each card. For example, on 6 GPU rig you can specify
-gt 15,25,20,23,25,15. If you specify less values than you have GPUs, the rest of them will use the default value. If you specify only one value for -gt, it will be used on all GPUs.
Great work with this miner!
I'd like to propose some new features, hopefully they make sense to many and they get implemented.
For section: "Additionally, while the miner is running, you can use the following interactive commands
in the console window by pressing one of these keys:"
c reload config.txt at run time (it might have to recreate DAG)
get FriendlyName from windowsRegistry (other naming system for Cards rathen than pci bus #)
generate a friendly name for log file, if log file already exist, append contents for this session
Add
-logfile
0: default name
: new name
-config
Please, show temperature and fan speed % on run time when "s" is pressed.
Thanks for reading, keep up the good work!
These are nice ideas, here is what we think:
- Some of the command-line parameters require big changes in the code in order to be able to change them "on the fly". It is possible to implement this partially and "reapply" only the options that
can be changed without restating the miner but this would be confusing for the end user as it is not obvious which settings are actually applied and which can't be applied "on the fly". We can print something like "WARNING: the command-line option -xxx won't be changed from its old value yyy until you restart the miner". - The FriendlyName can be read from the registry and printed in the detailed stats without much problems, so this will be implemented sooner than later
- The custom names for the log file and config file are also easy to implement but with non-standard config file name, you will be unable to upload it remotely via the Clyamore's Remote Manager. This will also be implemented soon (maybe not 2.7 but soon after that)
- Showing the hardware info when 's' is pressed is easy to add but be aware that it does have a price (it causes a very small slowdown of the GPU driver), so it is not advisable to do it very often. As a compromise we can repeat the data that we fetched from the GPUs the last time we did the regular measurements of GPU temp/fan speed.