Bitcoin Forum
April 26, 2024, 04:12:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 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 ... 106 »
  Print  
Author Topic: T-Rex 0.26.8 ETHW, ETC (+dual mining) GPU miner  (Read 174685 times)
soothaa
Hero Member
*****
Offline Offline

Activity: 1151
Merit: 528



View Profile
July 17, 2018, 11:02:42 PM
 #221

Hi everyone, we just released a new version of our miner - 0.5.1

Changes:
Faster phi2, lyra2z, x17, c11.
Added new algo HSR.
Added API (HTTP JSON [preferable option, very flexible] and telnet ccminer compatible) - pending integration with monitoring software (ethmonitoring, awesome miner etc.)
Multiple bug fixes, new config options, failover pools.

It would appear the API does not work for AwesomeMiner, which is probably the biggest farm management tool out there..

I've tried setting both --api-bind-telnet and --api-bind-http and neither give me data Sad

Want increased coin support within AwesomeMiner? Try my free plugin to add support for nearly any coin! https://bitcointalk.org/index.php?topic=2979494
Want Masternode income stats within AwesomeMiner? Try my free plugin to add support for them! https://bitcointalk.org/index.php?topic=3047367
1714104753
Hero Member
*
Offline Offline

Posts: 1714104753

View Profile Personal Message (Offline)

Ignore
1714104753
Reply with quote  #2

1714104753
Report to moderator
1714104753
Hero Member
*
Offline Offline

Posts: 1714104753

View Profile Personal Message (Offline)

Ignore
1714104753
Reply with quote  #2

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

Posts: 1714104753

View Profile Personal Message (Offline)

Ignore
1714104753
Reply with quote  #2

1714104753
Report to moderator
1714104753
Hero Member
*
Offline Offline

Posts: 1714104753

View Profile Personal Message (Offline)

Ignore
1714104753
Reply with quote  #2

1714104753
Report to moderator
1714104753
Hero Member
*
Offline Offline

Posts: 1714104753

View Profile Personal Message (Offline)

Ignore
1714104753
Reply with quote  #2

1714104753
Report to moderator
OoIGR
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
July 18, 2018, 06:05:40 AM
 #222

Quote
We are going to release a new version in a few hours, hopefully your problem is resolved in 0.5.1 (we fixed a lot of bugs in 0.5x)

I am using t-rex miner for windows version 0.5.1 on 8 rigs with lyra2z algo on f2pool.com.

The same problem happening repeatedly on all my rigs in same situations. Quite often all rigs in same time fails with the same error like "Cuda error the launch timed out and was terminated" or something else - it does not matter. In this case special software closing miner, deleting all log files in t-rex folder and then starting t-rex miner again. Nevertheless, "failed to remove file 'C'" error occurs 2-3 restarts in a row. Due to this error T-rex miner restarts unnecessary times.

Code:
20180718 11:37:27 WARN: Logger: failed to remove file 'C': Пpoцecc нe мoжeт пoлyчить дocтyп к фaйлy, тaк кaк этoт фaйл зaнят дpyгим пpoцeccoм

What is the file 'C'?
Where is its location - in what folder?
Why is it happens? All log files deleted before start miner. What else files do miner use outside of its folder?



OoIGR
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
July 18, 2018, 06:14:10 AM
 #223

Quote
It would appear the API does not work for AwesomeMiner, which is probably the biggest farm management tool out there..

I've tried setting both --api-bind-telnet and --api-bind-http and neither give me data Sad

Try to start miner without -b, --api-bind-telnet and, --api-bind-http arguments. Then in browser on the same rig open 127.0.0.1:4067 and you will see that API is working. After that setup your network and firewall to access rigs API remotely.

In addition, we need the documentation about available methods. With examples of requests Smiley
trexminer (OP)
Member
**
Offline Offline

Activity: 283
Merit: 63


View Profile
July 18, 2018, 06:32:20 AM
 #224

Quote
We are going to release a new version in a few hours, hopefully your problem is resolved in 0.5.1 (we fixed a lot of bugs in 0.5x)

I am using t-rex miner for windows version 0.5.1 on 8 rigs with lyra2z algo on f2pool.com.

The same problem happening repeatedly on all my rigs in same situations. Quite often all rigs in same time fails with the same error like "Cuda error the launch timed out and was terminated" or something else - it does not matter. In this case special software closing miner, deleting all log files in t-rex folder and then starting t-rex miner again. Nevertheless, "failed to remove file 'C'" error occurs 2-3 restarts in a row. Due to this error T-rex miner restarts unnecessary times.

Code:
20180718 11:37:27 WARN: Logger: failed to remove file 'C': Пpoцecc нe мoжeт пoлyчить дocтyп к фaйлy, тaк кaк этoт фaйл зaнят дpyгим пpoцeccoм

What is the file 'C'?
Where is its location - in what folder?
Why is it happens? All log files deleted before start miner. What else files do miner use outside of its folder?





We use a logging library and the error you're getting is a mystery for us, never seen anything like that. What you could try is to turn off the file logging. It is off by default, unless you use a config file example from the archive, where it's set to "log-path": "t-rex.log", (simply delete this entry).

API documentation is only relevant for monitoring software developers I believe, and what you said about accessing 127.0.0.1:4067 is correct. Currently the only supported method is "summary". You can see the response by going to http://127.0.0.1:4067/summary in your browser. We'll add that info to a readme/help file or to "t-rex -h" output, thanks.
OoIGR
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
July 18, 2018, 06:45:56 AM
Last edit: July 18, 2018, 07:18:53 AM by OoIGR
 #225

We use a logging library and the error you're getting is a mystery for us, never seen anything like that. What you could try is to turn off the file logging. It is off by default, unless you use a config file example from the archive, where it's set to "log-path": "t-rex.log", (simply delete this entry).

API documentation is only relevant for monitoring software developers I believe, and what you said about accessing 127.0.0.1:4067 is correct. Currently the only supported method is "summary". You can see the response by going to http://127.0.0.1:4067/summary in your browser. We'll add that info to a readme/help file or to "t-rex -h" output, thanks.

Ok, I will try, new API allows to monitor the state of miner without file logging.
skov86
Member
**
Offline Offline

Activity: 147
Merit: 10


View Profile
July 18, 2018, 12:36:26 PM
 #226

1060/3@75W: 12.8MH/s
1060/6@75W: 14MH/s

Thank you, around 5% hashrate improvement over Enemy and anxmod. Hope it is the same on poolside.

Hey bro, could someone hop in and help me with details about drivers and other scripts necessary before running this miner.

I tried on two nVidia rigs 1080Ti and 1070 and was unable to get started.

Thanks in advance.
principino1984
Newbie
*
Offline Offline

Activity: 72
Merit: 0


View Profile
July 18, 2018, 12:39:08 PM
 #227

You need the latest driver from nvidia (dated 28 Jun if I don't remember wrong). And pretty much that's it. Whats the error that the miner is giving you?
ylpkm2
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
July 19, 2018, 06:07:33 AM
 #228

Gpu #2 seems to always be lower. I dont know if its a cpu overload issue, 2 of my rigs have single core intel cpu's with 5+ gpus. But gpu#2 on both rigs fluctuate at half the hashrate it should be at. Didnt really notice with .4c but with version .5.1 its there.
kantoi
Newbie
*
Offline Offline

Activity: 84
Merit: 0


View Profile
July 19, 2018, 07:28:55 AM
 #229

Hi everyone, we just released a new version of our miner - 0.5.1

Changes:
Faster phi2, lyra2z, x17, c11.
Added new algo HSR.
Added API (HTTP JSON [preferable option, very flexible] and telnet ccminer compatible) - pending integration with monitoring software (ethmonitoring, awesome miner etc.)
Multiple bug fixes, new config options, failover pools.


Thank you for providing a new miner. I'll test it soon to see how much the lyra2z algo has improved. Haven't tried the phi2 algo with this miner yet, I'll give it a try too Smiley
mak013
Hero Member
*****
Offline Offline

Activity: 2352
Merit: 751



View Profile
July 19, 2018, 08:08:12 AM
 #230

Thx for good miner. But can you or someone who is reading this thread post perfomance with different algos and cards. And later group it in first post?

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits.
..........UNLEASH..........
THE ULTIMATE
GAMING EXPERIENCE
██████
██
██
██
██
██
██
██
██
██
██
██
██████
████████████▄▄██▄▄
████████████████████▄▄
░████▄▄████████████████
░█████████████████████
█████████████████▀▀██▀
█████████████████░▄██▄
████████████████░░▀██▀
███████████████
███████████
██████████
█████████
████████
██████████
coinscrow
Sr. Member
****
Offline Offline

Activity: 1596
Merit: 305


minerstat CEO


View Profile WWW
July 19, 2018, 03:24:49 PM
 #231

We will integrate this miner to minerstat - https://minerstat.com within one day.

Pils
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
July 19, 2018, 04:56:16 PM
 #232

This is an excellent miner. No malware warnings, no dodgy tcp connections to third party servers, stable and fast. Your fee is well earned, thank you for providing something of quality in this shitstorm.
MATPOC
Newbie
*
Offline Offline

Activity: 155
Merit: 0


View Profile WWW
July 19, 2018, 09:30:55 PM
 #233

Hi, Devs!


About version 0.5.1:

 - about ccminer/hive compatibility: there are problems with supporting API commands "threads" and "summary"

http://prntscr.com/k8m38m

- about json config: miner will not start if, for example, I not specified intensity.
- If I use decimal values in "", it will not start

Thank you.
GLUK72
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
July 19, 2018, 10:34:46 PM
 #234

1080 ~ 3.548MH
HaloGenius
Jr. Member
*
Offline Offline

Activity: 251
Merit: 4


View Profile WWW
July 19, 2018, 10:35:13 PM
 #235

Hi, Devs!


About version 0.5.1:

 - about ccminer/hive compatibility: there are problems with supporting API commands "threads" and "summary"

http://prntscr.com/k8m38m

- about json config: miner will not start if, for example, I not specified intensity.
- If I use decimal values in "", it will not start

Thank you.


API works fine!

Only one method "summary" is here

Hive OS - mining platform #1. Register with promo code MINING4ALL and get 10$ to your balance
Zirillian
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
July 20, 2018, 02:26:30 AM
 #236

Hi, Devs!


About version 0.5.1:

 - about ccminer/hive compatibility: there are problems with supporting API commands "threads" and "summary"

http://prntscr.com/k8m38m

- about json config: miner will not start if, for example, I not specified intensity.
- If I use decimal values in "", it will not start

Thank you.


API works fine!

Only one method "summary" is here

Has 0.5.1 been added to Hive yet? I tried seeing if changing the ending of the 0.4c download link would work but it didn't...
FFI2013
Hero Member
*****
Offline Offline

Activity: 906
Merit: 507


View Profile
July 20, 2018, 02:38:10 AM
 #237

Hi, Devs!


About version 0.5.1:

 - about ccminer/hive compatibility: there are problems with supporting API commands "threads" and "summary"

http://prntscr.com/k8m38m

- about json config: miner will not start if, for example, I not specified intensity.
- If I use decimal values in "", it will not start

Thank you.


API works fine!

Only one method "summary" is here
Has 0.5.1 been added to Hive yet? I tried seeing if changing the ending of the 0.4c download link would work but it didn't...
I think I'll try filezilla and copy the new miner into old file and see whats happens
Ragnarokt
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
July 20, 2018, 11:34:57 AM
 #238

Hi, Devs!


About version 0.5.1:

 - about ccminer/hive compatibility: there are problems with supporting API commands "threads" and "summary"

http://prntscr.com/k8m38m

- about json config: miner will not start if, for example, I not specified intensity.
- If I use decimal values in "", it will not start

Thank you.


API works fine!

Only one method "summary" is here
HaloGenius, кaкoй cцeнapий интeгpaции?
Я тaк пoнял вepcия 0.5.1 пoзвoляeт пpocтo пoдмeнить oдин из фopкoв ccminer. Ho y мeня тaкa я жe oшибкa - WARN: API server...
Cтaтиcтикa caмo coбoй нe paбoтaeт.

Или eгo чepeз peжим custom зaпycкaть?
MATPOC
Newbie
*
Offline Offline

Activity: 155
Merit: 0


View Profile WWW
July 20, 2018, 12:30:32 PM
 #239

You can run miner on hive, but hive stat will not work cause miner don't support ccminer api commands threads and summary.
Hop, Devs will fix that.
Ragnarokt
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
July 20, 2018, 12:38:02 PM
 #240

But there is different info from Hive team support (HaloGenius):

API works fine!

Only one method "summary" is here
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 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 ... 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!