Pages:
Author

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

legendary
Activity: 3164
Merit: 1003
Help me config P106-100 for x16rt (core,mem,power)
My hashrate is unstable ,speed 12-15M ...not stable hashrate.


It's to be expected... but if you put this command in it will smooth out your average reading in the cmd window and doesn't decrease your hashrate at the pool.
--hashrate-avr 20000     It will give you a 6 hour adverage.   Smiley
legendary
Activity: 3164
Merit: 1003



What I need is  a command  like......  on disconnect disable devices until reconnect. Anyone know? thx  Smiley

Make Nicehash as failover pool.

No thx... I want to stay with the pool and on disconnect have the miner spin down until reconnect.

It will reconnect again to the first pool short time after connection became possible.


Thanks... I made this work around.  Smiley

:loop
T-REX-0.9.2.exe -a x16rt -d 0 -i 16 --exit-on-connection-lost -o stratum+tcp://us.bsod.pw:2532 -u address  -p x
taskkill -t -f /im T-REX-0.9.2*
timeout -t 15
T-REX-0.9.2.exe -a x16rt -d 0 -i 16 --exit-on-connection-lost -o stratum+tcp://us.bsod.pw:2532 -u address  -p x
goto loop

At first disconnect .. the cards are still hashing. Then t-rex app. tries to reconnect for 20 seconds. Then it shuts down the miners. Next line it tries to reconnect with miners off .. but won't hash again until reconnect.
newbie
Activity: 25
Merit: 0
Help me config P106-100 for x16rt (core,mem,power)
My hashrate is unstable ,speed 12-15M ...not stable hashrate.
member
Activity: 418
Merit: 21
When will we see next version with speed-up, or new algos?
no need really for him to push new version since its the fastest public miner
Fastest for which algos? Where Grin29/31, Beam, MTP, Swap, CryptoNight, ProgPoW and etc.?

With NH he have a good base. Also many of the Yiimp coins are supported. So no real pressure to push for newer algos.
sr. member
Activity: 954
Merit: 250
When will we see next version with speed-up, or new algos?
no need really for him to push new version since its the fastest public miner
Fastest for which algos? Where Grin29/31, Beam, MTP, Swap, CryptoNight, ProgPoW and etc.?
member
Activity: 224
Merit: 18
When will we see next version with speed-up, or new algos?
no need really for him to push new version since its the fastest public miner
sr. member
Activity: 954
Merit: 250
When will we see next version with speed-up, or new algos?
sr. member
Activity: 736
Merit: 262
Me, Myself & I



What I need is  a command  like......  on disconnect disable devices until reconnect. Anyone know? thx  Smiley

Make Nicehash as failover pool.

No thx... I want to stay with the pool and on disconnect have the miner spin down until reconnect.

It will reconnect again to the first pool short time after connection became possible.
legendary
Activity: 3164
Merit: 1003



What I need is  a command  like......  on disconnect disable devices until reconnect. Anyone know? thx  Smiley

Make Nicehash as failover pool.

No thx... I want to stay with the pool and on disconnect have the miner spin down until reconnect.
newbie
Activity: 42
Merit: 0
is there a command that disables one GPU in a rig?

answer on this question: parameter

-d 0,1,2,3,4

where numbers are GPUs on the rig.
newbie
Activity: 42
Merit: 0
 is there a command that disables one GPU in a rig?
sr. member
Activity: 736
Merit: 262
Me, Myself & I



What I need is  a command  like......  on disconnect disable devices until reconnect. Anyone know? thx  Smiley

Make Nicehash as failover pool.
legendary
Activity: 3164
Merit: 1003



What I need is  a command  like......  on disconnect disable devices until reconnect. Anyone know? thx  Smiley
newbie
Activity: 3
Merit: 0
I just started mining RVN. I have 6 1080ti's. Cards get really hot(79c-80c). So hot that the whole computer shuts down. I tried setting intensity to as low as 17 with no luck. I'm sure it's something simple I'm missing. Any help will be appreciated.

here is my cmnd line:
t-rex.exe -a x16r -o stratum+tcp://rvn-us-east1.nanopool.org:12222 -u RTPaFpnJGnT4mYQy316suQro8rcQRQwNZu. -i 17 -p x -l log.txt


Thanks!
What is your AC power limit? Need to put 80% or 200 watts
member
Activity: 418
Merit: 21
Reduce your overclocks, or set a lower power limit, or turn your fans higher, or all together.

But the computer shouldn't turn off just because of the temps. Anything below 90C should be working without any issue.
newbie
Activity: 2
Merit: 0
I just started mining RVN. I have 6 1080ti's. Cards get really hot(79c-80c). So hot that the whole computer shuts down. I tried setting intensity to as low as 17 with no luck. I'm sure it's something simple I'm missing. Any help will be appreciated.

here is my cmnd line:
t-rex.exe -a x16r -o stratum+tcp://rvn-us-east1.nanopool.org:12222 -u RTPaFpnJGnT4mYQy316suQro8rcQRQwNZu. -i 17 -p x -l log.txt


Thanks!
jr. member
Activity: 222
Merit: 2
Hello!

I am using 2 sets - P106-100 and 2 sets - 1050ti in a single rig. GPU Driver Version: 388.31

Setting on P106-100:

Power: 80%
Core: +95
Memory: -300

Setting on 1050ti
Power: 80%
Core: +95
Memory: -250

Miner version 0.9.2 CUDA 0.9.2 NVDIA GPU Miner

Problem:
Miner will run in awhile and it will hang afterwards. The miner is not stable. Is there a problem with mix GPU's in a rig?

Thank you.

I do not understand why you are not using the latest version of Nvidia driver, it is all running much better. With 1050 ti and the 106-100. success

https://www.nvidia.com/Download/index.aspx?lang=en-us
hero member
Activity: 1274
Merit: 556
Not having any luck mining VEIL with this miner on Nlpool and suprnova.  Miner starts registers card then just says connection error.  Does something besided "t-rex  -a x16rt  -o stratum+tcp://veil.suprnova.cc:7220 -u USERNAME.WORKERNAME -p x" need to be added to command line?Huh?
You have too many spaces in your command line. Try this:
"t-rex -a x16rt -o stratum+tcp://veil.suprnova.cc:7220 -u USERNAME.WORKERNAME -p x" (without the quotes of course)

By the way, spread the hash. Don't mine on Suprnova. Coinblockers is a good pool.
full member
Activity: 1124
Merit: 136

Friends! Help! I have a gigabyte 1080 ti geforce video card. Not normally heated on this miner, algorithm x16r. On other miners and on other algorithms with the same settings, the temperature and speed of the fans is much lower. What could be the problem! Already tired! ... Huh

This miner pushes the GPU harder so added heat is to be expected.  You can try a lower intensity or maybe you need to redo the thermal paste on this specific card if its getting too hot.
newbie
Activity: 3
Merit: 0

Friends! Help! I have a gigabyte 1080 ti geforce video card. Not normally heated on this miner, algorithm x16r. On other miners and on other algorithms with the same settings, the temperature and speed of the fans is much lower. What could be the problem! Already tired! ... Huh
Pages:
Jump to: