Bitcoin Forum
August 01, 2025, 04:20:15 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 »
  Print  
Author Topic: TT-Miner 2024.1.2 BLAKE3, KAWPOW, ETHASH, ETCHASH, EPIC, SHA512256D, SHA3D, ETI  (Read 132738 times)
TrailingStop (OP)
Member
**
Offline Offline

Activity: 563
Merit: 16


View Profile
February 22, 2023, 02:12:51 PM
 #1261

Got it. latest version? 2023.1.7? If so can you run it with logs? add:
-log -logpool
to your commandline. Please DM me the files you will find in the Logs folder.
Damiber
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
February 22, 2023, 04:54:45 PM
 #1262

Have sent you DM request

Does the api not auto refresh itself
TrailingStop (OP)
Member
**
Offline Offline

Activity: 563
Merit: 16


View Profile
February 22, 2023, 04:57:51 PM
 #1263

Have sent you DM request

Does the api not auto refresh itself

Yes - already replied.

refresh: https://github.com/TrailingStop/TT-Miner-release/releases/tag/2023.1.6
crsminer
Jr. Member
*
Offline Offline

Activity: 64
Merit: 1


View Profile
March 06, 2023, 08:12:33 AM
 #1264

Hi TT,

Can you please implement NEXA?
Way more profitable than all others.

Thx.
CryptoSperm
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
March 29, 2023, 12:39:08 AM
 #1265

I'm getting the error "Block does not solve the boundary - Function" while Solo mining on a kawpow test fork.  It happens after block 7499 is mined.  If I restart the chain it will again error at block 7499 or 7500.  Could it be related to #define ETHASH_EPOCH_LENGTH 7500?  Any Ideas?
TrailingStop (OP)
Member
**
Offline Offline

Activity: 563
Merit: 16


View Profile
March 29, 2023, 04:22:20 PM
 #1266

I'm getting the error "Block does not solve the boundary - Function" while Solo mining on a kawpow test fork.  It happens after block 7499 is mined.  If I restart the chain it will again error at block 7499 or 7500.  Could it be related to #define ETHASH_EPOCH_LENGTH 7500?  Any Ideas?

Can you please share more information? The commandline you use and the OS would be very helpful to help.
CryptoSperm
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
March 29, 2023, 09:15:00 PM
 #1267

In the RVN fork code src/crypto/ethash/include/ethash/ethash.h for testing purpose I changed the epoch length "#define ETHASH_EPOCH_LENGTH 7500" to "#define ETHASH_EPOCH_LENGTH 56" and it confirmed to be the configuration issue with TT-Miner erroring after mining block 55 instead of 7499. 

The ERROR: GPU[00-KAW]:   Rejected #2175, RT in 71 ms. [Block does not solve the boundary - Function: 16779391(-22)][10.10.0.191:4456]

So it looks like the miner errors when the epoch changes on the node.

The miner is on windows with command line:
 TT-Miner.exe -coin KAW -P http://my_username:my_password@10.10.0.191:4456

The QT node it is mining to is Ubuntu with config:
 server=1
 miningaddress=correctwalletaddress
 rpcuser=my_username
 rpcpassword=my_password
 rpcallowip=127.0.0.1
 rcpallowip=10.10.0.101
 rcpallowip=10.10.0.191
 rpcport=4006
 

TrailingStop (OP)
Member
**
Offline Offline

Activity: 563
Merit: 16


View Profile
March 30, 2023, 03:26:29 AM
 #1268

So you change the epoch length of the node and mine with TT to that node? What do you expect to happened other than the fail you see?
crsminer
Jr. Member
*
Offline Offline

Activity: 64
Merit: 1


View Profile
March 30, 2023, 06:30:47 AM
 #1269

@TT

Hi! Can you add Clore and/or Kaspa?

Thx!
TrailingStop (OP)
Member
**
Offline Offline

Activity: 563
Merit: 16


View Profile
March 30, 2023, 07:09:51 AM
 #1270

@TT

Hi! Can you add Clore and/or Kaspa?

Thx!

Hi - Kaspa is on the list for the new release, Clore is already supported with kawpow algo (no -coin option):

TT-Miner -a KawPoW -P ......

Let me know if that works for you or if you have any issues.

crsminer
Jr. Member
*
Offline Offline

Activity: 64
Merit: 1


View Profile
March 30, 2023, 10:22:33 AM
 #1271

Wow.. did not know that.. you should write in the description that Clore is supported Smiley.

It works! I tried with -algoalt KawPoW.
Only small issue is that coin name is not printed in miner output, it is ---  Pool[DEF-0].

Now we wait for KAS in next release... any ETA? Smiley
TrailingStop (OP)
Member
**
Offline Offline

Activity: 563
Merit: 16


View Profile
March 30, 2023, 04:39:50 PM
 #1272

Wow.. did not know that.. you should write in the description that Clore is supported Smiley.

It works! I tried with -algoalt KawPoW.
Only small issue is that coin name is not printed in miner output, it is ---  Pool[DEF-0].

Now we wait for KAS in next release... any ETA? Smiley
hope to get it out very soon. Will not be the fastest under the sun - but it is a first start.

CryptoSperm
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
March 30, 2023, 09:36:11 PM
 #1273

So you change the epoch length of the node and mine with TT to that node? What do you expect to happened other than the fail you see?


I changed the length to reproduce the error with different epoch configuration which it did.  I noticed on the miner it is still looking at epoch 0 even though the chain moved to the next epoch.  The CPU mining was able to continue the chain.  I'm just trying to figure out why the miner isn't moving to the new epoch regardless of epoch length. 
grendel25
Legendary
*
Offline Offline

Activity: 2296
Merit: 1031



View Profile
April 12, 2023, 11:13:01 PM
 #1274

Thank you for supporting Epic Cash!

..EPICENTRAL .....
..EPIC: Epic Private Internet Cash..
.
.
▄▄█████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄████████████████▀▀█████▄
▄████████████▀▀▀    ██████▄
████████▀▀▀   ▄▀   ████████
█████▄     ▄█▀     ████████
████████▄ █▀      █████████
▀████████▌▐       ████████▀
▀████████ ▄██▄  ████████▀
▀█████████████▄███████▀
▀█████████████████▀
▀▀█████████▀▀
.
▄▄█████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄████████▀█████▀████████▄
▄██████▀  ▀     ▀  ▀██████▄
██████▌             ▐██████
██████    ██   ██    ██████
█████▌    ▀▀   ▀▀    ▐█████
▀█████▄  ▄▄     ▄▄  ▄█████▀
▀██████▄▄███████▄▄██████▀
▀█████████████████████▀
▀█████████████████▀
▀▀█████████▀▀
.
.
[/center]
bubers
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
May 04, 2023, 07:26:02 PM
 #1275

Hello, I have a problem with TT Miner when I mine EPIC with another coin whenever the miner creates the DAG file and sets the kernels of the cards it works sometimes then it runs for a certain time and at some point suddenly the whole rig switches completely from what can it be
TrailingStop (OP)
Member
**
Offline Offline

Activity: 563
Merit: 16


View Profile
May 15, 2023, 05:56:37 PM
 #1276

New beta for TT miner available - version 2023.2.0 beta 1.

Today the windows version only.

- new support for ZIL
- new DAG-swapping feature to allow ZIL & EPIC & ETC or other 3rd coin


styleshifter
Member
**
Offline Offline

Activity: 155
Merit: 14


View Profile WWW
May 16, 2023, 08:08:14 AM
 #1277

New beta for TT miner available - version 2023.2.0 beta 1.

Today the windows version only.

- new support for ZIL
- new DAG-swapping feature to allow ZIL & EPIC & ETC or other 3rd coin

Thanks for the update.
Maybe you should mention where to find the beta release  Wink
https://github.com/TrailingStop/TT-Miner-beta/releases

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
TrailingStop (OP)
Member
**
Offline Offline

Activity: 563
Merit: 16


View Profile
May 16, 2023, 08:22:56 AM
 #1278

Yes - sorry ;-(

Was in a hurry.... will give more details later today.
TrailingStop (OP)
Member
**
Offline Offline

Activity: 563
Merit: 16


View Profile
May 16, 2023, 07:12:07 PM
 #1279

New beta release (windows only):

TT-Miner 2023.2.0 beta 2
New
- add overclock offset for core & memory to the windows version (option -oc-coreoff[...], -oc-memoff[...] ).
Fixes
- reenabled the config file to specify general oc settings for TT (option -conf[...]). This will give you the option to set different OC settings per GPU in a mixed rig.

https://github.com/TrailingStop/TT-Miner-beta

nabeerl77
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
May 18, 2023, 04:42:48 AM
 #1280

Why am I having trouble mining on an nvidia card


https://media.discordapp.net/attachments/596740252924641280/1108607140349870100/image.png
Pages: « 1 ... 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 »
  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!