Bitcoin Forum
June 14, 2024, 07:02:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 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 ... 115 »
  Print  
Author Topic: ⛏Team Black Miner (ETHB3 ETHW ETC VTC KAWPOW FIROPOW ZIL +dual +tripple mining )  (Read 34634 times)
KillrBee
Jr. Member
*
Offline Offline

Activity: 139
Merit: 3


View Profile
November 18, 2021, 03:34:03 PM
Last edit: November 18, 2021, 05:02:02 PM by KillrBee
 #1241

I just noticed a very miner issue with how the submit rate is calculated on version 1.25.  

I am trying to figure out exactly what the 2miners current Megahash per share factor is (since they use shares per time unit to determine their pool MH/s rate), and when I was looking at the console I noticed that the Shares Per Minute was at 1.00 (and there were 65 shares submitted within the 65 minute run window), but the "Submit every ##.## seconds" was showing 1.35 seconds, which is a lower value than the actual share/second rate.  It seems to start out fairly accurate, but as time increases it becomes less accurate...  Is there some sort of sliding window that is used to calculate that averaged value that isn't used in the "Shares Per Minute:" variable?

Also, maybe it's not a bug but the Pool Hashrate very rarely seems to be aligned to the pool hashrate reflected in the 2Miners output.  I'm reasonably sure that the window you're using for averaging is different than the one used by 2Miners -- they use a 30 minute average to calculate the current rate and I assume that you're using the most recent hashrate or maybe average hashrate?  But even then, based on the shares per 3 hour window that 2miners provides, I'm calculating about 0.0073 Shares/min per 1 MH/s, so if I was hashing at 135 MH/s, my share rate should be about 0.986 shares per minute, but on the client a value of 0.986 (rounded to 0.98) shows about 145 MH/s.  Perhaps 2Miners has changed their difficulty a bit?? I'm not sure how the miner is getting the pool's difficulty value and if it's updated every time the miner is started...

Which leads me to another minor bug I just remembered; when the miner has been running for a long time (>24 hours) on 2miners (I've only seen this on windows, but tbh, I hardly every check the client output on HiveOS, so it might happen there too), the "Pool Hashrate: ##" will change to (VarDiff).  
dle378
Copper Member
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
November 18, 2021, 03:37:06 PM
 #1242

yes. The lhr-unlock might need some adjustments. Please test.

edit: Ethereum classic on miningpoolhub seems to have issues after the stratum change, ethereum mining works fine. Strange.

Unfortunately, all of my cards are non-lhr at the moment.  Smiley

With the latest TBM 1.26, I am trying xintensity 1024 and it seems like this value produces 10% more accepted shares compared to xintensity 2048.

How accurate is the reported "Shares Per Minute/Pool Hashrate" on the miner?


  
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
November 18, 2021, 03:42:18 PM
Last edit: November 18, 2021, 05:22:20 PM by mprep
 #1243

I have uploaded a new fixed version of 1.26 on windows. Just a minor bugfix with amd+nvidia cards in the same rig, and fix for ethereum classic at mph.



How accurate is the reported "Shares Per Minute/Pool Hashrate" on the miner?

It seems to start out fairly accurate, but as time increases it becomes less accurate...  Is there some sort of sliding window that is used to calculate that averaged value that isn't used in the "Shares Per Minute:" variable?

Should be Shares / The Number of minutes. But the minutes is rounded to the closest, so if you mine for 59 minutes and 31 seconds it will round to 60

they use a 30 minute average to calculate the current rate and I assume that you're using the most recent hashrate or maybe average hashrate?

We are using the average of xxx last jobs sendt to the gpu.

[moderator's note: consecutive posts merged]

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

Activity: 2912
Merit: 1087

Team Black developer


View Profile
November 18, 2021, 04:54:07 PM
Last edit: November 18, 2021, 05:54:42 PM by sp_
 #1244

v1.26 (fixed / windows) The rejects seems to be gone on the hiveon.io pool.

the LHR 3060 hashing 30.3 mhash @ 74 watt




but got a crash.

Might be a memleak in the lhr code. edit: memleak found. fixing

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

Activity: 40
Merit: 0


View Profile
November 18, 2021, 06:49:22 PM
 #1245

Should be Shares / The Number of minutes. But the minutes is rounded to the closest, so if you mine for 59 minutes and 31 seconds it will round to 60

https://ibb.co/GtNLZzm

DD:HH:MM:SS
0-59 seconds are in range of 1 minute.

will you change the counting time  00:00:00 starting to 00:00:01 if i adding one more :00 for seconds 00:00:00:59 become 00:00:01. If not at the 00:00:59 your counting it's already 60 minutes actually.
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
November 18, 2021, 07:25:18 PM
 #1246

It seems to start out fairly accurate, but as time increases it becomes less accurate...  Is there some sort of sliding window that is used to calculate that averaged value that isn't used in the "Shares Per Minute:" variable?

Took a look at the code, need to refactor abit here. we have a minute counter which is triggered by an event, but if the computer is lagging extra seconds/minutes are added to the timer. This causes the Poolspeed calculated in the console to be lower than it really is.


but got a crash.
Might be a memleak in the lhr code. edit: memleak found. fixing

The memleak in lhr_unlock has been fixed. and new binaries for windows uploaded. Linux tomorrow.

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

Activity: 6
Merit: 0


View Profile
November 18, 2021, 07:26:47 PM
 #1247

hi i have a problem with the miner where the stats are not reporting. (eg. power, temps). only hashrate and average hashrate is reported.  do i need to add additional command to the bat file?
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
November 18, 2021, 07:32:02 PM
 #1248

hi i have a problem with the miner where the stats are not reporting. (eg. power, temps). only hashrate and average hashrate is reported.  do i need to add additional command to the bat file?

AMD or NVIDIA? For AMD on windows we use an old lib that doesn't work so good with the new cards yet.

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

Activity: 6
Merit: 0


View Profile
November 18, 2021, 07:40:47 PM
 #1249

hi i have a problem with the miner where the stats are not reporting. (eg. power, temps). only hashrate and average hashrate is reported.  do i need to add additional command to the bat file?

AMD or NVIDIA? For AMD on windows we use an old lib that doesn't work so good with the new cards yet.

its nvidia. only hashrate and poolhashrate stats are showing. i dont know the reason why. i am on 471.xx drivers
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
November 18, 2021, 08:10:15 PM
Last edit: November 28, 2021, 10:49:12 AM by mprep
 #1250

its nvidia. only hashrate and poolhashrate stats are showing. i dont know the reason why. i am on 471.xx drivers

Download the latest driver 496.76(800mb)  and install the  driver from there. Then use the cuda 11.5 build



v1.26 fixed version for linux has been released.

https://github.com/sp-hash/TeamBlackMiner/releases/

TeamBlackMiner_1_26_Ubuntu_18_04_Cuda_11_5_fixed.tar.gz
https://www.virustotal.com/gui/file/418ba2b71500157605c24e93fe0f064c50a56586aad7ea22f1f804196a453269?nocache=1

TeamBlackMiner_1_26_Ubuntu_18_04_Cuda_11_4_fixed.tar.gz
https://www.virustotal.com/gui/file/03c6c810157ace28e9282bcad00072778d52f6b3dca594b3ac70ae99c19c09b1?nocache=1

[moderator's note: consecutive posts merged]

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

Activity: 118
Merit: 10


View Profile
November 19, 2021, 09:35:28 AM
 #1251

More Info about the +20% boost on lhr cards nvidia with lower power? More examples? Smiley
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
November 19, 2021, 09:46:03 AM
 #1252

More Info about the +20% boost on lhr cards nvidia with lower power? More examples? Smiley

The --lhr-unlock option is currently under development and might have issues so it's not enabled by default, but you can test it. Set 1 to run the unlock code or 0 for normal mode. The unlocker is developed for the latest driver (496.76) in windows cuda 11.5, but should work on older drivers and in linux as well.

First run tbminer --list-devices to get the cuda index needed. Then unlock the cards like this:


device0: gtx 1060
device1: gtx 3060
device2: gtx 3060
device3: gtx 1060
device4: gtx 1060
device5: gtx 1060


--lhr-unlock [0,1,1,0,0,0]

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

Activity: 30
Merit: 0


View Profile
November 19, 2021, 04:34:57 PM
 #1253

OpenCL driver version: 350.627
00:00:00 [2021-11-19 18:33:01.535] Cuda driver version: 11.2
00:00:00 [2021-11-19 18:33:01.535] Cuda runtime API version: 11.4
00:00:00 [2021-11-19 18:33:01.535]                                                                                                             
00:00:00 [2021-11-19 18:33:01.535]                                 
00:00:00 [2021-11-19 18:33:01.535]                                                                                                             
00:00:00 [2021-11-19 18:33:01.535] Welcome to Team Black Miner 1.26                                                                           
00:00:00 [2021-11-19 18:33:01.535]                                 
00:00:00 [2021-11-19 18:33:01.535]                                                                                                             
00:00:00 [2021-11-19 18:33:01.535] GPU0 gfx1030 17GB added to miner as OpenCL device
00:00:00 [2021-11-19 18:33:01.535] GPU1 gfx1030 17GB added to miner as OpenCL device
00:00:00 [2021-11-19 18:33:01.535] GPU2 gfx1030 17GB added to miner as OpenCL device
00:00:00 [2021-11-19 18:33:01.535] GPU3 gfx1030 17GB added to miner as OpenCL device
00:00:00 [2021-11-19 18:33:01.535] GPU4 gfx1030 17GB added to miner as OpenCL device
00:00:00 [2021-11-19 18:33:01.535] GPU5 gfx1030 17GB added to miner as OpenCL device
00:00:00 [2021-11-19 18:33:01.535] GPU6 gfx1030 17GB added to miner as OpenCL device
00:00:00 [2021-11-19 18:33:01.535] Trying eu1.ethermine.org:4444 (ethash)
00:00:00 [2021-11-19 18:33:01.535] Cannot connect to mining pool. Retrying...                                                                 
00:00:00 [2021-11-19 18:33:01.535] Sleeping for 17 seconds             

And keep looping like this.
Hiveos last - TBM 1.26 cards 7 x 6800xt
Any ideea?
ekiller
Legendary
*
Offline Offline

Activity: 2212
Merit: 1112


LLP Programming & Electronics


View Profile
November 19, 2021, 04:47:10 PM
 #1254

For Simplemining

No GPU hashrates on dashboard .  
My config :

--algo ethash --hostname eu1.ethermine.org --port 4444 --wallet 0x0000000000000000000000000.$rigName -d --api-port 3333

and

--algo ethash --hostname eu1.ethermine.org --port 4444 --wallet 0x0000000000000000000000000.$rigName -d

GPU's  gtx 1070

driver 
nv470.74c11.4
symplink
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
November 19, 2021, 04:53:22 PM
 #1255

For Simplemining

No GPU hashrates on dashboard .  
My config :

--algo ethash --hostname eu1.ethermine.org --port 4444 --wallet 0x0000000000000000000000000.$rigName -d --api-port 3333

and

--algo ethash --hostname eu1.ethermine.org --port 4444 --wallet 0x0000000000000000000000000.$rigName -d

GPU's  gtx 1070

driver 
nv470.74c11.4

There is no report there , go to info and you will see on console the hr
symplink
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
November 19, 2021, 05:02:57 PM
Last edit: November 19, 2021, 05:34:16 PM by symplink
 #1256

OpenCL driver version: 350.627
00:00:00 [2021-11-19 18:33:01.535] Cuda driver version: 11.2
00:00:00 [2021-11-19 18:33:01.535] Cuda runtime API version: 11.4
00:00:00 [2021-11-19 18:33:01.535]                                                                                                            
00:00:00 [2021-11-19 18:33:01.535]                                
00:00:00 [2021-11-19 18:33:01.535]                                                                                                            
00:00:00 [2021-11-19 18:33:01.535] Welcome to Team Black Miner 1.26                                                                            
00:00:00 [2021-11-19 18:33:01.535]                                
00:00:00 [2021-11-19 18:33:01.535]                                                                                                            
00:00:00 [2021-11-19 18:33:01.535] GPU0 gfx1030 17GB added to miner as OpenCL device
00:00:00 [2021-11-19 18:33:01.535] GPU1 gfx1030 17GB added to miner as OpenCL device
00:00:00 [2021-11-19 18:33:01.535] GPU2 gfx1030 17GB added to miner as OpenCL device
00:00:00 [2021-11-19 18:33:01.535] GPU3 gfx1030 17GB added to miner as OpenCL device
00:00:00 [2021-11-19 18:33:01.535] GPU4 gfx1030 17GB added to miner as OpenCL device
00:00:00 [2021-11-19 18:33:01.535] GPU5 gfx1030 17GB added to miner as OpenCL device
00:00:00 [2021-11-19 18:33:01.535] GPU6 gfx1030 17GB added to miner as OpenCL device
00:00:00 [2021-11-19 18:33:01.535] Trying eu1.ethermine.org:4444 (ethash)
00:00:00 [2021-11-19 18:33:01.535] Cannot connect to mining pool. Retrying...                                                                  
00:00:00 [2021-11-19 18:33:01.535] Sleeping for 17 seconds              

And keep looping like this.
Hiveos last - TBM 1.26 cards 7 x 6800xt
Any ideea?


3 rigs, same behaviour, amd only.
No problems on nvidia ones
Not a problem on TBM 1.25
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
November 19, 2021, 06:01:20 PM
 #1257

For Simplemining
No GPU hashrates on dashboard .  
My config :
--algo ethash --hostname eu1.ethermine.org --port 4444 --wallet 0x0000000000000000000000000.$rigName -d --api-port 3333


remove

.$rigName

and add --worker-name $rigName

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

Activity: 2912
Merit: 1087

Team Black developer


View Profile
November 19, 2021, 06:03:35 PM
 #1258

3 rigs, same behaviour, amd only.
No problems on nvidia ones
Not a problem on TBM 1.25

is it working with

--cl-devices [0,1,2,3,4,5,6] ? What's the complete commandline option setting?

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

Activity: 30
Merit: 0


View Profile
November 19, 2021, 06:16:34 PM
 #1259

3 rigs, same behaviour, amd only.
No problems on nvidia ones
Not a problem on TBM 1.25

is it working with

--cl-devices [0,1,2,3,4,5,6] ? What's the complete commandline option setting?

No, it is not working.

Final command - hiveos: -cl-devices [0,1,2,3,4,5,6] --no-cpu --no-verbose
Tried w/o --no-cpu too
The miner is crashing, if you want the crash file report, let me know

If it is not crashing , I saw a strange curl error, but only once , cannot copy it
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
November 19, 2021, 06:25:09 PM
 #1260

No, it is not working.

Final command - hiveos: -cl-devices [0,1,2,3,4,5,6] --no-cpu --no-verbose
Tried w/o --no-cpu too
The miner is crashing, if you want the crash file report, let me know

If it is not crashing , I saw a strange curl error, but only once , cannot copy it

You can register a ticket here:

https://github.com/sp-hash/TeamBlackMiner/issues

Are your rigs connected through a wifi router? We are blocking proxy servers so you have to connect to the pool directly.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
Pages: « 1 ... 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 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 ... 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!