Bitcoin Forum
May 07, 2024, 05:50:27 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 69 70 71 72 73 [74] 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 »
  Print  
Author Topic: ⛏Team Black Miner (ETHB3 ETHW ETC VTC KAWPOW FIROPOW ZIL +dual +tripple mining )  (Read 34551 times)
KillrBee
Jr. Member
*
Offline Offline

Activity: 139
Merit: 3


View Profile
December 08, 2021, 03:05:21 PM
 #1461

Not a huge issue or anything, but in version 1.31 I'm getting the message "GPU# XIntensity set to ####" twice for each AMD card.
1715061027
Hero Member
*
Offline Offline

Posts: 1715061027

View Profile Personal Message (Offline)

Ignore
1715061027
Reply with quote  #2

1715061027
Report to moderator
1715061027
Hero Member
*
Offline Offline

Posts: 1715061027

View Profile Personal Message (Offline)

Ignore
1715061027
Reply with quote  #2

1715061027
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715061027
Hero Member
*
Offline Offline

Posts: 1715061027

View Profile Personal Message (Offline)

Ignore
1715061027
Reply with quote  #2

1715061027
Report to moderator
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
December 09, 2021, 10:24:06 AM
Last edit: December 09, 2021, 10:36:52 AM by sp_
 #1462

Not a huge issue or anything, but in version 1.31 I'm getting the message "GPU# XIntensity set to ####" twice for each AMD card.

Fixed in v1.32.

I just recieved a 3070LHR today so will finetune abit before releasing 1.32. The LHR detection and reset device is working pretty good. The 3080ti almost never goto LHR mode, so our LHR code is stable even on the latest drivers.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
sxemini
Member
**
Offline Offline

Activity: 1558
Merit: 69


View Profile
December 09, 2021, 10:36:25 AM
 #1463

Is there a failure in the API? For my nvidia rig the API show me the realtime hashrate, but on my AMD test rig it shows the average hashrate. So AwesomeMiner show me the wrong hashrate -> we need the realtime hashrate.
Maybe you can add the average hashrate also to the API, to see both. Maybe it is better to ask patrike from AwesomeMiner.
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
December 09, 2021, 10:44:10 AM
 #1464

Is there a failure in the API? For my nvidia rig the API show me the realtime hashrate, but on my AMD test rig it shows the average hashrate. So AwesomeMiner show me the wrong hashrate -> we need the realtime hashrate.
Maybe you can add the average hashrate also to the API, to see both. Maybe it is better to ask patrike from AwesomeMiner.

We report the hashrate in out API, currently the average hashrate. The realtime hashrate can be added later, but why do you need it?

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
sxemini
Member
**
Offline Offline

Activity: 1558
Merit: 69


View Profile
December 09, 2021, 10:51:39 AM
 #1465

Is there a failure in the API? For my nvidia rig the API show me the realtime hashrate, but on my AMD test rig it shows the average hashrate. So AwesomeMiner show me the wrong hashrate -> we need the realtime hashrate.
Maybe you can add the average hashrate also to the API, to see both. Maybe it is better to ask patrike from AwesomeMiner.

We report the hashrate in out API, currently the average hashrate. The realtime hashrate can be added later, but why do you need it?


All other miners show the acutally hashrate and not the average hashrate. Example: the rig runs for 5 days with 120mh -> so average hashrate is 120mh, but for any reason, some cards begin to struggle and hash with the half hashrate, than it needs hours to see the hashrate drop. I hope you understand what i mean.
AwesomeMiner show realtime hashrate for all miners, and average only as an extra if available.
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
December 09, 2021, 11:00:58 AM
Last edit: December 09, 2021, 11:22:44 AM by sp_
 #1466

All other miners show the acutally hashrate and not the average hashrate. Example: the rig runs for 5 days with 120mh -> so average hashrate is 120mh, but for any reason, some cards begin to struggle and hash with the half hashrate, than it needs hours to see the hashrate drop. I hope you understand what i mean.
AwesomeMiner show realtime hashrate for all miners, and average only as an extra if available.

Yes, but our average hashtrate is not the average since the miner started, but the last 2000 jobs sendt to the gpu. We increased it because of the LHR mode which is fluctating alot.
But I see your point. Can reduce the samplerate in the next version,

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
sxemini
Member
**
Offline Offline

Activity: 1558
Merit: 69


View Profile
December 09, 2021, 11:43:13 AM
 #1467

All other miners show the acutally hashrate and not the average hashrate. Example: the rig runs for 5 days with 120mh -> so average hashrate is 120mh, but for any reason, some cards begin to struggle and hash with the half hashrate, than it needs hours to see the hashrate drop. I hope you understand what i mean.
AwesomeMiner show realtime hashrate for all miners, and average only as an extra if available.

Yes, but our average hashtrate is not the average since the miner started, but the last 2000 jobs sendt to the gpu. We increased it because of the LHR mode which is fluctating alot.
But I see your point. Can reduce the samplerate in the next version,


Ok ok nice. Thanks for you support.

I will test your miner this days with my new RTX3070´s. I come back later with some hashrates  Cheesy
ekgd39
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
December 09, 2021, 02:24:03 PM
Last edit: December 09, 2021, 02:42:11 PM by ekgd39
 #1468

All other miners show the acutally hashrate and not the average hashrate. Example: the rig runs for 5 days with 120mh -> so average hashrate is 120mh, but for any reason, some cards begin to struggle and hash with the half hashrate, than it needs hours to see the hashrate drop. I hope you understand what i mean.
AwesomeMiner show realtime hashrate for all miners, and average only as an extra if available.

Yes, but our average hashtrate is not the average since the miner started, but the last 2000 jobs sendt to the gpu. We increased it because of the LHR mode which is fluctating alot.
But I see your point. Can reduce the samplerate in the next version,


Ok ok nice. Thanks for you support.

I will test your miner this days with my new RTX3070´s. I come back later with some hashrates  Cheesy

I use it on 3080 and 3070, but I have so much rejects,  use xint from - 1 to 284 on ezil pool, only eth without zil. Mining submite , pool responded with error
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
December 09, 2021, 03:27:52 PM
 #1469

ezil.me standalone support was added in 1.31. Make sure you are on the latest version. For config look in the example bat file

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
ekgd39
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
December 09, 2021, 03:45:28 PM
Last edit: December 09, 2021, 03:57:34 PM by ekgd39
 #1470

ezil.me standalone support was added in 1.31. Make sure you are on the latest version. For config look in the example bat file

I use 1.31 ((( use 7 kern on 3080 and 3070 , what xint I can use ?(( hive os 470.86 drivers
This only on ezil pool, on hive it's ok
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
December 09, 2021, 04:13:39 PM
Last edit: December 09, 2021, 06:53:18 PM by sp_
 #1471

ezil.me standalone support was added in 1.31. Make sure you are on the latest version. For config look in the example bat file

I use 1.31 ((( use 7 kern on 3080 and 3070 , what xint I can use ?(( hive os 470.86 drivers
This only on ezil pool, on hive it's ok

xintensity is pool dependent. on f2pool,2miners, miningpoolhub and nanopool you can use up to 4096 without rejects. (Nvidia) For amd divide by 4. (1024)

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
fluffier
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
December 10, 2021, 06:56:15 AM
 #1472

Hello,

With a rx 6800 and a rx 590 i get plenty of invalid shares on 1.31. Hashrate has also gone down with latest versions. I am back to version 1.27.

Other miners have the -d command to choose which gpus you want to use with mining. How do i choose which ones to use with this miner? Lets say i have gpu0, gpu1 and gpu2 and i want to use only gpu1 and gpu2.

By the way you miner is the only one that stable with my rx 6800. Thank you for that.
ekgd39
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
December 10, 2021, 07:55:23 AM
 #1473

ezil.me standalone support was added in 1.31. Make sure you are on the latest version. For config look in the example bat file

I use 1.31 ((( use 7 kern on 3080 and 3070 , what xint I can use ?(( hive os 470.86 drivers
This only on ezil pool, on hive it's ok

xintensity is pool dependent. on f2pool,2miners, miningpoolhub and nanopool you can use up to 4096 without rejects. (Nvidia) For amd divide by 4. (1024)

you have to work on stability and compatibility, in particular with ezil.me, there are a lot of rejections. Plus, I noticed that from the start the miner shows excellent results, but then slides significantly below the declared hash rate in the miner. The idea is good, but we have to work, good luck to the developers, and I have to use LOL miner or Gminer.
ayiphelmy
Copper Member
Full Member
***
Offline Offline

Activity: 416
Merit: 105


View Profile
December 10, 2021, 08:00:07 AM
 #1474

baby steps. keep it up. i noticed that for trex, lhr unlock performance is not as good on the latest driver. it stays at 73 stable while it could get up to 76 on previous drivers. the number here is the LHR unlock %

I get 72.5 after a while with the latest t-rex on the latest driver with autotune. This might not be the optimal settings t-rex, but I do use the same settings in TBM and get a hashincrease.

3080ti;

core: 0 default
mem: (+1000) 10500mhz
pl: 70% power

lhr-unlock [1] = 81 MHASH stable for 1  hour.
lhr-unlock [1]  --tweak [1] = 85 MHASH stable for 8-15 minutes.

Been running rock stable all night with  -lhr-unlock [1]. We will do a linux build and release today. In the next version we probobly will add
a LHR detector, and reset the device automaticly. Then we migth be able to do 85 (90 with 11000 mem) stable. on the latest driver.
need more improvment.... 88-90 mhs on t-rex
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
December 10, 2021, 09:11:07 AM
Last edit: December 10, 2021, 09:35:24 AM by sp_
 #1475

need more improvment.... 88-90 mhs on t-rex

Not on the latest driver. I only get 72.5 when running t-rex on windows with autotune in (497.09)
v1.32 will have LHR detection and reset device when the gpu goes into LHR mode. Then it's easier for the miner to find the optimal tweak / lhr value.
Next up is autotune.

you have to work on stability and compatibility, in particular with ezil.me, there are a lot of rejections.

ezil.me worked good in earlier versions, but after doing small modifications to fix the hiveon pool it seems to break ezil. Will take another look

But you might consider changing the pool to get the most out of your cards with TBM...

here from a happy user:

pool: 2miners.com

--xintensity 6144 (without poolside stale shares and 100% accepted) (10 hours of running) ~90watt


Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
ayiphelmy
Copper Member
Full Member
***
Offline Offline

Activity: 416
Merit: 105


View Profile
December 10, 2021, 09:47:26 AM
 #1476

need more improvment.... 88-90 mhs on t-rex

Not on the latest driver. I only get 72.5 when running t-rex on windows with autotune in (497.09)
v1.32 will have LHR detection and reset device when the gpu goes into LHR mode. Then it's easier for the miner to find the optimal tweak / lhr value.
Next up is autotune.

this is what i get from t-rex


sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
December 10, 2021, 09:55:30 AM
 #1477

this is what i get from t-rex

Slow.. Why isn't it 100++?. We do the unlock different than t-rex and will probobly end up over 100 when the code is done.

My comment from 10 days ago..

Getting closer to a 90-100MHASH unlock on 3080ti LHR2
Hashrates fluctate, but stable without triggering the LHR for ~5 minutes at 100% tdp.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
ayiphelmy
Copper Member
Full Member
***
Offline Offline

Activity: 416
Merit: 105


View Profile
December 10, 2021, 11:35:46 AM
 #1478

this is what i get from t-rex

Slow.. Why isn't it 100++?. We do the unlock different than t-rex and will probobly end up over 100 when the code is done.

My comment from 10 days ago..

Getting closer to a 90-100MHASH unlock on 3080ti LHR2
Hashrates fluctate, but stable without triggering the LHR for ~5 minutes at 100% tdp.
in 5 minute i got more than 100 mhs with t-rex , i hope u ca do better than t-rex bro, so far u have a good job!!!
fluffier
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
December 10, 2021, 11:47:23 AM
 #1479

Can gpu's be chosen with this miner or not?
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
December 10, 2021, 12:15:38 PM
 #1480

Can gpu's be chosen with this miner or not?

--cuda-devices [0,1,2,3] or short option -U
--cl-devices [0,1,2,3] or short option -Y

hiveos use the short option.

to see the correct index, run tbminer --list-devices

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
Pages: « 1 ... 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 69 70 71 72 73 [74] 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 »
  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!