cryptoinvestor_x
Newbie
Offline
Activity: 71
Merit: 0
|
|
January 19, 2021, 03:07:06 PM |
|
T-Rex 0.19.9* Add ability to execute custom scripts upon certain events with new parameters: "--script-start" "--script-epoch-change" "--script-crash" "--script-low-hash" * ("ethash", "kawpow", "octopus") Add "--dag-build-mode" parameter to fine tune DAG build mode (mostly to help with various stability issues, see readme for details) * Allow non-existent GPU indices passed in to "--devices" / "-d" parameter: the miner will display a warning message but will continue mining using the GPUs it could find) * Cosmetic changes: improve error descriptions, display block number when mining solo at some pools (2miners) Bug fixes: * ("ethash", "kawpow", "octopus") Stability regression for Pascal GPUs * Mining pool difficulty is not always updated in the summary report ( https://github.com/trexminer/T-Rex/issues/131) **NOTE**: if you experience stability issues when mining "ethash" right at the start or upon epoch change, e.g. some GPUs fail start with "GPU is idle" or "NVML: can't get GPU#" errors, try running with "--gpu-init-mode 1", it will force sequential GPU initialisation and reduce the load on your hardware (set to 2, 3, etc to indicate how many cards may be generating DAG in parallel) Maybe a noob question but how do you add "--gpu-init-mode 1" into a config.json? doing this on Hive OS and they seem to use a config file instead. Would it be "gpu-init-mode" : "1" ?
|
|
|
|
jassi21
Newbie
Offline
Activity: 1
Merit: 0
|
|
January 19, 2021, 08:04:33 PM |
|
http://prntscr.com/x8gsrndonot know how to fix cclock with Trex.. using windows 10 with nvidia drivers 457.51 gamers one.. can please some help how to fix it
|
|
|
|
trexminer (OP)
Member
Offline
Activity: 283
Merit: 63
|
|
January 19, 2021, 11:23:11 PM |
|
Wow, I'm going to test it later... Thank you man, it's really nice to see a miner dev who's listening to miners and doing fast updates!
No worries. Let me know if it works for you, the functionality is a bit experimental at this stage, no one has used it, so no feedback yet
|
|
|
|
maXonja
Newbie
Offline
Activity: 78
Merit: 0
|
|
January 19, 2021, 11:42:45 PM |
|
So if I understood this correctly, for exampe if I want to initiate reboot.bat for restarting the rig at epoch change the command should look like this: --script-epoch-change reboot.bat Or should I write the full path like this: --script-epoch-change D:\t-rex\reboot.bat Because in readme file you wrote this: (eg: --script-start path_to_user_script) So, is it really a path or just a name of the script in the t-rex miner folder?
|
|
|
|
trexminer (OP)
Member
Offline
Activity: 283
Merit: 63
|
|
January 20, 2021, 12:44:36 AM |
|
So if I understood this correctly, for exampe if I want to initiate reboot.bat for restarting the rig at epoch change the command should look like this: --script-epoch-change reboot.bat Or should I write the full path like this: --script-epoch-change D:\t-rex\reboot.bat Because in readme file you wrote this: (eg: --script-start path_to_user_script) So, is it really a path or just a name of the script in the t-rex miner folder? Both should work. You can try "--script-start" parameter with your script first, that will catch all potential issues early, while you're at your rig. And if everything works as expected then set "--script-epoch-change"
|
|
|
|
maXonja
Newbie
Offline
Activity: 78
Merit: 0
|
|
January 20, 2021, 01:06:48 AM |
|
When I start it like this it's "working" --script-epoch-change reboot.bat I mean, it says this: http://www.imagebam.com/image/ae8d421367373751So it should work, right? But it's not doing anything, just starts mining In simple reboot.bat file I have this command: shutdown /r /t 5 /f And it was working before with phoenix miner... Any suggestions?
|
|
|
|
Deafran
Jr. Member
Offline
Activity: 49
Merit: 4
|
|
January 20, 2021, 08:51:34 AM |
|
hi all,
how to set t-rex in ethos ?? can some one help ??
i manage to set power use, but icant set memory clock and others
thanks ...
|
|
|
|
rotor77
Newbie
Offline
Activity: 5
Merit: 0
|
|
January 20, 2021, 09:22:58 AM |
|
When I start it like this it's "working" --script-epoch-change reboot.bat I mean, it says this: http://www.imagebam.com/image/ae8d421367373751So it should work, right? But it's not doing anything, just starts mining In simple reboot.bat file I have this command: shutdown /r /t 5 /f And it was working before with phoenix miner... Any suggestions? Analog problem with afterburner profile
|
|
|
|
evilwhitey
Newbie
Offline
Activity: 1
Merit: 0
|
|
January 20, 2021, 02:19:00 PM |
|
T-Rex 0.19.9* Add ability to execute custom scripts upon certain events with new parameters: "--script-start" "--script-epoch-change" "--script-crash" "--script-low-hash" * ("ethash", "kawpow", "octopus") Add "--dag-build-mode" parameter to fine tune DAG build mode (mostly to help with various stability issues, see readme for details) * Allow non-existent GPU indices passed in to "--devices" / "-d" parameter: the miner will display a warning message but will continue mining using the GPUs it could find) * Cosmetic changes: improve error descriptions, display block number when mining solo at some pools (2miners) Bug fixes: * ("ethash", "kawpow", "octopus") Stability regression for Pascal GPUs * Mining pool difficulty is not always updated in the summary report ( https://github.com/trexminer/T-Rex/issues/131) **NOTE**: if you experience stability issues when mining "ethash" right at the start or upon epoch change, e.g. some GPUs fail start with "GPU is idle" or "NVML: can't get GPU#" errors, try running with "--gpu-init-mode 1", it will force sequential GPU initialisation and reduce the load on your hardware (set to 2, 3, etc to indicate how many cards may be generating DAG in parallel) So for a 6x 3070 rig it would be --gpu-init-mode 6 or --gpu-init-mode 1,2,3,4,5,6 ? Awesome job on a quick update btw.
|
|
|
|
trexminer (OP)
Member
Offline
Activity: 283
Merit: 63
|
|
January 23, 2021, 03:23:05 AM |
|
When I start it like this it's "working" --script-epoch-change reboot.bat I mean, it says this: http://www.imagebam.com/image/ae8d421367373751So it should work, right? But it's not doing anything, just starts mining In simple reboot.bat file I have this command: shutdown /r /t 5 /f And it was working before with phoenix miner... Any suggestions? It should work but doesn't There's an issue, we'll fix it in the next version.
|
|
|
|
trexminer (OP)
Member
Offline
Activity: 283
Merit: 63
|
|
January 23, 2021, 03:23:40 AM |
|
T-Rex 0.19.9* Add ability to execute custom scripts upon certain events with new parameters: "--script-start" "--script-epoch-change" "--script-crash" "--script-low-hash" * ("ethash", "kawpow", "octopus") Add "--dag-build-mode" parameter to fine tune DAG build mode (mostly to help with various stability issues, see readme for details) * Allow non-existent GPU indices passed in to "--devices" / "-d" parameter: the miner will display a warning message but will continue mining using the GPUs it could find) * Cosmetic changes: improve error descriptions, display block number when mining solo at some pools (2miners) Bug fixes: * ("ethash", "kawpow", "octopus") Stability regression for Pascal GPUs * Mining pool difficulty is not always updated in the summary report ( https://github.com/trexminer/T-Rex/issues/131) **NOTE**: if you experience stability issues when mining "ethash" right at the start or upon epoch change, e.g. some GPUs fail start with "GPU is idle" or "NVML: can't get GPU#" errors, try running with "--gpu-init-mode 1", it will force sequential GPU initialisation and reduce the load on your hardware (set to 2, 3, etc to indicate how many cards may be generating DAG in parallel) So for a 6x 3070 rig it would be --gpu-init-mode 6 or --gpu-init-mode 1,2,3,4,5,6 ? Awesome job on a quick update btw. Thanks. It should be --gpu-init-mode 1
|
|
|
|
morticio777
Newbie
Offline
Activity: 23
Merit: 0
|
|
January 24, 2021, 04:54:51 AM |
|
yes everything perfect with the update! Thanks!
|
|
|
|
em2000
Newbie
Offline
Activity: 2
Merit: 0
|
|
January 24, 2021, 04:09:05 PM |
|
Hello! Dear developers. Please help me set up monitoring rig. In the config, hiveos wrote these lines. "--api-bind-telnet": "192.168.1.162:4068" "--api-bind-http": "192.168.1.162:4067" In the browser, I can not monitor the rig either through 4068 port or through 4067. What am I doing wrong? Is there some kind of monitoring software? https://i.postimg.cc/BbjndML4/image.jpg
|
|
|
|
trexminer (OP)
Member
Offline
Activity: 283
Merit: 63
|
|
January 26, 2021, 08:17:54 AM |
|
Hello! Dear developers. Please help me set up monitoring rig. In the config, hiveos wrote these lines. "--api-bind-telnet": "192.168.1.162:4068" "--api-bind-http": "192.168.1.162:4067" In the browser, I can not monitor the rig either through 4068 port or through 4067. What am I doing wrong? Is there some kind of monitoring software?
Hi. Monitoring web page is accessible through a URL printed by the miner when it starts up, for example: "For control navigate to: http://192.168.88.235:4067/trex" However, since you're already using HiveOS I see no point in using it, HiveOS monitoring features are far superior.
|
|
|
|
ildotoress
Newbie
Offline
Activity: 77
Merit: 0
|
|
January 26, 2021, 03:53:33 PM |
|
For an RTX 3080 with the latest drivers which CUDA version offers the best performance?
|
|
|
|
liquidzzz
Newbie
Offline
Activity: 5
Merit: 0
|
|
January 26, 2021, 04:16:56 PM |
|
For an RTX 3080 with the latest drivers which CUDA version offers the best performance?
I kind of have the same question. I don't know what dictates which version of Cuda to download. If you have say a GTX 1070 will any Cuda versions work or is there a particular one you need to download and run, and if so why that particular one?
|
|
|
|
karmakazi_dsm
Newbie
Offline
Activity: 23
Merit: 0
|
|
January 27, 2021, 04:58:01 AM |
|
Any ideas why mem tweak (--mt #) doesn't seem to have any effect on my 1070 rig? Windows 10, t-rex 19.9, ethash...
BTW, it's working great on my 1070 TI rigs, so thanks.
|
|
|
|
trexminer (OP)
Member
Offline
Activity: 283
Merit: 63
|
|
January 27, 2021, 08:48:18 AM |
|
For an RTX 3080 with the latest drivers which CUDA version offers the best performance?
CUDA 11.1 version is the only one that works with 30xx GPUs
|
|
|
|
ildotoress
Newbie
Offline
Activity: 77
Merit: 0
|
|
January 27, 2021, 01:18:50 PM |
|
For an RTX 3080 with the latest drivers which CUDA version offers the best performance?
CUDA 11.1 version is the only one that works with 30xx GPUs Thanks, so by random picking it I got it right.
|
|
|
|
sirbrokealot
Newbie
Offline
Activity: 18
Merit: 0
|
|
January 28, 2021, 05:32:09 PM |
|
Hello, i run 4 different 3080 on a Z68 Extreme 3 Gen 3. Whenever i try to run all 4 together one card randomly idles. At the end it goes like this https://imgur.com/a/GNR8OWGSometimes is get this at the "initialisation" after retry https://imgur.com/a/vttZwDvDoes anyone knows how to fix it?
|
|
|
|
|