Pages:
Author

Topic: TT-Miner 2022.4.1 KAWPOW, PROGPOW, ETHASH, ETCHASH, EPIC, SHA512256D, GHOSTRIDER - page 64. (Read 131922 times)

member
Activity: 566
Merit: 16
Cool - give me a day or two Smiley I will look into it and let you know.
hero member
Activity: 1274
Merit: 556
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/
member
Activity: 566
Merit: 16
Let me look into the algo. Do you have a ref-page for MTP that can give me more details?
hero member
Activity: 1274
Merit: 556
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.
member
Activity: 566
Merit: 16
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!
hero member
Activity: 1274
Merit: 556
Hi, how can I select which devices to mine with using the console (as in I only want to use gpu 2,3 and 4 for example)?
member
Activity: 566
Merit: 16
New release 18.12.50.41

- new algo Ubqhash for Ubiq
- minor changes for other algos.

Sample for a Ubiq commandline for CUDA 10.0 devices. The second -P parameter defines the backup pool:

TradeTec-MinerCmd.exe -A UBQHASH-100 -P [email protected]:10008 -P [email protected]:10008 --list-devices

Happy mining.
member
Activity: 566
Merit: 16
New release 18.12.48.40

Fixed bug that came up with Epoch 5 today. Please update your TT-Miner if you use it for ProgPoW, Ethash will continue to work - no action needed!

Sorry for the inconveniences!
member
Activity: 566
Merit: 16
I can compare. Is a 1060 OK for you?

On my 1050Ti (dev-GPU, runs on 75% ,power, +0/+0 ) Phoenix is faster: 12.49 vs 12.46.

TradeTec-Miner - 1050Ti
21:13:45 Rig-Speed[1 min]: 12.50 MH/s [A0:R0] Uptime: 00:01:02  LastShare: -
21:13:53 Received new job#: 7a4995e4fd6d0b786623828fafb851cb9fe1325dfe1a1b1c03c9d8a739e65478
21:14:00 GPU[0]: 12.47 MH/s 54C 25% [A0:R0]  LastShare: -
21:14:00 Rig-Speed[1 min]: 12.47 MH/s [A0:R0] Uptime: 00:01:17  LastShare: -
21:14:05 GPU[0]: **Accepted 22 ms. eu1-etc.ethermine.org:4444 [172.65.232.146]
21:14:15 GPU[0]: 12.46 MH/s 56C 29% [A1:R0]  LastShare: 00:00:09
21:14:15 Rig-Speed[1 min]: 12.46 MH/s [A1:R0] Uptime: 00:01:32  LastShare: 00:00:09
21:14:24 Received new job#: 622eb742e9b10ce1bd079a92b7574c904627c4ba35869076d134659ed8b415ad
21:14:25 Received new job#: 425e2387256dc5f5875bf10b9d8168aa230641fbfe1be89765b68309fbc65b82
21:14:28 Received new job#: 3bf030d4ea6b037ddc20c95d0af6f336aae4b98f734856ac9fd8aaf0c4e8fee3
21:14:30 GPU[0]: 12.48 MH/s 58C 32% [A1:R0]  LastShare: 00:00:24
21:14:30 Rig-Speed[1 min]: 12.48 MH/s [A1:R0] Uptime: 00:01:47  LastShare: 00:00:24


Phoenix Miner 3.5d Windows/msvc - Release build
Eth: Mining ETC on eu1-etc.ethermine.org:4444 for 0:05
Eth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales)
Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00%
Eth: Average speed (5 min): 12.493 MH/s
Eth: Effective speed: 0.00 MH/s; at pool: 0.00 MH/s

Eth speed: 12.492 MH/s, shares: 0/0/0, time: 0:05
newbie
Activity: 29
Merit: 0
New release 18.11.47.39

improved calculation for grid- and blocksize which should end up in a higher hashrate for Ethash as well as ProgPoW.

Let me know if you run into issues.
Happy mining

Is your miner faster than Phoenix miner in ETH mining?
member
Activity: 566
Merit: 16
New release 18.11.47.39

improved calculation for grid- and blocksize which should end up in a higher hashrate for Ethash as well as ProgPoW.

Let me know if you run into issues.
Happy mining
member
Activity: 566
Merit: 16
New release 18.11.47.38

TT-Miner supports MinerMonitoring (https://minermonitoring.com/) now. To enable the Monitoring api please add

--api-bind IP[:port]

to the command line. It is required to add the IP of the interface that should offer the API support. You can add 127.0.0.1 for localhost. The port number is optional. If you do not specify a port number the default port 3333 is used. To use an additional password to enable the API you can add

--api-password PASSWORD.

Please replace 'PASSWORD' with the password of you choice. Please let me know if you run into issues.

Happy mining

member
Activity: 566
Merit: 16
New release 18.10.47.37

In the earlier build 36 I fixed an issue that causes a crash if the miner was started on a non-Windows 10 OS.
As a new feature you can add now one or more backup pools. Just add another -P command line with the secondary pool. The TT-Miner uses the order in which the pools are listed on the command line. The first -P parameter defines the primary pool, the second the first backup pool and so on. In the sample below ‘bci-eu.coinblockers.com:3910’ is the primary pool and ‘bci.luckypool.io:3857’ the secondary. In the case that the primary pool is not available the miner switches to the secondary pool. After DevFee mining TT-Miner tries to connect to the primary pool again. Please not that all backup server must use the algo that is defined with the -A option! You cannot mix algos with the command line version of TT-Miner. TT-Miner also switches to the backup pool if the connection to the primary pool gets lost more than 4 times within 2 minutes.

Sample command line:
TradeTec-MinerCmd -A PROGPOW-100 -P i4LgJvEEQesscRKCcu8aaPWsVAcuujpicQ.TTMiner_Dev@bci-eu.coinblockers.com:3910 -P [email protected]:3857 --list-devices

Please not that the is no need for ‘stratum+tcp://’ in the -P option. TT-Miner can automatically detect the correct stratum dialect that is required for the communication with the pool.

You can download the latest version of TT-Miner here:
https://TradeProject.de/download/Miner/TradeTec-Miner.zip

As always TT-Miner is NOT suspected to contain a virus. You can even download it on Windows 10 and the Windows-Defender will NOT remove it 😊
https://www.virustotal.com/#/url/0ec02fd95005c025162168c49c0442659268f7930805fd53216a6598a8660a32/detection

Let me know if you have any issues!

Happy mining

newbie
Activity: 5
Merit: 0
Hi Teranaft,

I just uploaded the new build 36. Please check if this fixes the problem on Windows 8.1

Here is the download link:
https://TradeProject.de/download/Miner/TradeTec-Miner.zip

Please give me a short note if it works now or not.
Thx.


it works, thank you so much! Smiley
member
Activity: 566
Merit: 16
Hi Teranaft,

I just uploaded the new build 36. Please check if this fixes the problem on Windows 8.1

Here is the download link:
https://TradeProject.de/download/Miner/TradeTec-Miner.zip

Please give me a short note if it works now or not.
Thx.
newbie
Activity: 5
Merit: 0
Hi Teranaft,

good catch - that's a Windows 10 only function and it is not available on 8.1. Will fix that and release a new version in a few hours.

Thx.

Thx Smiley
member
Activity: 566
Merit: 16
Hi Teranaft,

good catch - that's a Windows 10 only function and it is not available on 8.1. Will fix that and release a new version in a few hours.

Thx.
newbie
Activity: 5
Merit: 0
Hi Xman69

I've just fixed an bug reported by an other user and uploaded the new release. Please retry if your problem is fixed too? If not can you please give me more information what the problem is please? Which pool do you use, which algo? Maybe you can share (or PM me) your command line?

Thanks.

Hi!
The entry point to the procedure SetThreadDescription is not found in the library dll
https://i107.fastpic.ru/big/2018/1123/4d/a45d6f12690072f96cb534947f7c884d.png

Win 8.1
Nvidia driver 416.94
Microsoft Visual C++ Visual Studio 2017 (64-Bit)


member
Activity: 566
Merit: 16
Hi Topteam,

so far I do not have any plans to release a Linux version. I do not have much skills developing for Linux and I'm not sure if all the work makes sense since more and more miners give up. If I have an indication that enough miners would use a Linux TT-Miner I would change my mind and develop a Linux version.

Isn't there any way to run the windows version of TT-Miner on Linux?

newbie
Activity: 157
Merit: 0
Are you plane to release a linux build?
Pages:
Jump to: