Bitcoin Forum
May 14, 2024, 05:03:22 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 58 59 60 61 62 63 64 65 66 67 68 »
  Print  
Author Topic: TT-Miner 2024.1.2 BLAKE3, KAWPOW, ETHASH, ETCHASH, EPIC, SHA512256D, SHA3D, ETI  (Read 131940 times)
Atomjuice
Member
**
Offline Offline

Activity: 103
Merit: 10


View Profile
March 14, 2020, 05:12:47 PM
 #1021

..the miners for Sero are so buggy...I suspect the project is not really meant to be mined by 'outsiders'....it is being mined by a very limited few on the inside...I tried every miner..I have both AMD rigs, and Nvidia...none of the miners worked...many of them worked for other supported coins, but not Sero. Apart from all being in primitive Chinese stick figure language, there are no English pools. There are no detailed and reliable (easy to follow) miner setup guides. This project will fail, it cannot be mined by people outside their little clique. I call rubbish..plain and simple. STAY AWAY. Your wasting time paying attention to this chinese rubbish.
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
March 14, 2020, 08:04:01 PM
 #1022

..the miners for Sero are so buggy...I suspect the project is not really meant to be mined by 'outsiders'....it is being mined by a very limited few on the inside...I tried every miner..I have both AMD rigs, and Nvidia...none of the miners worked...many of them worked for other supported coins, but not Sero. Apart from all being in primitive Chinese stick figure language, there are no English pools. There are no detailed and reliable (easy to follow) miner setup guides. This project will fail, it cannot be mined by people outside their little clique. I call rubbish..plain and simple. STAY AWAY. Your wasting time paying attention to this chinese rubbish.

Do you want to share details of your problems so that ppl can help you?
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
April 20, 2020, 10:23:52 AM
 #1023

TT-Miner Release 4.0.0

I made some improvements in the algo structure. All algos should at least see some performance improvement on every system. The old ‘BCI’ progpow is removed since the project is dead. All other progpow versions are collected now in the new progpow algo. I have also added auto detection for algos. In most cases it is OK to just add the -coin XXX option to define coin, algo and protocol. For SSL/TCL protocols the addition of ‘stratum+ssl’ or ‘https’ is still required.

New coins added:
-   Raven (KAWPOW) - TESTNET
-   Veil     (ProgPoW) - TESTNET
-   Tecra   (MTP)
-   ERE     EtherCore (https://ethercore.org/)
-   HANA   Hanacoin (https://www.hanacoin.com/)


Windows: https://TradeProject.de/download/Miner/TT-Miner.zip
Linux:      https://TradeProject.de/download/Miner/TT-Miner.tar.xz

Please let me know if you have any issues.
tymeksm
Member
**
Offline Offline

Activity: 645
Merit: 12


View Profile WWW
April 20, 2020, 06:55:37 PM
 #1024

Have strange issue with API with this 4.0.0 version. With 3.x there was no problem.

Miner get crash immediatelly during connection to API, no matter if API client connect during miner start or doing first connection after 5 minutes of mining.
Just crash immediatelly.



./TT-Miner -a PROGPOW -P stratum+tcp://xxxx.worker@bci-eu.coinblockers.com:3910 --api-bind 127.0.0.1:3333

TT-Miner - Version: 4.0.0 (Apr 20 2020 11:25:38)
(...)
****************** Start mining
Segmentation fault

My API client use this line to connect to API:
echo '{"id":0,"jsonrpc":"2.0","method":"miner_getstat1"}' | nc -q 0 127.0.0.1 3333

If I disable my API client, then miner works good.
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
April 20, 2020, 07:00:30 PM
 #1025

Have strange issue with API with this 4.0.0 version. With 3.x there was no problem.

Miner get crash immediatelly during connection to API, no matter if API client connect during miner start or doing first connection after 5 minutes of mining.
Just crash immediatelly.



./TT-Miner -a PROGPOW -P stratum+tcp://xxxx.worker@bci-eu.coinblockers.com:3910 --api-bind 127.0.0.1:3333

TT-Miner - Version: 4.0.0 (Apr 20 2020 11:25:38)
(...)
****************** Start mining
Segmentation fault

My API client use this line to connect to API:
echo '{"id":0,"jsonrpc":"2.0","method":"miner_getstat1"}' | nc -q 0 127.0.0.1 3333

If I disable my API client, then miner works good.



Hi,

yes this bug is reported and I'm working on it. I will remove the linux version until a fix is available.
Sorry-
4ward
Member
**
Offline Offline

Activity: 473
Merit: 18


View Profile
April 20, 2020, 07:06:00 PM
 #1026


Hi,

yes this bug is reported and I'm working on it. I will remove the linux version until a fix is available.
Sorry-


Happens in Windows version as well

TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
April 20, 2020, 07:28:32 PM
 #1027


Hi,

yes this bug is reported and I'm working on it. I will remove the linux version until a fix is available.
Sorry-


Happens in Windows version as well

Can you provide me with more information please? Can you DM me your command line please so that I can check?
Shouldn't happened under windows.
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
April 20, 2020, 08:51:11 PM
 #1028

Have strange issue with API with this 4.0.0 version. With 3.x there was no problem.

Miner get crash immediatelly during connection to API, no matter if API client connect during miner start or doing first connection after 5 minutes of mining.
Just crash immediatelly.



./TT-Miner -a PROGPOW -P stratum+tcp://xxxx.worker@bci-eu.coinblockers.com:3910 --api-bind 127.0.0.1:3333

TT-Miner - Version: 4.0.0 (Apr 20 2020 11:25:38)
(...)
****************** Start mining
Segmentation fault

My API client use this line to connect to API:
echo '{"id":0,"jsonrpc":"2.0","method":"miner_getstat1"}' | nc -q 0 127.0.0.1 3333

If I disable my API client, then miner works good.


Hi tymeksm,

please keep in mind that BCI progpow is NOT supported any<more. The project is dead as far as I know.
styleshifter
Member
**
Offline Offline

Activity: 155
Merit: 14


View Profile WWW
April 21, 2020, 06:10:30 AM
 #1029

The download link for the Linux version is not working.
When will you release it?

Latest Crypto Miner App - Get the latest mining software from official sources & receive update notifications
https://latest-miner.web.app --- https://bitcointalk.org/?topic=5073731.0 --- https://twitter.com/styleshifter1
tymeksm
Member
**
Offline Offline

Activity: 645
Merit: 12


View Profile WWW
April 21, 2020, 06:22:44 AM
 #1030

Quote
please keep in mind that BCI progpow is NOT supported any<more. The project is dead as far as I know.

Yes, but doesn't matter. I only prepare (but firstly check if working) miners for others. Testing...on anything. But I'm not mining at all.

But I have an idea for you...some of other miners distribute example command lines for every supported coin with example wallet - you could include them also in packages, could you? Its very helpful for testing if something don't want work Smiley
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
April 21, 2020, 08:12:32 AM
 #1031

Quote
please keep in mind that BCI progpow is NOT supported any<more. The project is dead as far as I know.

Yes, but doesn't matter. I only prepare (but firstly check if working) miners for others. Testing...on anything. But I'm not mining at all.

But I have an idea for you...some of other miners distribute example command lines for every supported coin with example wallet - you could include them also in packages, could you? Its very helpful for testing if something don't want work Smiley

Hi,

yes, I will add some samples for the next release.
tymeksm
Member
**
Offline Offline

Activity: 645
Merit: 12


View Profile WWW
April 21, 2020, 08:02:04 PM
 #1032

yes, I will add some samples for the next release.
THANKS! Smiley
alarmod
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
April 22, 2020, 05:19:31 AM
Last edit: April 22, 2020, 05:34:52 AM by alarmod
 #1033

Please, check MTP (ZCoin) mining with Geforce driver 440.97. Don't work, exit without any errors. Nvidia 1080 Ti.
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
April 22, 2020, 06:54:08 AM
 #1034

Please, check MTP (ZCoin) mining with Geforce driver 440.97. Don't work, exit without any errors. Nvidia 1080 Ti.

Do you use windows or linux? if you use linux you may try to reload the miner from:

linux: https://TradeProject.de/download/Miner/TT-Miner.tar.xz

Let me know if that works. Thanks for reporting this issue.
alarmod
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
April 23, 2020, 07:45:49 AM
 #1035

Do you use windows or linux? if you use linux you may try to reload the miner from:

linux: https://TradeProject.de/download/Miner/TT-Miner.tar.xz

Let me know if that works. Thanks for reporting this issue.
I use Windows 10 x64 Build 1909
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
April 23, 2020, 09:48:51 AM
 #1036

Do you use windows or linux? if you use linux you may try to reload the miner from:

linux: https://TradeProject.de/download/Miner/TT-Miner.tar.xz

Let me know if that works. Thanks for reporting this issue.
I use Windows 10 x64 Build 1909

Make sure to install the new version into an empty folder - do not just overwrite an existing TT version. That may cause problems.
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
May 01, 2020, 03:02:40 PM
 #1037

TT-Miner Release 4.0.3

Fixed a command line parameter bug. If you add the algo information without coin TT loaded the algo for the wrong ‘default’ coin. Now you can specify either algo, or better the coin you want to mine. You will also see an performance improvement if you run 4.0.0 or 4.0.1.

Windows: https://TradeProject.de/download/Miner/TT-Miner.zip
Linux:      https://TradeProject.de/download/Miner/TT-Miner.tar.xz

Please let me know if you have any issues.

TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
May 06, 2020, 02:03:25 PM
 #1038

TT-Miner Release 5.0.0 – DevFee free version
Starting with version 5.0.0 TT is free of any DevFees. If you like TT and want to support future developments you are welcome to send a donation:

BTC: bc1q0jvewuzg860dj7f9a6988l4ml5dc9ddzlq9e9m
XZC: aP7pMvUSgvSqswGcNxf4bBBMJbwpUEEto4
ETH: 0xb1C3d505DD3e6C737939AC686649fD79350D6D0d
RVN: RDXzfnKVBKF9uLWTCC5ao7CzWSYmh62NHN

Please enjoiy!

Windows: https://tradeproject.de/download/Miner/TT-Miner.zip
Linux:      https://tradeproject.de/download/Miner/TT-Miner.tar.xz

BoozyTalking
Newbie
*
Offline Offline

Activity: 315
Merit: 0


View Profile
May 06, 2020, 02:23:42 PM
 #1039

Kawpow not work on TT-miner (gtx 1660).
TrailingStop (OP)
Member
**
Offline Offline

Activity: 566
Merit: 16


View Profile
May 06, 2020, 02:35:14 PM
 #1040

Kawpow not work on TT-miner (gtx 1660).

that is not enough information for me to help.
Os? command line?
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 63 64 65 66 67 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!