Pages:
Author

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

newbie
Activity: 258
Merit: 0
awesome boost on skunk algo in comparison with ccminer about 30% on 1080 and ti
thanks guys for your great job
member
Activity: 283
Merit: 63
Hi,

T-Rex 0.6.3 is released.


I have been testing since yesterday, and I noticed something that was not there before ...


Code:
[...]
20180903 10:15:15 Started mining dev fee
20180903 10:15:59 Done mining dev fee
20180903 10:16:13 ERROR: Can't find share with device [ID=2, GPU #2], cuda exception in [Algorithm::find_shares, cudaMemcpy(h_nonces, d_nonces, sizeof(h_nonces), cudaMemcpyDeviceToHost), 149], the launch timed out and was terminated
20180903 10:16:13 ERROR: Can't find share with device [ID=0, GPU #0], cuda exception in [Algorithm::find_shares, cudaMemcpy(h_nonces, d_nonces, sizeof(h_nonces), cudaMemcpyDeviceToHost), 149], the launch timed out and was terminated
20180903 10:16:13 WARN: Messy shutdown...
20180903 10:16:13 ERROR: Can't find share with device [ID=3, GPU #3], cuda exception in [Algorithm::find_shares, cudaMemcpy(h_nonces, d_nonces, sizeof(h_nonces), cudaMemcpyDeviceToHost), 149], the launch timed out and was terminated
20180903 10:16:13 ERROR: Can't find share with device [ID=1, GPU #1], cuda exception in [Algorithm::find_shares, cudaMemcpy(h_nonces, d_nonces, sizeof(h_nonces), cudaMemcpyDeviceToHost), 149], the launch timed out and was terminated
20180903 10:16:13 Main loop finished.
20180903 10:16:13 ApiServer: stopped listening on 0.0.0.0:4067
20180903 10:16:13 ApiServer: stopped listening on 0.0.0.0:4068
20180903 10:16:17 T-Rex NVIDIA GPU miner v0.6.3
20180903 10:16:17
20180903 10:16:17 CUDA devices available: 4
20180903 10:16:17 Starting on: rvn.suprnova.cc:6667
[...]


Win10, cuda 9.1
1.NVIDIA GeForce GTX 980 Ti
2.NVIDIA GeForce GTX 980 Ti
3.NVIDIA GeForce GTX 980 Ti
4.NVIDIA GeForce GTX 1070



Hi tomaroc,

Looks like your overclock settings are too high. Try reducing OC or even go back to stock values and see if the problem persists. The miner gets more optimised with each release so GPUs become less tolerant to OC.
newbie
Activity: 55
Merit: 0
Hi,

T-Rex 0.6.3 is released.


I have been testing since yesterday, and I noticed something that was not there before ...


Code:
[...]
20180903 10:15:15 Started mining dev fee
20180903 10:15:59 Done mining dev fee
20180903 10:16:13 ERROR: Can't find share with device [ID=2, GPU #2], cuda exception in [Algorithm::find_shares, cudaMemcpy(h_nonces, d_nonces, sizeof(h_nonces), cudaMemcpyDeviceToHost), 149], the launch timed out and was terminated
20180903 10:16:13 ERROR: Can't find share with device [ID=0, GPU #0], cuda exception in [Algorithm::find_shares, cudaMemcpy(h_nonces, d_nonces, sizeof(h_nonces), cudaMemcpyDeviceToHost), 149], the launch timed out and was terminated
20180903 10:16:13 WARN: Messy shutdown...
20180903 10:16:13 ERROR: Can't find share with device [ID=3, GPU #3], cuda exception in [Algorithm::find_shares, cudaMemcpy(h_nonces, d_nonces, sizeof(h_nonces), cudaMemcpyDeviceToHost), 149], the launch timed out and was terminated
20180903 10:16:13 ERROR: Can't find share with device [ID=1, GPU #1], cuda exception in [Algorithm::find_shares, cudaMemcpy(h_nonces, d_nonces, sizeof(h_nonces), cudaMemcpyDeviceToHost), 149], the launch timed out and was terminated
20180903 10:16:13 Main loop finished.
20180903 10:16:13 ApiServer: stopped listening on 0.0.0.0:4067
20180903 10:16:13 ApiServer: stopped listening on 0.0.0.0:4068
20180903 10:16:17 T-Rex NVIDIA GPU miner v0.6.3
20180903 10:16:17
20180903 10:16:17 CUDA devices available: 4
20180903 10:16:17 Starting on: rvn.suprnova.cc:6667
[...]


Win10, cuda 9.1
1.NVIDIA GeForce GTX 980 Ti
2.NVIDIA GeForce GTX 980 Ti
3.NVIDIA GeForce GTX 980 Ti
4.NVIDIA GeForce GTX 1070

member
Activity: 112
Merit: 13
API 1.1 is very nice.

Thank you for making that improvement.
member
Activity: 283
Merit: 63
T-Rex 0.6.3 is released.

New algos: balloon, polytimos, skunk.
Improved bitcore, c11, sonoa, x16r/s, x17 by a few percent. Renesis, phi - about 3-5%
member
Activity: 283
Merit: 63
Version 0.6.1
New algos: bitcore, sonoa. Dropped phi2 support.
Slight improvements (few %) of all algorithms except lyra2z.
Added extra shares submit functionality. Reduced the number of rejects on pool side (both resulting in increased poolside hashrate).
Fix for multiple scenarious where the miner used to freeze.
Fix "doesn't validate on CPU" errors for phi/renesis algos.
Display pool latency when submitting shares.
Support decimal intensity values (e.g. 21.3)
Highlight accepted/rejected shares using different colours (Windows version)
Display GPU full name/temperature/power consumption/fan details.
New command line option -P (stratum protocol dump).
-N option now uses seconds rather than samples as a unit of measurement. E.g. -N 30 means a sliding window of 30 seconds is used to calculate average hashrate.
Added support for Compute Capability 5.0 cards (e.g. 750, 750ti).

HTTP API:
Added GPU full name/temperature/power consumption/fan details.
Added current pool details (name, difficulty etc)

Please find the download links in the first post
Can't start miner, algorithm _Phi2_ isn't supported


That's what the first line of the change log says, phi2 is no longer supported
newbie
Activity: 105
Merit: 0
Version 0.6.1
New algos: bitcore, sonoa. Dropped phi2 support.
Slight improvements (few %) of all algorithms except lyra2z.
Added extra shares submit functionality. Reduced the number of rejects on pool side (both resulting in increased poolside hashrate).
Fix for multiple scenarious where the miner used to freeze.
Fix "doesn't validate on CPU" errors for phi/renesis algos.
Display pool latency when submitting shares.
Support decimal intensity values (e.g. 21.3)
Highlight accepted/rejected shares using different colours (Windows version)
Display GPU full name/temperature/power consumption/fan details.
New command line option -P (stratum protocol dump).
-N option now uses seconds rather than samples as a unit of measurement. E.g. -N 30 means a sliding window of 30 seconds is used to calculate average hashrate.
Added support for Compute Capability 5.0 cards (e.g. 750, 750ti).

HTTP API:
Added GPU full name/temperature/power consumption/fan details.
Added current pool details (name, difficulty etc)

Please find the download links in the first post
Can't start miner, algorithm _Phi2_ isn't supported
newbie
Activity: 105
Merit: 0
0.6.1 cuda 9.1
Linux (1080ti)
-a Phi2 -o stratum+tcp://pool.bsod.pw:6667 -u .... -p  -i 20



------
============ Starting Miner ===============
20180901 08:11:22 ERROR: Can't start miner, algorithm _Phi2_ isn't supported
20180901 08:11:22 T-Rex finished
Miner ended/crashed. Restarting miner in 10 seconds --------------
newbie
Activity: 258
Merit: 0
latest miner 0.6.2, show better hash rate on renesis in command line, but worse on pool, than 0.6.1
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
I get a crash on startup on a rig with mixed cards. 2x gtx 970/ 1x gtx 1070/ 3x gtx 10603gb

40gb virtual memory doesn't help.

The only way to run t-rex is with 2 batfiles. one for the pascal cards, and one for the maxwell cards

398.82 driver



member
Activity: 312
Merit: 10
many rejected pool shares when used phi algo
i moved zenemy x16r algo for a while until you fixed t
newbie
Activity: 16
Merit: 0
On the same clock? I'm getting even worse, 3.2mh on 0.6.1. Improving other algos causes lyra2z slow down maybe?

1080
I confirm that the Lyra2z slower
0.5.7 GTX 1080 = 3.5mhz
0.61 GTX 1080 = 3.3mhz


0.6.1 Seems to be slower for me for Lyra2z as compare to 0.5.7. Anybody have the same problem?

Lyra2z
0.5.7 GTX 1080 = 3.3mhz
0.61 GTX 1080 = 3.1mhz

Driver: 398.11 Nvidia Cuda 9.2
newbie
Activity: 5
Merit: 0
1080
I confirm that the Lyra2z slower
0.5.7 GTX 1080 = 3.5mhz
0.61 GTX 1080 = 3.3mhz


0.6.1 Seems to be slower for me for Lyra2z as compare to 0.5.7. Anybody have the same problem?

Lyra2z
0.5.7 GTX 1080 = 3.3mhz
0.61 GTX 1080 = 3.1mhz

Driver: 398.11 Nvidia Cuda 9.2
newbie
Activity: 59
Merit: 0
works stable over the last 24h for me, gtx 1070ti.

nice work guys  Shocked
sr. member
Activity: 954
Merit: 250
which speed on bitcore 1080 or 1080ti?

 1080 ( Power 100%, Stock clock and Memory ) Temp throttled to 75C, ( running in Tower with card temp at 75C, needs more airflow )
Bitcore with Trex 27.60 Mh/s

 1080 Ti (Power 95%, +60 Clock, +109 Memory ) Temp throttled to 75C ( running in open air mining rack with card temp at 59C )
Bitcore with Trex 36.7 Mh/s
good results, sp mod 2 shows 22-23 on 1080 with oc
Why do you compare with version 2, if the latest is 9?
But I have only ver2.
If you you have actual sp mod, please submit results
I have no 1080.
newbie
Activity: 258
Merit: 0
which speed on bitcore 1080 or 1080ti?

 1080 ( Power 100%, Stock clock and Memory ) Temp throttled to 75C, ( running in Tower with card temp at 75C, needs more airflow )
Bitcore with Trex 27.60 Mh/s

 1080 Ti (Power 95%, +60 Clock, +109 Memory ) Temp throttled to 75C ( running in open air mining rack with card temp at 59C )
Bitcore with Trex 36.7 Mh/s
good results, sp mod 2 shows 22-23 on 1080 with oc
Why do you compare with version 2, if the latest is 9?
But I have only ver2.
If you you have actual sp mod, please submit results
sr. member
Activity: 954
Merit: 250
which speed on bitcore 1080 or 1080ti?

 1080 ( Power 100%, Stock clock and Memory ) Temp throttled to 75C, ( running in Tower with card temp at 75C, needs more airflow )
Bitcore with Trex 27.60 Mh/s

 1080 Ti (Power 95%, +60 Clock, +109 Memory ) Temp throttled to 75C ( running in open air mining rack with card temp at 59C )
Bitcore with Trex 36.7 Mh/s
good results, sp mod 2 shows 22-23 on 1080 with oc
Why do you compare with version 2, if the latest is 9?
sr. member
Activity: 481
Merit: 250
0.6.1 Seems to be slower for me for Lyra2z as compare to 0.5.7. Anybody have the same problem?

Lyra2z
0.5.7 GTX 1080 = 3.3mhz
0.61 GTX 1080 = 3.1mhz

Driver: 398.11 Nvidia Cuda 9.2
jr. member
Activity: 88
Merit: 7
Just curious what was the reason for Ditching Phi2? 
Also any chance you might add Skein to the list of supported ALGOs?
Seems CCminer Alexis is still the fastest for that ALGO, as has been for a long time.
Hard to believe someone hasn't figured out how to do it faster.

newbie
Activity: 44
Merit: 0

Thank you for the new version!
It is on top of my RainbowMiner since days, now.

I am mining with GTX1060, GTX1070 and GTX1080ti using https://github.com/rainbowminer/RainbowMiner

borox

Pages:
Jump to: