Bitcoin Forum
May 10, 2024, 09:45:23 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 ... 150 »
  Print  
Author Topic: [ANN] TeamRedMiner v0.10.10 - Ironfish/Kaspa/ZIL/Kawpow/Etchash and More  (Read 211437 times)
twotwosix
Newbie
*
Offline Offline

Activity: 118
Merit: 0


View Profile
November 08, 2018, 06:16:44 PM
 #341

hi

no way to mine stellite with? only v8?

there is a bug(for me) :
on a rig i had many rejected on 1 card----->low diff---->pool kick rig.

possible to implement "watchdog"? in this case,reboot the miner ?or automaticly reduce intensity?

thnaks

Hi! We will add all variants, all time has gone to work in stability and small features since release. We kicked things off with v8, it felt like the natural first choice.

Did you run the latest 0.3.7 version? It added cpu verification of shares, so low diff shares shouldn't really be sent to the pool. Many pools have crap implementations themselves though and say low diff when the share really was for a previous job.

Watchdog functionality, as well as temps/fans monitoring, are on the TODO list.

Hope you will add stellitev4 and Haven and low the fee, your miner works great
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
ku4eto
Jr. Member
*
Offline Offline

Activity: 194
Merit: 4


View Profile
November 08, 2018, 06:39:29 PM
 #342

Okay, a bit of information.

The CPU verification works really well now.

Instead of 20-40 shares Rejected for 24hours, there are 0. This is good.

The HW errors implementation is not proper though.
Seems like the HW Errors are not passed to the API.
Check the picture below:



GPU1 and GPU3 have both 1 HW detected (as said by the miner), but the API says 0 for both.
kerney666
Member
**
Offline Offline

Activity: 658
Merit: 86


View Profile
November 08, 2018, 06:50:44 PM
 #343

Okay, a bit of information.

The CPU verification works really well now.

Instead of 20-40 shares Rejected for 24hours, there are 0. This is good.

The HW errors implementation is not proper though.
Seems like the HW Errors are not passed to the API.
Check the picture below:



GPU1 and GPU3 have both 1 HW detected (as said by the miner), but the API says 0 for both.

Yeah you're spot on, we missed wiring things together here. Will address it in the next release. Thank you for pointing it out!
lebuawu2
Jr. Member
*
Offline Offline

Activity: 176
Merit: 2


View Profile
November 08, 2018, 08:55:11 PM
 #344

Team Red Miner v0.3.7 released

https://github.com/todxx/teamredminer/releases

Changes in v0.3.7

  • Redesigned GPU initialization, should now be less error prone.
  • Added clean shutdown to reduce driver/GPU crashes.
  • Added staggered GPU start-up to reduce GPU crashes.
  • Added CPU verification for CNv8 and associated --no_cpu_check option.
  • Fixed crash on pool authentication error.
  • Added --pool_broken_rpc work-around option for pools that violate json rpc spec.
  • Added option to reorder by PCIe bus numbers.
  • Added --list_devices option to show available devices.
  • Added changed stats formatting to indicate which numbers are accepted/rejected/hw-error shares.
  • Added uptime to stats.

Hopefully this release addresses a lot of the bugs you guys have reported!
As you can see from the change list, we've been pretty busy this week Smiley


Feedback for new version 0.3.7 :

1. Tested version 0.3.7 on nanopool can confirm avg pool hash rate reported increase compare to version 0.3.6.
2. What is the option to reorder by PCIe bus numbers?

Thanks.
vacarosie200
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
November 08, 2018, 09:05:38 PM
 #345

i have a rig 4*vega . no matter conf i use i allways get 0h/s or rig locked down . i change the psu from silver to platinum and it's all ok now . with silver psu i was 890 915 w at wall , now it's 810 820 w at wall. 1950h/s/vega, core 1448mhz, mem 930mhz . thx for this great miner
kerney666
Member
**
Offline Offline

Activity: 658
Merit: 86


View Profile
November 08, 2018, 09:40:08 PM
 #346


Feedback for new version 0.3.7 :

1. Tested version 0.3.7 on nanopool can confirm avg pool hash rate reported increase compare to version 0.3.6.
2. What is the option to reorder by PCIe bus numbers?

Thanks.

1. Nice, good to confirm!
2. --bus_reorder

Note: if you currently have a --cn_config argument tuned to the opencl ordering, make sure you reorder it to match the new order. I forgot it myself, and my 580 driving two monitors had a rough time with the 16+14 config I use for my Vega 64 Smiley.

Typically, first run:

Code:
teamredminer.exe --list_devices --bus_reorder

All available devices will now be listed in bus order. If you have a specified --platform argument, add it as well. You will also see the corresponding opencl/default order in the OpenCL column so you can remap the old config argument.

lebuawu2
Jr. Member
*
Offline Offline

Activity: 176
Merit: 2


View Profile
November 08, 2018, 09:58:29 PM
 #347


Feedback for new version 0.3.7 :

1. Tested version 0.3.7 on nanopool can confirm avg pool hash rate reported increase compare to version 0.3.6.
2. What is the option to reorder by PCIe bus numbers?

Thanks.

1. Nice, good to confirm!
2. --bus_reorder

Note: if you currently have a --cn_config argument tuned to the opencl ordering, make sure you reorder it to match the new order. I forgot it myself, and my 580 driving two monitors had a rough time with the 16+14 config I use for my Vega 64 Smiley.

Typically, first run:

Code:
teamredminer.exe --list_devices --bus_reorder

All available devices will now be listed in bus order. If you have a specified --platform argument, add it as well. You will also see the corresponding opencl/default order in the OpenCL column so you can remap the old config argument.



Noted, all my card is the same type (Vega 56) in one rig so no need to worry about option --cn_config.
fenomenyaa
Jr. Member
*
Offline Offline

Activity: 127
Merit: 2


View Profile
November 08, 2018, 10:49:51 PM
 #348

Team Red Miner v0.3.7 released

https://github.com/todxx/teamredminer/releases

Changes in v0.3.7

  • Redesigned GPU initialization, should now be less error prone.
  • Added clean shutdown to reduce driver/GPU crashes.
  • Added staggered GPU start-up to reduce GPU crashes.
  • Added CPU verification for CNv8 and associated --no_cpu_check option.
  • Fixed crash on pool authentication error.
  • Added --pool_broken_rpc work-around option for pools that violate json rpc spec.
  • Added option to reorder by PCIe bus numbers.
  • Added --list_devices option to show available devices.
  • Added changed stats formatting to indicate which numbers are accepted/rejected/hw-error shares.
  • Added uptime to stats.

Hopefully this release addresses a lot of the bugs you guys have reported!
As you can see from the change list, we've been pretty busy this week Smiley

At last it's working on polaris.İnit problem or i don't what was it gone. power cons. -%8-10 ,hash gain hynix -%1-2(980-985h) samsung +%4-5(1025-1045h) elpida  +%3-4 (990-1020h)custom straps,strange decrase on hynix mems..Anyway Good job dev..
arierep60
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
November 08, 2018, 10:59:08 PM
 #349

Guys please fix this:
If my rig have more than 10 gpu I don't get the gpu information like I had in version 0.3.1  Sad

Here is a Rig with 9 GPU, everything looks fine

https://i.imgur.com/jXLtzbt.png



And here is a Rig with 13 GPU

https://i.imgur.com/HnDtGrC.png

I get no GPU info and 3 gpus appear black squares.
Could you fix this please?
Thank you
kerney666
Member
**
Offline Offline

Activity: 658
Merit: 86


View Profile
November 09, 2018, 03:39:18 AM
 #350

Guys please fix this:
If my rig have more than 10 gpu I don't get the gpu information like I had in version 0.3.1  Sad

Here is a Rig with 9 GPU, everything looks fine





And here is a Rig with 13 GPU



I get no GPU info and 3 gpus appear black squares.
Could you fix this please?
Thank you

Hi! Hmm, I'm guessing you have some externally provided HiveOS integration for tdxminer? Since we've changed the output, maybe some log/output parsing is broken now? Do you remember how you set things up way back when for 0.3.1?
peterboy1
Newbie
*
Offline Offline

Activity: 168
Merit: 0


View Profile
November 09, 2018, 08:24:54 AM
 #351

i encountered a problem today. my pool emailed me that one of my rig isnt working. so after an hour, i checked it. its hashing at 0 for the whole hour.

upon backreading the console, i saw "pool x.x.x.x was closed due to an error", then the hash became 0 and never attempted to reconnect.

whats up?
todxx (OP)
Member
**
Offline Offline

Activity: 176
Merit: 76


View Profile
November 09, 2018, 10:54:56 AM
 #352

i encountered a problem today. my pool emailed me that one of my rig isnt working. so after an hour, i checked it. its hashing at 0 for the whole hour.

upon backreading the console, i saw "pool x.x.x.x was closed due to an error", then the hash became 0 and never attempted to reconnect.

whats up?

Well that's not what it's supposed to do.  It should continue to attempt to reconnect to the pool until it succeeds.
So after this error, the miner did not attempt to connect to the pool at all?  Were there any messages printed about the pool after that point?
peterboy1
Newbie
*
Offline Offline

Activity: 168
Merit: 0


View Profile
November 09, 2018, 11:00:45 AM
Last edit: November 09, 2018, 11:26:01 AM by peterboy1
 #353

i encountered a problem today. my pool emailed me that one of my rig isnt working. so after an hour, i checked it. its hashing at 0 for the whole hour.

upon backreading the console, i saw "pool x.x.x.x was closed due to an error", then the hash became 0 and never attempted to reconnect.

whats up?

Well that's not what it's supposed to do.  It should continue to attempt to reconnect to the pool until it succeeds.
So after this error, the miner did not attempt to connect to the pool at all?  Were there any messages printed about the pool after that point?

nothing after that. just the regular hashes print, which shows my current hashrate at that time 0.

oh, if this will help, im using nicehash.
todxx (OP)
Member
**
Offline Offline

Activity: 176
Merit: 76


View Profile
November 09, 2018, 11:34:53 AM
 #354

i encountered a problem today. my pool emailed me that one of my rig isnt working. so after an hour, i checked it. its hashing at 0 for the whole hour.

upon backreading the console, i saw "pool x.x.x.x was closed due to an error", then the hash became 0 and never attempted to reconnect.

whats up?

Well that's not what it's supposed to do.  It should continue to attempt to reconnect to the pool until it succeeds.
So after this error, the miner did not attempt to connect to the pool at all?  Were there any messages printed about the pool after that point?

nothing after that. just the regular hashes print, which shows my current hashrate at that time 0.

oh, if this will help, im using nicehash.

The pool used shouldn't make a difference, but I also don't know why this would be happening either.  I'll run against nicehash and see if I can get one of my rigs into the same situation.
arierep60
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
November 09, 2018, 04:20:08 PM
 #355

Guys please fix this:
If my rig have more than 10 gpu I don't get the gpu information like I had in version 0.3.1  Sad

Here is a Rig with 9 GPU, everything looks fine

https://i.imgur.com/jXLtzbt.png



And here is a Rig with 13 GPU

https://i.imgur.com/HnDtGrC.png

I get no GPU info and 3 gpus appear black squares.
Could you fix this please?
Thank you

Hi! Hmm, I'm guessing you have some externally provided HiveOS integration for tdxminer? Since we've changed the output, maybe some log/output parsing is broken now? Do you remember how you set things up way back when for 0.3.1?
I don't know, a friend helped me, but he have the same problem :/

My FS on hive:

https://i.imgur.com/lJxYJIu.png

From 0.3.1 version to 0.3.7 I just did the update on rig console
what can I do to fix this?
peterboy1
Newbie
*
Offline Offline

Activity: 168
Merit: 0


View Profile
November 09, 2018, 04:55:15 PM
 #356

btw, can you add ping time next? thanks
kerney666
Member
**
Offline Offline

Activity: 658
Merit: 86


View Profile
November 09, 2018, 05:12:15 PM
 #357

btw, can you add ping time next? thanks

We have the time in ms for accepted/rejected shares on the todo list, good enough?
tvukoman
Jr. Member
*
Offline Offline

Activity: 69
Merit: 5


View Profile
November 09, 2018, 07:40:49 PM
 #358


what method are you guys using to have a fixed core clock ?
i set it up for let's say 1400mhz for vega56 using overdriventool but when watching it with HWiNFO is not the same it's about 1350Mhz
any hint appreciated

from yesterday I experience same problem with Vega 56 / 64 cards.
kerney666
Member
**
Offline Offline

Activity: 658
Merit: 86


View Profile
November 09, 2018, 07:50:30 PM
 #359


what method are you guys using to have a fixed core clock ?
i set it up for let's say 1400mhz for vega56 using overdriventool but when watching it with HWiNFO is not the same it's about 1350Mhz
any hint appreciated

from yesterday I experience same problem with Vega 56 / 64 cards.

Have you tried disabling all lower p-states in OverdriveNTool, i.e. click the little text "P2", "P3" etc left of the MHz column so they are greyed out? Only using the highest state has helped me sometimes to force the driver to use the specified clocks.
tvukoman
Jr. Member
*
Offline Offline

Activity: 69
Merit: 5


View Profile
November 09, 2018, 09:51:37 PM
 #360


what method are you guys using to have a fixed core clock ?
i set it up for let's say 1400mhz for vega56 using overdriventool but when watching it with HWiNFO is not the same it's about 1350Mhz
any hint appreciated

from yesterday I experience same problem with Vega 56 / 64 cards.

Have you tried disabling all lower p-states in OverdriveNTool, i.e. click the little text "P2", "P3" etc left of the MHz column so they are greyed out? Only using the highest state has helped me sometimes to force the driver to use the specified clocks.

Yes kerney, that is my standard settings in OvedriveNtool.

Just did some more test and found, when applying overdrive and look in the HWiNFO64 i see that GPUP7 clocks is set on  higher values of set in overdrive.ini ?
And when i start miner values go down?
Down in profiles of ovedrivetool.ini i added actual clock values read by HWiNFO before and after start miner:

Run_OverdriveNTool.bat (OverdriveNTool.exe -r1 -r2 -r3 -r4 -p1Sapphire -p2Nitro_RX570 -p3Asus_Vega64 -p4Gigabyte)
[General]
ShowBusNumber=1
ShowPnpString=0
ShowAdapterIndex=0
ShowFriendlyName=0
ShowRegistryKey=1
MainWindowLeft=984
MainWindowTop=244

[Profile_0]
Name=Sapphire
GPU_P0=852;900;0
GPU_P1=991;900;0
GPU_P2=1084;900;0
GPU_P3=1138;900;0
GPU_P4=1150;900;0
GPU_P5=1202;900;0
GPU_P6=1212;905;0    before start miner        after start miner
GPU_P7=1408;955      1437;955            1378 and 1381 (changeing)
Mem_P0=167;900;0
Mem_P1=500;900;0
Mem_P2=800;900;0
Mem_P3=1088;945
Fan_Min=3500
Fan_Max=4900
Fan_Target=75
Fan_Acoustic=2400
Power_Temp=85
Power_Target=0

[Profile_1]
Name=Nitro_RX570
GPU_P0=300;750;0
GPU_P1=588;765;0
GPU_P2=952;943;0
GPU_P3=1041;1012;0
GPU_P4=1106;1075;0
GPU_P5=1168;1143;0
GPU_P6=1209;1150;0
GPU_P7=1170;850
Mem_P0=300;750;0
Mem_P1=1000;800;0
Mem_P2=1970;900
Fan_Min=576
Fan_Max=2150
Fan_Target=50
Fan_Acoustic=1340
Power_Temp=85
Power_Target=0

[Profile_2]
Name=Asus_Vega64
GPU_P0=852;900;0
GPU_P1=991;900;0
GPU_P2=1084;900;0
GPU_P3=1138;900;0
GPU_P4=1150;900;0
GPU_P5=1202;900;0
GPU_P6=1212;905;0
GPU_P7=1490;930             1535;930        1463 and 1466 and 1467 (changeing)
Mem_P0=167;900;0
Mem_P1=500;900;0
Mem_P2=800;900;0
Mem_P3=1100;910
Fan_Min=2300
Fan_Max=3500
Fan_Target=50
Fan_Acoustic=1600
Power_Temp=85
Power_Target=0

[Profile_3]
Name=Gigabyte
GPU_P0=852;900;0
GPU_P1=991;900;0
GPU_P2=1084;900;0
GPU_P3=1138;900;0
GPU_P4=1150;900;0
GPU_P5=1202;900;0
GPU_P6=1212;905;0
GPU_P7=1408;950                1444;950        1381 and 1382 and 1385 (changeing)         
Mem_P0=167;900;0
Mem_P1=500;900;0
Mem_P2=800;900;0
Mem_P3=1070;950
Fan_Min=3350
Fan_Max=4900
Fan_Target=75
Fan_Acoustic=2400
Power_Temp=85
Power_Target=0

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 ... 150 »
  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!