Bitcoin Forum
May 04, 2024, 03:53:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 [67] 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 »
  Print  
Author Topic: T-Rex 0.26.8 ETHW, ETC (+dual mining) GPU miner  (Read 174690 times)
cryptoinvestor_x
Newbie
*
Offline Offline

Activity: 71
Merit: 0


View Profile
January 19, 2021, 03:07:06 PM
 #1321

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" ?
1714838012
Hero Member
*
Offline Offline

Posts: 1714838012

View Profile Personal Message (Offline)

Ignore
1714838012
Reply with quote  #2

1714838012
Report to moderator
1714838012
Hero Member
*
Offline Offline

Posts: 1714838012

View Profile Personal Message (Offline)

Ignore
1714838012
Reply with quote  #2

1714838012
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714838012
Hero Member
*
Offline Offline

Posts: 1714838012

View Profile Personal Message (Offline)

Ignore
1714838012
Reply with quote  #2

1714838012
Report to moderator
1714838012
Hero Member
*
Offline Offline

Posts: 1714838012

View Profile Personal Message (Offline)

Ignore
1714838012
Reply with quote  #2

1714838012
Report to moderator
jassi21
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
January 19, 2021, 08:04:33 PM
 #1322

http://prntscr.com/x8gsrn

donot 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 Offline

Activity: 283
Merit: 63


View Profile
January 19, 2021, 11:23:11 PM
 #1323

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 Smiley
maXonja
Newbie
*
Offline Offline

Activity: 75
Merit: 0


View Profile
January 19, 2021, 11:42:45 PM
 #1324

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?

Smiley
trexminer (OP)
Member
**
Offline Offline

Activity: 283
Merit: 63


View Profile
January 20, 2021, 12:44:36 AM
 #1325

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?

Smiley

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" Smiley
maXonja
Newbie
*
Offline Offline

Activity: 75
Merit: 0


View Profile
January 20, 2021, 01:06:48 AM
 #1326

When I start it like this it's "working"

--script-epoch-change reboot.bat

I mean, it says this:
http://www.imagebam.com/image/ae8d421367373751

So 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? Smiley
Deafran
Jr. Member
*
Offline Offline

Activity: 49
Merit: 4


View Profile
January 20, 2021, 08:51:34 AM
 #1327

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 Offline

Activity: 5
Merit: 0


View Profile
January 20, 2021, 09:22:58 AM
 #1328

When I start it like this it's "working"

--script-epoch-change reboot.bat

I mean, it says this:
http://www.imagebam.com/image/ae8d421367373751

So 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? Smiley

Analog problem with afterburner profile
evilwhitey
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
January 20, 2021, 02:19:00 PM
 #1329

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 Offline

Activity: 283
Merit: 63


View Profile
January 23, 2021, 03:23:05 AM
 #1330

When I start it like this it's "working"

--script-epoch-change reboot.bat

I mean, it says this:
http://www.imagebam.com/image/ae8d421367373751

So 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? Smiley

It should work but doesn't Smiley There's an issue, we'll fix it in the next version.
trexminer (OP)
Member
**
Offline Offline

Activity: 283
Merit: 63


View Profile
January 23, 2021, 03:23:40 AM
 #1331

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 Offline

Activity: 23
Merit: 0


View Profile
January 24, 2021, 04:54:51 AM
 #1332

Problem when mining octopus for the last 2 day, before your miner are the best one with realy nice speed... Plz fix ASAP

i try 2 different pool, same problem

Please try 0.19.7 and let me know if it fixes the issue https://github.com/trexminer/T-Rex/releases/tag/0.19.7

yes everything perfect with the update! Thanks!
em2000
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 24, 2021, 04:09:05 PM
 #1333

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 Offline

Activity: 283
Merit: 63


View Profile
January 26, 2021, 08:17:54 AM
 #1334

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 Offline

Activity: 77
Merit: 0


View Profile
January 26, 2021, 03:53:33 PM
 #1335

For an RTX 3080 with the latest drivers which CUDA version offers the best performance?
liquidzzz
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
January 26, 2021, 04:16:56 PM
 #1336

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 Offline

Activity: 23
Merit: 0


View Profile
January 27, 2021, 04:58:01 AM
 #1337

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 Offline

Activity: 283
Merit: 63


View Profile
January 27, 2021, 08:48:18 AM
 #1338

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 Offline

Activity: 77
Merit: 0


View Profile
January 27, 2021, 01:18:50 PM
 #1339

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. Smiley
sirbrokealot
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
January 28, 2021, 05:32:09 PM
 #1340

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/GNR8OWG

Sometimes is get this at the "initialisation" after retry

https://imgur.com/a/vttZwDv

Does anyone knows how to fix it?
Pages: « 1 ... 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 [67] 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!