Pages:
Author

Topic: T-Rex 0.26.8 ETHW, ETC (+dual mining) GPU miner - page 19. (Read 174982 times)

newbie
Activity: 29
Merit: 0
Just for the 1070 Topic: my KFA2 1070 EX OC

https://i.imgur.com/D52eHhH.png
jr. member
Activity: 312
Merit: 2


I use PhoenicMiner (Nvidia/AMD cards)
KFA2/GALAX GTX 1070 OC Sniper 8GB micron vram.
GPU1: 61C 98% 138W
GPU1: cclock 2113 MHz, cvddc 1050 mV, mclock 3999 MHz, Tj 72C, p-state P2, pcap no, 202 kH/J
GPUs: 1: 27.832 MH/s (2242)

Hope this helps and if someone can improve it let me know.


You could try lowering vcore to 1044mV or 1031mV, see if its gonna be stable. I'm sure if it would require lowering cclock to 2100MHz it won't hurt h\r.
member
Activity: 325
Merit: 42
Who uses T-Rex to mine Ethereum on GTX 1070?
Tell me your hashrate and settings. I can't get more than 27.6 megahash.
Core +100, memory 1000 Power limit 135, Hive OS
This miner has shown the best results when compared to others.
Which version should I use for these video cards?

I use PhoenicMiner (Nvidia/AMD cards)
KFA2/GALAX GTX 1070 OC Sniper 8GB micron vram.
GPU1: 61C 98% 138W
GPU1: cclock 2113 MHz, cvddc 1050 mV, mclock 3999 MHz, Tj 72C, p-state P2, pcap no, 202 kH/J
GPUs: 1: 27.832 MH/s (2242)

Hope this helps and if someone can improve it let me know.
legendary
Activity: 3164
Merit: 1003
Hi,

Does anyone know how to use T-Rex to pick up the prefered Afterburn profile?

Because it's quite hot at my place during day but cool by night, so would need two profiles to achieve the best rig's performance

I see t-rex has --ab-indexing but no idea if that is it.

Thanks!
Anh


Quote
:loop
@ECHO off
TIMEOUT /T 2
"C:\Program Files (x86)\MSI Afterburner\MSIAfterburner.exe" -Profile5
start C:\CCMINER\T-REX-0.21.5-win_7-27-21\T-REX-0.21.5-win_7-27-21-ETH-RIG2_d_0_2060.exe -a ethash -d 0 -i 20 --cpu-priority 0 --log-path trexd0_log.log --kernel 2 --low-load 1 --watchdog-exit-mode 5:5:e --temperature-limit 68 --hashrate-avr 60 --gpu-report-interval 30 --api-bind-telnet 0 --api-bind-http 0 -o stratum+ssl://us-eth.2miners.com:12020 -u wallet addy -p x -w RIG2_d_0_2060
goto loop

I renamed t-rex to T-REX-0.21.5-win_7-27-21-ETH-RIG2_d_0_2060 to display on my cmd window and profile5 is afterburner setting I have for mining ETH. You don't need the TIMEOUT /T 2 this is from a batch file that I set on a timer.
If this video makes any sense. Smiley 
https://www.youtube.com/watch?v=zMCPsoRHgUY&t=32s
newbie
Activity: 2
Merit: 0
Hi,

Does anyone know how to use T-Rex to pick up the prefered Afterburn profile?

Because it's quite hot at my place during day but cool by night, so would need two profiles to achieve the best rig's performance

I see t-rex has --ab-indexing but no idea if that is it.

Thanks!
Anh
member
Activity: 66
Merit: 45

I'm having problems with OC from 3080 ti vision in hive to ergo.
Does anyone have this configuration and can you help me?
what's the problem then?


I'm using core 1700, mem 1600, power limit 260
258 mh and 240-250w, but it's varying a lot, and it's at 65C
Do you have a better OC for her?
i am using windows 10 with the following parameters
I set the maximum power limit to 62 in the autoberner, overclock the memory to 750~800 MHz, do not touch the core voltage, it will adjust itself to the power limit 62
nbminer.exe -a ergo -o stratum+ssl://pool.woolypooly.com:3100 --user ***.*** --tl 65 --ts 55 --intensity 100
if you use the t-rex, then you can not start the autoberner
t-rex.exe -a autolykos2 -o stratum+ssl://pool.woolypooly.com:3100 -u *** -w *** -p x --kernel 0 --pstate p0 --temperature-limit 65 --temperature-start 55 -i 25 --fan tm:80[0-60] --gpu-init-mode 0 --dag-build-mode 0 --lock-cclock 0 --mclock 800 --lock-cv 0 --cv 0 --pl 62
when the mining mode adapts to the power limit of 62, you can raise the value to 63, but not higher, because this is the limit for cf with LHR

the result is as follows, the temperature is about 59 degrees in the core, about 80 from memory, the voltage is 750 mV, 1215mhz, the hash rate is 257-260, the power consumption is about 220 watts according to the program indicators
newbie
Activity: 2
Merit: 0

I'm having problems with OC from 3080 ti vision in hive to ergo.
Does anyone have this configuration and can you help me?
what's the problem then?


I'm using core 1700, mem 1600, power limit 260
258 mh and 240-250w, but it's varying a lot, and it's at 65C
Do you have a better OC for her?
member
Activity: 66
Merit: 45

I'm having problems with OC from 3080 ti vision in hive to ergo.
Does anyone have this configuration and can you help me?
what's the problem then?
newbie
Activity: 2
Merit: 0

I'm having problems with OC from 3080 ti vision in hive to ergo.
Does anyone have this configuration and can you help me?
jr. member
Activity: 152
Merit: 3
Guys, did anyone try to run T-Rex automatically at Ubuntu startup? I've tried cron, startapps, cron with screen, nothing is helping.

One approach is to add an @reboot cron task:

Running crontab -e will allow you to edit your cron.
Adding a line like this to it:

@reboot /path/to/script
will execute that script once your computer boots up.

Code:
@reboot /path/to/script

exemple:

Code:
# boot nvidia OC dedizones
@reboot sleep 900 && /opt/script_dedi/xinit.dedi.sh

https://forum.hiveos.farm/t/how-to-run-a-command-with-the-boot/14323/20


newbie
Activity: 1
Merit: 0
Guys, did anyone try to run T-Rex automatically at Ubuntu startup? I've tried cron, startapps, cron with screen, nothing is helping.
legendary
Activity: 3164
Merit: 1003
Who uses T-Rex to mine Ethereum on GTX 1070?
Tell me your hashrate and settings. I can't get more than 27.6 megahash.
Core +100, memory 1000 Power limit 135, Hive OS
This miner has shown the best results when compared to others.
Which version should I use for these video cards?






Hashrate is about right for the DAG size but I have my power setting to 60% on windows 10.
newbie
Activity: 10
Merit: 0
Who uses T-Rex to mine Ethereum on GTX 1070?
Tell me your hashrate and settings. I can't get more than 27.6 megahash.
Core +100, memory 1000 Power limit 135, Hive OS
This miner has shown the best results when compared to others.
Which version should I use for these video cards?


I don't run a GTX 1070 and don't know if this will help but I've got a GTX 1660Ti running t-rex I just started with it and it's doing great. I've been minning with Nicehas for a couple years getting paid in BTC and decided I'd like to mine some ETH for a bit. Anyway with ETH on my card using MSI Afterburner Here are my settings. I do run 50GB of RAM because I mine with my CPU also IDK if that's making any difference on the GPU's performance.
Windows 10
Power Limit: 60
Core Clock: 0
Memory Clock +1100
Fans: 100%

Here are the my results so far.
After 25 minutes
30.19 MH/s
Temp: 56C

https://imgur.com/9vsZGCR

When mining ETH with just about any miner I run right around these numbers. I've tried many different clock and power settings and I can squeeze a bit more out of it but it will run a lot hotter and use more power while only getting 1 MH/s more I figure it's not worth it. To run it hotter and use more juice. My 1050Ti finally quit on me a few weeks ago and am looking forward to these outrageous prices to come down a bit on GPU's



legendary
Activity: 3164
Merit: 1003
Is there anyway to mine ravencoin on 3070ti and mine ETH with 1660s using Trex miner in hiveOS at the same time? I can't find a way around this and it's been days, I had to find another motherboard and separated the 3070ti from the 1660s to mine kawpow algorithm separately
Try t-rex in 2 different folders. That may work.
jr. member
Activity: 312
Merit: 2
I didn't see any profit in memory OC, so I kept it at 4000mhz. Core - 1999mhz. That was giving me ~28mh@100-110Watt depending on card when I mined eth at june.
legendary
Activity: 1834
Merit: 1131
Who uses T-Rex to mine Ethereum on GTX 1070?
Tell me your hashrate and settings. I can't get more than 27.6 megahash.
Core +100, memory 1000 Power limit 135, Hive OS
This miner has shown the best results when compared to others.
Which version should I use for these video cards?
member
Activity: 66
Merit: 45
Hello, great miner, I use it for ERGO and ETASH on multiple rig but...

my gaming PC got 3 cards,

anyone know if I can mine with only two of them ?

I can do this with phoenixminer with -GPUS command but it dont work with trex

thanks
like so --devices 0,1
thus device 0 and 1 will be used, but device 2 will not
member
Activity: 66
Merit: 45
buenas, alguien pudiera decirme la configuracion de t-rex para ethash en ethermine? gracias por adelantado y saludos
t-rex.exe -a ethash -o stratum+tcp://eu1.ethermine.org:4444 -u 0x*** -p x -w rig0
as well as additionally you can add this using the example of rtx 3080
--validate-shares --send-stales --kernel 0 --pstate p0 --lock-cv 725 --lock-cclock 1110 -i 25 --mclock 1000 --fan tm: 90 [0-70] - temperature-limit 65 --temperature-start 55 --gpu-init-mode 0 --pl 74
newbie
Activity: 1
Merit: 0
buenas, alguien pudiera decirme la configuracion de t-rex para ethash en ethermine? gracias por adelantado y saludos
member
Activity: 243
Merit: 71
Is there anyway to mine ravencoin on 3070ti and mine ETH with 1660s using Trex miner in hiveOS at the same time? I can't find a way around this and it's been days, I had to find another motherboard and separated the 3070ti from the 1660s to mine kawpow algorithm separately

Yes can but not same miner if you using windows
in hiveOS can use for T-rex "devices": "4,5,6"
I think run T-rex "devices": "0" run miner will run 1 gpu
and Gminer same --devices 1  , run miner 1 gpu
all miner not same command check
Pages:
Jump to: