Bitcoin Forum
May 29, 2024, 07:28:07 PM *
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 ... 68 »
  Print  
Author Topic: TT-Miner 2024.1.2 BLAKE3, KAWPOW, ETHASH, ETCHASH, EPIC, SHA512256D, SHA3D, ETI  (Read 131960 times)
UselessGuru
Jr. Member
*
Offline Offline

Activity: 200
Merit: 3


View Profile
January 11, 2019, 08:05:02 PM
 #121

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



Do you have some documentation on your API - I cannot find anything. :-(

Co-developer of www.nemosminer.com (http://www.nemosminer.com)
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
January 11, 2019, 08:16:29 PM
 #122

Hi,

today TT-Miner support 'miner_getstat1' JSON request only. Will add more functions if required. What are you locking for? More details on the protocol or the miner_getstat1 command? Let me know if you need more functions.

UselessGuru
Jr. Member
*
Offline Offline

Activity: 200
Merit: 3


View Profile
January 11, 2019, 09:42:40 PM
 #123

Hi,

today TT-Miner support 'miner_getstat1' JSON request only. Will add more functions if required. What are you locking for? More details on the protocol or the miner_getstat1 command? Let me know if you need more functions.



I am about to integrate your miner into www.multipoolminer.io.

Can give me an example in powershell how to read the stats? Thank you!

Co-developer of www.nemosminer.com (http://www.nemosminer.com)
skidmaker
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
January 12, 2019, 03:39:45 AM
 #124

Great work!

Hi,


TT-Miner Version 2.1.4 is available.

The new miner is available as command line version only, I dropped the windows GUI release because there was no need for it. So far, I have support for windows 7, 8.1 & 10 and Nvidia. The miner required about 4-5 minutes until it shows a stable hashrate. To get independed information about miner speeds you should always compare hashrates @ the pool, shares @ the pool or just the profit you made.

The DevFee is 1% for all algos.


Supported algorithms:
   - PROGPOW (BCI, more to come)
   - ETHASH (ETC, ETH, etc....)
   - UBQHASH (UBIQ)
   - MTP (Zcoin)


TT-Miner should NOT be recognized as virus - please check the VirusTotal information:
https://www.virustotal.com/#/url/f80ff82eb6654f4f038ac5a7d8a3678a11b6af73086484fb2a9c9daef4a7edf8/detection


A sample command line might look like this:
TT-MinerCmd.exe -A PROGPOW-100 -P YOUR_WALLET.YOUR_WORKER@POOL_SERVER:POOL_PORT


If you look for possible command line options please start the miner with the -h or --help option: TT-Miner.exe -h


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


The miner required the latest C-runtime from Microsoft. If some dlls are missing when you start the miner you might need to install the CRT. You can get the CRT from Microsoft:
https://go.microsoft.com/fwlink/?LinkId=746572


TT-Miner is NOT free of bugs, so if you find one please help to make TT-Miner better and report it to me so that I have a chance to fix it.

Happy mining!







Below is the old message for reference
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Hi,
I have developed a new GUI miner for Windows OS and Nvidia GPU. It comes with two separate application. The TradeTec-Miner.exe and the TradeTec-MinerControl.exe. You can install them on the same box, but this is not a requirement. It comes as a zip file and does not need any installation. Just extract it and run it. If it crashes or just do not show up it might be that you do not have the VC runtime 2017 from Microsoft installed. This is a requirement and you find the link to download the package later.

The current release is 18.12.50.41
This is how the version number is generated: Version 18.10.40.20: 18 = 2018, 10 = October, 40 = the 40th week of the year, 20 = build #20

The package comes now in a single compressed zip file and contains both version, the GUI release as well as the command line version. It contains the releases for CUDA 9.2 and CUDA 10.0 and includes the algos for Ethash and ProgPoW.

Command line Version:
Please note that you have to add the new option -A ALGONAME to define the algo you want to use for mining. Possible values for 'ALGONAME' are:
   - PROGPOW-100
   - PROGPOW-92
   - ETHASH-100
   - ETHASH-92
   - UBQHASH-100
   - UBQHASH-92


Here is a sample that connects to CoinBlockers (ProgPoW algo):
CUDA 10.0 for Turing: TradeTec-MinerCmd.exe -A PROGPOW-100 -P stratum+tcp://YOUR_WALLET.YOUR_WORKER@bci-eu.coinblockers.com:3910
CUDA 9.20 for Pascal: TradeTec-MinerCmd.exe -A PROGPOW-92 -P stratum+tcp://YOUR_WALLET.YOUR_WORKER@bci-eu.coinblockers.com:3910

For all supported options enter: TradeTec-MinerCmd.exe -h

You will find samples for each algo in the package that you can modify to fit your needs. If you do not specify -cbd or -cgs the miner will try to calculate good performing values for grid and block size. Anyway you can play around with these values. Make sure that you use power of 2 values and that the value for blocksize is in a range from 128 to 768.

GUI-Version:
Here are screenshots of the Miner and the MinerControl:
MinerControl: https://www.TradeProject.de/download/Miner/TradeTec-MinerControl.JPG
Miner: https://www.TradeProject.de/download/Miner/TradeTec-Miner.JPG

VirusTotal information:
https://www.virustotal.com/#/url/0ec02fd95005c025162168c49c0442659268f7930805fd53216a6598a8660a32/detection

Add a new pool
If you run the miner the first time you need to setup your favorite pools. Start the TradeTec-MinerControl and activate the menu ‘Edit’->’Add new pool…’. A new dialog will pop up and allows you to enter all required information like server/port and User/password or wallet address. The click ‘Add Pool’ and you new pool will show up in the ‘Available Pools’ window.

Here are some Guidelines what to enter in the field to make a new coin/pool configuration working. Thanks to ol92 for pointing to the missing information.

Name: A unique name for your new coin/pool configuration
Algorithm: Select the required algo for your coin. So far you can chose from either Ethash or ProgPoW
Server/Port: Enter the connection information, the server and the required port to connect to your pool. There is no need for the stratum+tcp prefix since the TradeTec uses an algorithm to detect the protocol in use.
Wallet/User: In most cases you enter your wallet address. If you pool requires 'login' first (like suprnova) you enter your Username for that pool.
Password: Can be left empty for most pools. If you pool requires a login (suprnova) you enter the password for you worker
Worker override: Can be left empty in most cases. If you enter a workername here it will replace the 'rig-workername'. In this case all rigs will use this workername. If you use suprnove it is a good idea to enter the workername that you use in the suprnova worker configuration.

So a sample configuration to mine ETC on ethermine.org would look like this:
Name: My ETC Ethermine config (POOL)
Algorithm: Ethash (Dagger-Hashimoto)
Server: eu1-etc.ethermine.org    Port: 4444
Wallet/User: 'YOUR ETC WALLET ADDRESS'

To mine BCI on Suprnova:
Name: My BCI Suprnova config (POOL)
Algorithm: ProgPoW (Programmatic Proof-of-Work)
Server: bci.suprnova.cc    Port: 9166
Wallet/User: 'YOUR SUPRNOVA USERNAME'
Password: 'YOUR SUPRNOVA WORKER-PASSWORD'
Worker override: 'YOUR WOKER-NAME ON SUPRNOVA'

To make things easier the miner will now extract the information it needs from the regular pool server string. If you paste this string into the server field 'stratum+tcp://solo-bci.altpool.pro:2242' the miner will extract the information it requires: Server address & Port number. It will also remove the stratum service information.


Add you rigs
Next stop is to add your rigs. Go to ‘Edit’->’Add new rig…’. Now the dialog to add an IP/port pair shows up. Enter the information to allow the control software to connect with the miner-rig. If you run the Miner and the MinerControl on the same box you can use the loopback address (127.0.0.1) and the default port 8010 if that is OK for you. Otherwise enter the IP of the rig.


Start the miner
Now you should start the miner software TradeTec-Miner.exe on your mining rig. You see a window with some information. From the top to the bottom you see:
- Pool-Information: Name, Server/Port job id and performance data
- GPU information: Type, memory, clocks, temp, fan, cuda-comp version and performance data related to the selected GPU in your rig
- Setting for the MinerControl: Selected IP-Interface, port and a button to allow a connection from the MinerControl to the Miner. Also, you can choose if this interface is activated by default or not.
- Miner settings: Hostname, default worker name, mining time and a button to start mining. This allows you to control the Miner even without the MinerControl Software. You can also setup if the Miner should start mining if the program starts.
- Last section show you’re a list of the installed and available cuda devices with some information. The model, the pool that is used for mining, the current mining speed for that device, the submitted and rejected shares and the time the last share was sent.
If you enable the control interface (click on ‘Start listen’) the MinerControl should connect to the miner. You can now continue with the configuration with the MinerControl software.


Assign a pool to the GPU
If the MinerControl and the Miner are connected you can see the list of available GÜPUs in the Control Software. In the window ‘GPUs installed on selected Rig’ you see the list of your GPUs. You can also see that there are no pools assigned to them. Just click on the field saying ‘Unassigned – not used’ and a listbox will open with your available pool configurations. Just select the pool you want the GPU to mine to.


Start mining
Now you can start the mining process if you right-click on the rig in the ‘Available Rigs’ window and execute ‘start mining’ on the context menu. You should see the miner reflecting your commands. Since ETHASH works with DAG files it will take about 20 seconds until you see the process and the mining speed going up.



Requirements for the TradeTec Miner
- Windows 10, 64-Bit
- 64-Bit version of the Microsoft VC runtime 2017
- Nvidia GPU compute 6.0 or later. (checked with 1050Ti, 1060 (6GB) and 1070. Nvidia driver required: V411.31 or later)
- Stratum protocol only - no support for getwork.
- Dagger-Hashimoto and ProgPoW (Bitcoin Interest) algo


Features
- control your rigs from a single computer
- monitor performance of the rigs and GPUs
- performance in Hashes/sec and submitted shares on GPU basis
- switch your rig or just a single GPU to other pools or a different coin within seconds
- small memory & CPU footprint
- nonce generation can be configured
- support for MinerMonitoring


DevFee
The DevFee is 1%.


Downloads:
TradeTec Miner (commandline and GUI version, supporting both, CUDA 9.2 and CUDA 10.0)
https://TradeProject.de/download/Miner/TradeTec-Miner.zip

Microsoft Visual C++ Visual Studio 2017 (64-Bit)
https://go.microsoft.com/fwlink/?LinkId=746572


Let me know if you run into any issues - will try to help.


TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
January 12, 2019, 12:06:26 PM
 #125

Hi,

you can try this:

TT-Miner.exe -A MTP-100 -P YOUR_WALLET.YOUR_WORKER:YOUR_PASSWORD@POOL_SERVER:POOL_PORT

Starting with version 2.1.5 you can use existing commandlines from other miner. Will be released soon.

The -P command line from TT-Miner offers the advantage that you can add as many backup-pools as you like, even with different wallets, workernames and passwors by just repeating the -P option with different pools - that allows also a mix of anonym pools and a pool like suprnova.cc.


Let me know if that works for you?

Thanks.
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
January 12, 2019, 12:19:11 PM
 #126

Yes- some people are testing now. If no one complains I will release in a few hours.
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
January 12, 2019, 12:25:51 PM
 #127

Sure - I send you a PM with the download link
melt7777
Jr. Member
*
Offline Offline

Activity: 128
Merit: 5


View Profile WWW
January 12, 2019, 04:13:55 PM
 #128

Hello, nice work on a new miner for ProgPow and other hot algorithms.

Is there any support for linux planned?

If so, we would like to request that it follow the following conventions for application development:

- Fully configurable using the command line, without need for config files.
- Per-device stats (accepts, hashrate at the least)
- Full JSON API via socket, so we can reach the stats via curl, for example.

If this is doable we will be very thankful and include your miner in our ubuntu-based distribution, PiMP OS.

Thank you very much!

~ melt
getpimp.org | miner.farm
tristable
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
January 13, 2019, 09:46:26 AM
 #129

Hi! 7% rejected share, is that normal? How to reduce?
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
January 13, 2019, 10:19:52 AM
 #130

No, it is not. Do you have more information for me so that I can found out what is going on?

Version of TT, Pool, Ping to pool, Algo, Coin?


Thanks,


gusknure
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
January 13, 2019, 10:54:51 AM
 #131

Can i get version 2.1.5?
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
January 13, 2019, 11:03:45 AM
 #132

Hi- I still need some more time. I change a lot of the code and I like to have a another beta before I release the new version.
gusknure
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
January 13, 2019, 11:22:11 AM
 #133

Hi
I have this problem, OC or non OC, no difference. How I can fix this?

C:\Users\rig1080\Desktop\TT-Miner>TT-Miner.exe -A MTP-92 -P aBE8Va31aw5RhZsp11pRQjBHP7ifkaYfus.RIG1080TI@zcoin-eu.mintpond.com:3000
TT-Miner - Version: 2.1.4
Press 'q' to stop mining and terminate

Found 6 CUDA devices
* #0 PCI 0:1    GeForce GTX 1080 Ti (6.1)       CoreClk 139 MHz | MemClk 405 MHz | 11264 MB | SM: 28
* #1 PCI 0:3 ASUS       GeForce GTX 1080 Ti (6.1)       CoreClk 139 MHz | MemClk 405 MHz | 11264 MB | SM: 28
* #2 PCI 0:4 ASUS       GeForce GTX 1080 Ti (6.1)       CoreClk 139 MHz | MemClk 405 MHz | 11264 MB | SM: 28
* #3 PCI 0:5 ASUS       GeForce GTX 1080 Ti (6.1)       CoreClk 139 MHz | MemClk 405 MHz | 11264 MB | SM: 28
* #4 PCI 0:6 Gigabyte   GeForce GTX 1080 Ti (6.1)       CoreClk 139 MHz | MemClk 405 MHz | 11264 MB | SM: 28
* #5 PCI 0:7 Gigabyte   GeForce GTX 1080 Ti (6.1)       CoreClk 139 MHz | MemClk 405 MHz | 11264 MB | SM: 28

ID:0 - Primary pool:    zcoin-eu.mintpond.com:3000
                        Wallet: aBE8Va31aw5RhZsp11pRQjBHP7ifkaYfus
                        Worker: RIG1080TI
No backup pool defined

Active algo: MTP - CUDA 9.2
Nonce generation: mode 3, timeout: 0.00 secs.

13:20:35 Connecting to zcoin-eu.mintpond.com:3000 (0)
13:20:35 Connected to: zcoin-eu.mintpond.com:3000 - [188.138.33.203]
13:20:35 Subscribed to zcoin-eu.mintpond.com:3000
13:20:35 Worker authorized: RIG1080TI
13:20:35 Pool difficulty update: 458.75 MH
13:20:35 Received new job#: 24ce
13:20:35 Pool-Message: Optimizing difficulty may take several minutes.
13:20:45 GPU[0]: 0.000 H/s 19C 10% [A0:R0]  LastShare: -
13:20:45 GPU[1]: 3.299 MH/s 24C 18% [A0:R0]  LastShare: -
13:20:45 GPU[2]: 3.055 MH/s 29C 0% [A0:R0]  LastShare: -
13:20:45 GPU[3]: 0.000 H/s 17C 0% [A0:R0]  LastShare: -
13:20:45 GPU[4]: 0.000 H/s 14C 33% [A0:R0]  LastShare: -
13:20:45 GPU[5]: 0.000 H/s 14C 33% [A0:R0]  LastShare: -
13:20:45 Rig-Speed[2 min]: 6.354 MH/s [A0:R0] Uptime: 00:00:10  LastShare: -
13:20:48 Error: GPU[4] Cannot launch kernel. Please check OC settings for this GPU. GPU disabled.
13:20:48 Error: All GPUs are disabled. TT-Miner cannot continue and will exit now
13:20:48 Error: GPU[1] Cannot launch kernel. Please check OC settings for this GPU. GPU disabled.
13:20:48 Error: All GPUs are disabled. TT-Miner cannot continue and will exit now
13:20:48 Error: GPU[2] Cannot launch kernel. Please check OC settings for this GPU. GPU disabled.
13:20:48 Error: All GPUs are disabled. TT-Miner cannot continue and will exit now
13:20:48 Error: GPU[3] Cannot launch kernel. Please check OC settings for this GPU. GPU disabled.
13:20:48 Error: All GPUs are disabled. TT-Miner cannot continue and will exit now
13:20:48 Error: GPU[0] Cannot launch kernel. Please check OC settings for this GPU. GPU disabled.
13:20:48 Error: All GPUs are disabled. TT-Miner cannot continue and will exit now
13:20:48 Error(pool): MTP verify failed(20)
13:20:48 GPU[3]: **Rejected 168 ms. zcoin-eu.mintpond.com:3000 [188.138.33.203]
13:20:48 Error(pool): MTP verify failed(20)
13:20:48 GPU[0]: **Rejected 260 ms. zcoin-eu.mintpond.com:3000 [188.138.33.203]

C:\Users\rig1080\Desktop\TT-Miner>pause
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
January 13, 2019, 11:26:11 AM
 #134

Try to increase virtual memory:


https://www.gpuminingresearch.com/getting-started/how-to-increase-virtual-memory-in-windows-10/

Please let me know if that helps.
gusknure
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
January 13, 2019, 11:42:46 AM
 #135

Try to increase virtual memory:


https://www.gpuminingresearch.com/getting-started/how-to-increase-virtual-memory-in-windows-10/

Please let me know if that helps.


Increased from 32Gb to 36Gb, it seems to be working, at list for last 5 min. I will be watching future. Thanks for your help!!!
One card shows little less hashrate than other, but all 6 card has same configuration.
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
January 13, 2019, 11:47:42 AM
 #136

It is OK if the hashrates isn't the same - even if you have 'identical' cards. Nothing to worry. I think it is save to go up to 64GB if you have enough space available on your HD/SSD.

gusknure
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
January 13, 2019, 11:56:05 AM
 #137

It is OK if the hashrates isn't the same - even if you have 'identical' cards. Nothing to worry. I think it is save to go up to 64GB if you have enough space available on your HD/SSD.


Thanks for your help and quick response
tristable
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
January 13, 2019, 12:54:37 PM
Last edit: January 13, 2019, 01:09:17 PM by tristable
 #138

7% rejected share, TT-Miner 2.1.4, 1080ti, xzc.2miners.com:8080, ping 47ms, MTP-100 and MTP-92, XZC.
CryptoDredge 0.16 was also about 5%, and new 0.16.1 was 0.2% rejected.
Still write "Error(pool): Low difficulty share(23)"

15:59:30 Rig-Speed[2 min]: 26.385 MH/s [A7674:R622] Uptime: 1 05:21:45 LastShare: 00:00:01
15:59:31 Error(pool): Low difficulty share(23)
15:59:31 GPU[0]: **Rejected 0 ms. xzc.2miners.com:8080 [54.36.109.3]
15:59:35 Error(pool): Low difficulty share(23)
15:59:35 GPU[0]: **Rejected 0 ms. xzc.2miners.com:8080 [54.36.109.3]

No, it is not. Do you have more information for me so that I can found out what is going on?

Version of TT, Pool, Ping to pool, Algo, Coin?

Thanks,

gusknure
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
January 14, 2019, 02:07:37 PM
 #139

Freezed after approximately 12 hours of work.
Configured auto reboot after 12 hours.
It's possible to fix this problem?
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
January 14, 2019, 03:01:45 PM
 #140

Hi gusknure,


can you give me some more information please. Version, Algo, pool?


Also, if you have some space left on your HD you can create a logfile that conrains more information. To create that just add the option -logpool to the commandline. TT-Miner will then create a logfile with information of the communication with the pool that could be helpful.

Thanks.
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 ... 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!