Bitcoin Forum
May 04, 2024, 05:29:24 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 ... 68 »
  Print  
Author Topic: TT-Miner 2024.1.2 BLAKE3, KAWPOW, ETHASH, ETCHASH, EPIC, SHA512256D, SHA3D, ETI  (Read 131925 times)
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
December 11, 2018, 12:40:33 PM
 #81

Hi dragonmike,
you can add either -d 2 3 4 or --cuda-devices 2 3 4 like this sample:


TradeTec-MinerCmd -A PROGPOW-100 -P YOUR_WALLET.YOUR_WORKER@SERVER_ADDRESS:SERVER_PORT -d 2 3 4


Please note that you can also add more -P YOUR_WALLET.YOUR_WORKER@SERVER_ADDRESS:SERVER_PORT parameter as backup pools.
Let me know if that works or if there are still issues.

Happy mining!
1714800564
Hero Member
*
Offline Offline

Posts: 1714800564

View Profile Personal Message (Offline)

Ignore
1714800564
Reply with quote  #2

1714800564
Report to moderator
1714800564
Hero Member
*
Offline Offline

Posts: 1714800564

View Profile Personal Message (Offline)

Ignore
1714800564
Reply with quote  #2

1714800564
Report to moderator
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714800564
Hero Member
*
Offline Offline

Posts: 1714800564

View Profile Personal Message (Offline)

Ignore
1714800564
Reply with quote  #2

1714800564
Report to moderator
1714800564
Hero Member
*
Offline Offline

Posts: 1714800564

View Profile Personal Message (Offline)

Ignore
1714800564
Reply with quote  #2

1714800564
Report to moderator
1714800564
Hero Member
*
Offline Offline

Posts: 1714800564

View Profile Personal Message (Offline)

Ignore
1714800564
Reply with quote  #2

1714800564
Report to moderator
dragonmike
Hero Member
*****
Offline Offline

Activity: 1274
Merit: 556



View Profile
December 11, 2018, 05:28:25 PM
 #82

Works perfectly, thanks - I just missed the correct syntax!

PS: any chance you could cook up a decent MTP miner? The current "work" by djm34 is... well, not so good.
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
December 11, 2018, 05:48:21 PM
 #83

Let me look into the algo. Do you have a ref-page for MTP that can give me more details?
dragonmike
Hero Member
*****
Offline Offline

Activity: 1274
Merit: 556



View Profile
December 11, 2018, 05:55:06 PM
 #84

This is the current open source ccminer: https://github.com/zcoinofficial/ccminer/releases

...and here some more info from the Zcoin site itself: https://zcoin.io/mtp-hard-fork-what-you-need-to-know/
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
December 11, 2018, 05:59:37 PM
 #85

Cool - give me a day or two Smiley I will look into it and let you know.
12x_1080_Ti
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
December 11, 2018, 06:17:32 PM
 #86

Dear dev,
I really look forward to the function of the failover pool in pools.txt file!
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
December 11, 2018, 06:24:46 PM
 #87

Hi 12x_1080_Ti,

failover is already implemented. Just repeat the -P parameter for each failover you want:

TradeTec-MinerCmd.exe -A PROGPOW-100
-P YOUR_WALLET_PRIMARY.YOUR_WORKER_PRIMARY@YOUR_SERVER_PRIMARY:YOUR_SERVER_PORT_PRIMARY
-P YOUR_WALLET_FO1.YOUR_WORKER_FO1@YOUR_SERVER_FO1:YOUR_SERVER_PORT_FO1
-P YOUR_WALLET_FO2.YOUR_WORKER_FO2@YOUR_SERVER_FO2:YOUR_SERVER_PORT_FO2 etc.


dragonmike
Hero Member
*****
Offline Offline

Activity: 1274
Merit: 556



View Profile
December 11, 2018, 09:42:09 PM
 #88

Cool - give me a day or two Smiley I will look into it and let you know.
Please do!
The current miner is a CPU hog, uses 5.5GB of system RAM per GPU and requires 4.5GB GPU VRAM as well. Oh and it is very, very slow to boot. Let me know if you need a tester!
dragonmike
Hero Member
*****
Offline Offline

Activity: 1274
Merit: 556



View Profile
December 13, 2018, 03:34:34 PM
 #89

How are you getting on with the MTP algo?

In the meantime, djm34 has released an improved miner (that doesn't need 5.5GB RAM per GPU and doesn't hog 500% of the CPU all the time), but there's still a lot of work to be done and I'm sure somebody with the right skills can do a lot better.
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
December 13, 2018, 03:47:13 PM
 #90

Hi dragonmike,

working on it Smiley I will send you a PM as soon as a first test-release is available. I hope to get it ready within the next 6-12 hours. The first release will have a focus on function, the following on efficiency. I have no time to run benchmarks, so I'm not sure about performance. It would be great if you can then provide me with benchmarks information and other issues you notice. It takes so long since I drop the GUI version and try to prepare the code for a Linux version.
dragonmike
Hero Member
*****
Offline Offline

Activity: 1274
Merit: 556



View Profile
December 13, 2018, 11:02:39 PM
 #91

Very good, yes do send me a pm when you're done. I've spent quite a bit of time on MTP related issues this week so hopefully we'll be able to get some testing/debugging action going! Smiley

I haven't got a Linux box to test with so it'll have to be Windows only for me!
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
January 08, 2019, 03:37:39 PM
 #92

The new TT-Miner Version 2.1.0 Build 50 is available.

made a lot of changes and improvements (at least that was the plan) - most of them under the hood. All windows decencies are removed so that the development of a Linux version may start - if required.

Most noticeable changes:
- GUI version removed
- new Algo MTP

https://TradeProject.de/download/Miner/TT-Miner.zip

If you have any issues please let me know.
Happy mining.

12miners
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
January 08, 2019, 06:14:33 PM
 #93

can i mix command line arguments and configuration file?
i want to specify main pool in command line and backup pools in configuration file.
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
January 08, 2019, 06:43:07 PM
 #94

No, I do not support configuration files. But you can easily add backup-pools. Just add a -P option for each backup pool like this:

TT-Miner.exe -A ETHASH-100 -P MainPoolInfo -P BackupPoolInfo1 -P BackupPoolInfo2 -P BackupPoolInfo3

Hope that solves your problem?

stolarzz
Newbie
*
Offline Offline

Activity: 111
Merit: 0


View Profile
January 08, 2019, 08:12:55 PM
 #95

The new TT-Miner Version 2.1.0 Build 50 is available.

made a lot of changes and improvements (at least that was the plan) - most of them under the hood. All windows decencies are removed so that the development of a Linux version may start - if required.

Most noticeable changes:
- GUI version removed
- new Algo MTP

https://TradeProject.de/download/Miner/TT-Miner.zip

If you have any issues please let me know.
Happy mining.


MTP only 2mh per 1080ti.
It's expected or am i doing smth wrong?
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
January 08, 2019, 08:21:25 PM
 #96

I'm afraid that this is correct in the first release. I worked first on function and try to get a stable miner. Next is performance. New release is coming soon. Also please keep in mind that this is the calculated hashrate including all overhead. Can you please verify with the pool hashrate and let me know the difference between the hashrate you get and what you expect?
stolarzz
Newbie
*
Offline Offline

Activity: 111
Merit: 0


View Profile
January 08, 2019, 08:27:20 PM
 #97

I'm afraid that this is correct in the first release. I worked first on function and try to get a stable miner. Next is performance. New release is coming soon. Also please keep in mind that this is the calculated hashrate including all overhead. Can you please verify with the pool hashrate and let me know the difference between the hashrate you get and what you expect?
Ok ill test it for a while with one card, second thing it's freezing rig so much.
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
January 08, 2019, 08:38:30 PM
 #98

Thanks for your support. Can you give me some more details about you rig? GPU, RAM and maybe information from the windows task manager how much resources the miner eats?

Thanks again!
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
January 08, 2019, 10:33:23 PM
 #99

Hi stolarzz,

just sent you a PM with access to a new version. I hope I could improve the speed somewhat? Please check it out and let me know how it works.

Thanks.
dragonmike
Hero Member
*****
Offline Offline

Activity: 1274
Merit: 556



View Profile
January 08, 2019, 10:43:43 PM
 #100

New version is faster and CPU usage is significantly reduced as well, good Job Dan!

Now keep tweaking, this miner is really nice and stable, I'm sure you can extract even more performance out of it!
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 ... 68 »
  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!