Search content
Sort by

Showing 16 of 16 results by pepe000
Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.5.7 - Cryptonight Thread - High hashrate, Low Power
by
pepe000
on 06/09/2019, 16:41:34 UTC
I get error when starting TRM on cnr algo
- Failed to initialize device idx 5 (-31)

Well, I can't say you overdid it providing details about your setup  Grin.

The error is a buffer allocation error, so I'm guessing you're running win10 and have too little swap available to support >= 6 cards? If so, is it possible to increase it to at least >= 48GB?

Another wild guess is that your 6th is a smaller gpu, but you have specified a cn_config that tries to allocate more scratchpads than the gpu can support.

48GB did the job, but i am getting around 800 h/s on each rx 570 x 6 (1250/2100mhz)


You know, Ethash timings are not the same as CN timings.

I know, i have timings as recommended from TRM for rx570 8gb

I'm guessing you are running 570 8GBs with Hynix mem, the most problematic Polaris gpu to get good CN perf out of.

Do you know what mem type you have? If I'm correct, check this recent post by a fellow user: https://bitcointalk.org/index.php?topic=5059817.msg52275435#msg52275435, using those straps should give you a nice little bump at least and maybe hit 950 h/s or so.



Yup, it`s Hynix mem
Thank You all for the reply
Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.5.7 - Cryptonight Thread - High hashrate, Low Power
by
pepe000
on 06/09/2019, 10:24:41 UTC
I get error when starting TRM on cnr algo
- Failed to initialize device idx 5 (-31)

Well, I can't say you overdid it providing details about your setup  Grin.

The error is a buffer allocation error, so I'm guessing you're running win10 and have too little swap available to support >= 6 cards? If so, is it possible to increase it to at least >= 48GB?

Another wild guess is that your 6th is a smaller gpu, but you have specified a cn_config that tries to allocate more scratchpads than the gpu can support.

48GB did the job, but i am getting around 800 h/s on each rx 570 x 6 (1250/2100mhz)

You know, Ethash timings are not the same as CN timings.

I know, i have timings as recommended from TRM for rx570 8gb
Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.5.7 - Cryptonight Thread - High hashrate, Low Power
by
pepe000
on 05/09/2019, 23:15:19 UTC
I get error when starting TRM on cnr algo
- Failed to initialize device idx 5 (-31)

Well, I can't say you overdid it providing details about your setup  Grin.

The error is a buffer allocation error, so I'm guessing you're running win10 and have too little swap available to support >= 6 cards? If so, is it possible to increase it to at least >= 48GB?

Another wild guess is that your 6th is a smaller gpu, but you have specified a cn_config that tries to allocate more scratchpads than the gpu can support.

48GB did the job, but i am getting around 800 h/s on each rx 570 x 6 (1250/2100mhz)
Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.5.7 - Cryptonight Thread - High hashrate, Low Power
by
pepe000
on 05/09/2019, 14:41:30 UTC
I get error when starting TRM on cnr algo
- Failed to initialize device idx 5 (-31)
Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.4.2 - Cryptonight Thread - High hashrate, Low Power
by
pepe000
on 16/03/2019, 11:18:25 UTC
0.4.1 is working just fine...

Here is the clinfo


Based on your clinfo output, setting the option "--platform 0" should work.  Can you double check that setting this option doesn't work?

Also the clinfo output you pasted seems to be cut off at the end.  Can you paste your full clinfo output, but maybe put it inside of a code block so not too spam the thread? (You can insert code blocks using the # button when editing posts.)
It would also help to know which driver version you are running.


C:\Users\MiNe\Desktop\Monero TRM\teamredminer-v0.4.2-win>teamredminer.exe --list_devices --platform 0 --log_file=miner.log -a cnr -o stratum+tcp://europe.cryptonight-hub.miningpoolhub.com:20580 -u -p x --watchdog_script=watchdog.bat
          Team Red Miner version 0.4.2
[2019-03-16 09:55:23] Detected 6 devices, listed in OpenCL order:
[2019-03-16 09:55:23] Miner Platform OpenCL BusId    Name          Model                     Nr CUs
[2019-03-16 09:55:23] ----- -------- ------ -------- ------------- ------------------------- ------
[2019-03-16 09:55:23]     0        0      0 01:00.0  Ellesmere     Radeon RX 570 Series          32
[2019-03-16 09:55:23]     1        0      1 02:00.0  Ellesmere     Radeon RX 570 Series          32
[2019-03-16 09:55:23]     2        0      2 09:00.0  Ellesmere     Radeon RX 570 Series          32
[2019-03-16 09:55:23]     3        0      3 03:00.0  Ellesmere     Radeon RX 570 Series          32
[2019-03-16 09:55:23]     4        0      4 08:00.0  Ellesmere     Radeon RX 570 Series          32
[2019-03-16 09:55:23]     5        0      5 10:00.0  Ellesmere     Radeon RX 570 Series          32
[2019-03-16 09:55:23] Successful clean shutdown.

C:\Users\MiNe\Desktop\Monero TRM\teamredminer-v0.4.2-win>pause
Press any key to continue . . .

Plarform 0 worked now, it started mining

Hi! Yeah, so what happened between 0.4.1 and 0.4.2 was this:

  • In 0.4.2, we added support for multiple AMD platforms. Before, we only looked at the first auto-detected platform.
  • In your case, there are two AMD platforms, I'm guessing the second one (platform 2) must be the CPU.
  • Therefore, in 0.4.1 we only looked at platform 0 in your setup, and it worked.
  • In 0.4.2, we try to scan all devices on both platform 0 and 2, and I'm guessing it crashes trying to scan platform 2.
  • When you add --platform 0 yourself, platform 2 is never included and it works again.

The clinfo output is still truncated, but since I'm only interested in the last platform, can you do a final paste of just the last devices in the full clinfo output?


Thanx for your help and time
For the clinfo i can not post it here, the text is too large and it cuts it off when i paste it here.
Any other way to post it, can i upload a .txt file?
Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.4.2 - Cryptonight Thread - High hashrate, Low Power
by
pepe000
on 16/03/2019, 08:59:35 UTC
0.4.1 is working just fine...

Here is the clinfo


Based on your clinfo output, setting the option "--platform 0" should work.  Can you double check that setting this option doesn't work?

Also the clinfo output you pasted seems to be cut off at the end.  Can you paste your full clinfo output, but maybe put it inside of a code block so not too spam the thread? (You can insert code blocks using the # button when editing posts.)
It would also help to know which driver version you are running.


C:\Users\MiNe\Desktop\Monero TRM\teamredminer-v0.4.2-win>teamredminer.exe --list_devices --platform 0 --log_file=miner.log -a cnr -o stratum+tcp://europe.cryptonight-hub.miningpoolhub.com:20580 -u -p x --watchdog_script=watchdog.bat
          Team Red Miner version 0.4.2
[2019-03-16 09:55:23] Detected 6 devices, listed in OpenCL order:
[2019-03-16 09:55:23] Miner Platform OpenCL BusId    Name          Model                     Nr CUs
[2019-03-16 09:55:23] ----- -------- ------ -------- ------------- ------------------------- ------
[2019-03-16 09:55:23]     0        0      0 01:00.0  Ellesmere     Radeon RX 570 Series          32
[2019-03-16 09:55:23]     1        0      1 02:00.0  Ellesmere     Radeon RX 570 Series          32
[2019-03-16 09:55:23]     2        0      2 09:00.0  Ellesmere     Radeon RX 570 Series          32
[2019-03-16 09:55:23]     3        0      3 03:00.0  Ellesmere     Radeon RX 570 Series          32
[2019-03-16 09:55:23]     4        0      4 08:00.0  Ellesmere     Radeon RX 570 Series          32
[2019-03-16 09:55:23]     5        0      5 10:00.0  Ellesmere     Radeon RX 570 Series          32
[2019-03-16 09:55:23] Successful clean shutdown.

C:\Users\MiNe\Desktop\Monero TRM\teamredminer-v0.4.2-win>pause
Press any key to continue . . .

Plarform 0 worked now, it started mining
Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.4.2 - Cryptonight Thread - High hashrate, Low Power
by
pepe000
on 16/03/2019, 08:41:26 UTC
0.4.1 is working just fine...

Here is the clinfo


Based on your clinfo output, setting the option "--platform 0" should work.  Can you double check that setting this option doesn't work?

Also the clinfo output you pasted seems to be cut off at the end.  Can you paste your full clinfo output, but maybe put it inside of a code block so not too spam the thread? (You can insert code blocks using the # button when editing posts.)
It would also help to know which driver version you are running.

Driver version 19.1.1
Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.4.2 - Cryptonight Thread - High hashrate, Low Power
by
pepe000
on 15/03/2019, 23:12:19 UTC
With 0.4.1 was all ok, but with 0.4.2 when i start the miner in get -Auto-detect AMD OpenCL platform 0 and it closes the miner

Hmm. We did rewrite a few things to support mixed Linux rigs with multiple opencl platforms.

Would you mind telling me your os+driver+gpus and your full (anonymized) command line?
I am on Windows 10, 6 x rx570 8gb, driver 19.1.1 and the command line: teamredminer.exe -a cnr -o stratum+tcp://europe.cryptonight-hub.miningpoolhub.com:20580 -u -p x --watchdog_script=watchdog.bat


Well this is a little surprising. If you can try three things for me it'd be most helpful:

  • Run "teamredminer.exe --list_devices" and let me know if it crashes, and if so what the last log line was. Otherwise, paste the full output here.
  • Try adding "--platform 0" to your command line above to disable the platform auto-detection.
  • Try adding both "--platform 0 -d 0" to only run on a single device.

Still the same, the miner crashes.
What is the command line for the log file? (i am new to TRM)

Just so I know we're on the same page, can you describe what you mean by "crashing"? Do you run the miner in a cmd prompt shell so you see all output? Can you paste the output from "teamredminer.exe --list_devices"?

Also, another test: can you run "teamredminer.exe --list_devices --disable_colors"?

Thanks, K

When i start the start.cnr.bat file all i get is:

Auto-detect AMD OpenCL platform 0
Auto-detect AMD OpenCL platform 2

and the CMD window closes

Where can i find the output log file so i can post it here?

That is the first time I've ever seen two AMD OpenCL platforms under Windows. Hence, I'm guessing it's wrong Smiley.

We don't log to file by default, only console. You need to add --log_file=miner.log as an argument in the .bat file. You could also add a single line with "pause" at the end of your start.cnr.bat and the cmd window should remain open waiting for a keypress after the miner exits, allowing you to mark and copy/paste the console output.

Given the output above, it's a little weird it doesn't work if you add "--platform 0" as an argument in the bat file though, hmm.

Another thing that would be most helpful for me is if you could dump the full output from "clinfo" for me. You would open cmd.exe first, then just type "clinfo".




0.4.1 is working just fine...

Here is the clinfo

Code:
C:\Users\MiNe>clinfo
Number of platforms:                             3
  Platform Profile:                              FULL_PROFILE
  Platform Version:                              OpenCL 2.1 AMD-APP (2766.5)
  Platform Name:                                 AMD Accelerated Parallel Processing
  Platform Vendor:                               Advanced Micro Devices, Inc.
  Platform Extensions:                           cl_khr_icd cl_khr_d3d10_sharing cl_khr_d3d11_sharing cl_khr_dx9_media_sharing cl_amd_event_callback cl_amd_offline_devices
  Platform Profile:                              FULL_PROFILE
  Platform Version:                              OpenCL 2.1
  Platform Name:                                 Intel(R) OpenCL
  Platform Vendor:                               Intel(R) Corporation
  Platform Extensions:                           cl_intel_dx9_media_sharing cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_d3d11_sharing cl_khr_depth_images cl_khr_dx9_media_sharing cl_khr_fp64 cl_khr_gl_sharing cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_icd cl_khr_image2d_from_buffer cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_spir
  Platform Profile:                              FULL_PROFILE
  Platform Version:                              OpenCL 2.0 AMD-APP (2348.3)
  Platform Name:                                 AMD Accelerated Parallel Processing
  Platform Vendor:                               Advanced Micro Devices, Inc.
  Platform Extensions:                           cl_khr_icd cl_khr_d3d10_sharing cl_khr_d3d11_sharing cl_khr_dx9_media_sharing cl_amd_event_callback cl_amd_offline_devices


  Platform Name:                                 AMD Accelerated Parallel Processing
Number of devices:                               6
  Device Type:                                   CL_DEVICE_TYPE_GPU
  Vendor ID:                                     1002h
  Board name:                                    Radeon RX 570 Series
  Device Topology:                               PCI[ B#1, D#0, F#0 ]
  Max compute units:                             32
  Max work items dimensions:                     3
    Max work items[0]:                           1024
    Max work items[1]:                           1024
    Max work items[2]:                           1024
  Max work group size:                           256
  Preferred vector width char:                   4
  Preferred vector width short:                  2
  Preferred vector width int:                    1
  Preferred vector width long:                   1
  Preferred vector width float:                  1
  Preferred vector width double:                 1
  Native vector width char:                      4
  Native vector width short:                     2
  Native vector width int:                       1
  Native vector width long:                      1
  Native vector width float:                     1
  Native vector width double:                    1
  Max clock frequency:                           1250Mhz
  Address bits:                                  64
  Max memory allocation:                         4244635648
  Image support:                                 Yes
  Max number of images read arguments:           128
  Max number of images write arguments:          64
  Max image 2D width:                            16384
  Max image 2D height:                           16384
  Max image 3D width:                            2048
  Max image 3D height:                           2048
  Max image 3D depth:                            2048
  Max samplers within kernel:                    16
  Max size of kernel argument:                   1024
  Alignment (bits) of base address:              2048
  Minimum alignment (bytes) for any datatype:    128
  Single precision floating point capability
    Denorms:                                     No
    Quiet NaNs:                                  Yes
    Round to nearest even:                       Yes
    Round to zero:                               Yes
    Round to +ve and infinity:                   Yes
    IEEE754-2008 fused multiply-add:             Yes
  Cache type:                                    Read/Write
  Cache line size:                               64
  Cache size:                                    16384
  Global memory size:                            8589934592
  Constant buffer size:                          4244635648
  Max number of constant args:                   8
  Local memory type:                             Scratchpad
  Local memory size:                             32768
  Max pipe arguments:                            16
  Max pipe active reservations:                  16
  Max pipe packet size:                          4244635648
  Max global variable size:                      3820172032
  Max global variable preferred total size:      8589934592
  Max read/write image args:                     64
  Max on device events:                          1024
  Queue on device max size:                      8388608
  Max on device queues:                          1
  Queue on device preferred size:                262144
  SVM capabilities:
    Coarse grain buffer:                         Yes
    Fine grain buffer:                           Yes
    Fine grain system:                           No
    Atomics:                                     No
  Preferred platform atomic alignment:           0
  Preferred global atomic alignment:             0
  Preferred local atomic alignment:              0
  Kernel Preferred work group size multiple:     64
  Error correction support:                      0
  Unified memory for Host and Device:            0
  Profiling timer resolution:                    1
  Device endianess:                              Little
  Available:                                     Yes
  Compiler available:                            Yes
  Execution capabilities:
    Execute OpenCL kernels:                      Yes
    Execute native function:                     No
  Queue on Host properties:
    Out-of-Order:                                No
    Profiling :                                  Yes
  Queue on Device properties:
    Out-of-Order:                                Yes
    Profiling :                                  Yes
  Platform ID:                                   00007FF979616FD0
  Name:                                          Ellesmere
  Vendor:                                        Advanced Micro Devices, Inc.
  Device OpenCL C version:                       OpenCL C 2.0
  Driver version:                                2766.5
  Profile:                                       FULL_PROFILE
  Version:                                       OpenCL 2.0 AMD-APP (2766.5)
  Extensions:                                    cl_khr_fp64 cl_amd_fp64 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_fp16 cl_khr_gl_sharing cl_khr_gl_depth_images cl_amd_device_attribute_query cl_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_media_ops2 cl_amd_popcnt cl_khr_d3d10_sharing cl_khr_d3d11_sharing cl_khr_dx9_media_sharing cl_khr_image2d_from_buffer cl_khr_spir cl_khr_subgroups cl_khr_gl_event cl_khr_depth_images cl_khr_mipmap_image cl_khr_mipmap_image_writes cl_amd_liquid_flash cl_amd_planar_yuv


  Device Type:                                   CL_DEVICE_TYPE_GPU
  Vendor ID:                                     1002h
  Board name:                                    Radeon RX 570 Series
  Device Topology:                               PCI[ B#2, D#0, F#0 ]
  Max compute units:                             32
  Max work items dimensions:                     3
    Max work items[0]:                           1024
    Max work items[1]:                           1024
    Max work items[2]:                           1024
  Max work group size:                           256
  Preferred vector width char:                   4
  Preferred vector width short:                  2
  Preferred vector width int:                    1
  Preferred vector width long:                   1
  Preferred vector width float:                  1
  Preferred vector width double:                 1
  Native vector width char:                      4
  Native vector width short:                     2
  Native vector width int:                       1
  Native vector width long:                      1
  Native vector width float:                     1
  Native vector width double:                    1
  Max clock frequency:                           1250Mhz
  Address bits:                                  64
  Max memory allocation:                         4244635648
  Image support:                                 Yes
  Max number of images read arguments:           128
  Max number of images write arguments:          64
  Max image 2D width:                            16384
  Max image 2D height:                           16384
  Max image 3D width:                            2048
  Max image 3D height:                           2048
  Max image 3D depth:                            2048
  Max samplers within kernel:                    16
  Max size of kernel argument:                   1024
  Alignment (bits) of base address:              2048
  Minimum alignment (bytes) for any datatype:    128
  Single precision floating point capability
    Denorms:                                     No
    Quiet NaNs:                                  Yes
    Round to nearest even:                       Yes
    Round to zero:                               Yes
    Round to +ve and infinity:                   Yes
    IEEE754-2008 fused multiply-add:             Yes
  Cache type:                                    Read/Write
  Cache line size:                               64
  Cache size:                                    16384
  Global memory size:                            8589934592
  Constant buffer size:                          4244635648
  Max number of constant args:                   8
  Local memory type:                             Scratchpad
  Local memory size:                             32768
  Max pipe arguments:                            16
  Max pipe active reservations:                  16
  Max pipe packet size:                          4244635648
  Max global variable size:                      3820172032
  Max global variable preferred total size:      8589934592
  Max read/write image args:                     64
  Max on device events:                          1024
  Queue on device max size:                      8388608
  Max on device queues:                          1
  Queue on device preferred size:                262144
  SVM capabilities:
    Coarse grain buffer:                         Yes
    Fine grain buffer:                           Yes
    Fine grain system:                           No
    Atomics:                                     No
  Preferred platform atomic alignment:           0
  Preferred global atomic alignment:             0
  Preferred local atomic alignment:              0
  Kernel Preferred work group size multiple:     64
  Error correction support:                      0
  Unified memory for Host and Device:            0
  Profiling timer resolution:                    1
  Device endianess:                              Little
  Available:                                     Yes
  Compiler available:                            Yes
  Execution capabilities:
    Execute OpenCL kernels:                      Yes
    Execute native function:                     No
  Queue on Host properties:
    Out-of-Order:                                No
    Profiling :                                  Yes
  Queue on Device properties:
    Out-of-Order:                                Yes
    Profiling :                                  Yes
  Platform ID:                                   00007FF979616FD0
  Name:                                          Ellesmere
  Vendor:                                        Advanced Micro Devices, Inc.
  Device OpenCL C version:                       OpenCL C 2.0
  Driver version:                                2766.5
  Profile:                                       FULL_PROFILE
  Version:                                       OpenCL 2.0 AMD-APP (2766.5)
  Extensions:                                    cl_khr_fp64 cl_amd_fp64 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_fp16 cl_khr_gl_sharing cl_khr_gl_depth_images cl_amd_device_attribute_query cl_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_media_ops2 cl_amd_popcnt cl_khr_d3d10_sharing cl_khr_d3d11_sharing cl_khr_dx9_media_sharing cl_khr_image2d_from_buffer cl_khr_spir cl_khr_subgroups cl_khr_gl_event cl_khr_depth_images cl_khr_mipmap_image cl_khr_mipmap_image_writes cl_amd_liquid_flash cl_amd_planar_yuv


  Device Type:                                   CL_DEVICE_TYPE_GPU
  Vendor ID:                                     1002h
  Board name:                                    Radeon RX 570 Series
  Device Topology:                               PCI[ B#9, D#0, F#0 ]
  Max compute units:                             32
  Max work items dimensions:                     3
    Max work items[0]:                           1024
    Max work items[1]:                           1024
    Max work items[2]:                           1024
  Max work group size:                           256
  Preferred vector width char:                   4
  Preferred vector width short:                  2
  Preferred vector width int:                    1
  Preferred vector width long:                   1
  Preferred vector width float:                  1
  Preferred vector width double:                 1
  Native vector width char:                      4
  Native vector width short:                     2
  Native vector width int:                       1
  Native vector width long:                      1
  Native vector width float:                     1
  Native vector width double:                    1
  Max clock frequency:                           1250Mhz
  Address bits:                                  64
  Max memory allocation:                         4244635648
  Image support:                                 Yes
  Max number of images read arguments:           128
  Max number of images write arguments:          64
  Max image 2D width:                            16384
  Max image 2D height:                           16384
  Max image 3D width:                            2048
  Max image 3D height:                           2048
  Max image 3D depth:                            2048
  Max samplers within kernel:                    16
  Max size of kernel argument:                   1024
  Alignment (bits) of base address:              2048
  Minimum alignment (bytes) for any datatype:    128
  Single precision floating point capability
    Denorms:                                     No
    Quiet NaNs:                                  Yes
    Round to nearest even:                       Yes
    Round to zero:                               Yes
    Round to +ve and infinity:                   Yes
    IEEE754-2008 fused multiply-add:             Yes
  Cache type:                                    Read/Write
  Cache line size:                               64
  Cache size:                                    16384
  Global memory size:                            8589934592
  Constant buffer size:                          4244635648
  Max number of constant args:                   8
  Local memory type:                             Scratchpad
  Local memory size:                             32768
  Max pipe arguments:                            16
  Max pipe active reservations:                  16
  Max pipe packet size:                          4244635648
  Max global variable size:                      3820172032
  Max global variable preferred total size:      8589934592
  Max read/write image args:                     64
  Max on device events:                          1024
  Queue on device max size:                      8388608
  Max on device queues:                          1
  Queue on device preferred size:                262144
  SVM capabilities:
    Coarse grain buffer:                         Yes
    Fine grain buffer:                           Yes
    Fine grain system:                           No
    Atomics:                                     No
  Preferred platform atomic alignment:           0
  Preferred global atomic alignment:             0
  Preferred local atomic alignment:              0
  Kernel Preferred work group size multiple:     64
  Error correction support:                      0
  Unified memory for Host and Device:            0
  Profiling timer resolution:                    1
  Device endianess:                              Little
  Available:                                     Yes
  Compiler available:                            Yes
  Execution capabilities:
    Execute OpenCL kernels:                      Yes
    Execute native function:                     No
  Queue on Host properties:
    Out-of-Order:                                No
    Profiling :                                  Yes
  Queue on Device properties:
    Out-of-Order:                                Yes
    Profiling :                                  Yes
  Platform ID:                                   00007FF979616FD0
  Name:                                          Ellesmere
  Vendor:                                        Advanced Micro Devices, Inc.
  Device OpenCL C version:                       OpenCL C 2.0
  Driver version:                                2766.5
  Profile:                                       FULL_PROFILE
  Version:                                       OpenCL 2.0 AMD-APP (2766.5)
  Extensions:                                    cl_khr_fp64 cl_amd_fp64 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_fp16 cl_khr_gl_sharing cl_khr_gl_depth_images cl_amd_device_attribute_query cl_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_media_ops2 cl_amd_popcnt cl_khr_d3d10_sharing cl_khr_d3d11_sharing cl_khr_dx9_media_sharing cl_khr_image2d_from_buffer cl_khr_spir cl_khr_subgroups cl_khr_gl_event cl_khr_depth_images cl_khr_mipmap_image cl_khr_mipmap_image_writes cl_amd_liquid_flash cl_amd_planar_yuv


  Device Type:                                   CL_DEVICE_TYPE_GPU
  Vendor ID:                                     1002h
  Board name:                                    Radeon RX 570 Series
  Device Topology:                               PCI[ B#3, D#0, F#0 ]
  Max compute units:                             32
  Max work items dimensions:                     3
    Max work items[0]:                           1024
    Max work items[1]:                           1024
    Max work items[2]:                           1024
  Max work group size:                           256
  Preferred vector width char:                   4
  Preferred vector width short:                  2
  Preferred vector width int:                    1
  Preferred vector width long:                   1
  Preferred vector width float:                  1
  Preferred vector width double:                 1
  Native vector width char:                      4
  Native vector width short:                     2
  Native vector width int:                       1
  Native vector width long:                      1
  Native vector width float:                     1
  Native vector width double:                    1
  Max clock frequency:                           1250Mhz
  Address bits:                                  64
  Max memory allocation:                         4244635648
  Image support:                                 Yes
  Max number of images read arguments:           128
  Max number of images write arguments:          64
  Max image 2D width:                            16384
  Max image 2D height:                           16384
  Max image 3D width:                            2048
  Max image 3D height:                           2048
  Max image 3D depth:                            2048
  Max samplers within kernel:                    16
  Max size of kernel argument:                   1024
  Alignment (bits) of base address:              2048
  Minimum alignment (bytes) for any datatype:    128
  Single precision floating point capability
    Denorms:                                     No
    Quiet NaNs:                                  Yes
    Round to nearest even:                       Yes
    Round to zero:                               Yes
    Round to +ve and infinity:                   Yes
    IEEE754-2008 fused multiply-add:             Yes
  Cache type:                                    Read/Write
  Cache line size:                               64
  Cache size:                                    16384
  Global memory size:                            8589934592
  Constant buffer size:                          4244635648
  Max number of constant args:                   8
  Local memory type:                             Scratchpad
  Local memory size:                             32768
  Max pipe arguments:                            16
  Max pipe active reservations:                  16
  Max pipe packet size:                          4244635648
  Max global variable size:                      3820172032
  Max global variable preferred total size:      8589934592
  Max read/write image args:                     64
  Max on device events:                          1024
  Queue on device max size:                      8388608
  Max on device queues:                          1
  Queue on device preferred size:                262144
  SVM capabilities:
    Coarse grain buffer:                         Yes
    Fine grain buffer:                           Yes
    Fine grain system:                           No
    Atomics:                                     No
  Preferred platform atomic alignment:           0
  Preferred global atomic alignment:             0
  Preferred local atomic alignment:              0
  Kernel Preferred work group size multiple:     64
  Error correction support:                      0
  Unified memory for Host and Device:            0
  Profiling timer resolution:                    1
  Device endianess:                              Little
  Available:                                     Yes
  Compiler available:                            Yes
  Execution capabilities:
    Execute OpenCL kernels:                      Yes
    Execute native function:                     No
  Queue on Host properties:
    Out-of-Order:                                No
    Profiling :                                  Yes
  Queue on Device properties:
    Out-of-Order:                                Yes
    Profiling :                                  Yes
  Platform ID:                                   00007FF979616FD0
  Name:                                          Ellesmere
  Vendor:                                        Advanced Micro Devices, Inc.
  Device OpenCL C version:                       OpenCL C 2.0
  Driver version:                                2766.5
  Profile:                                       FULL_PROFILE
  Version:                                       OpenCL 2.0 AMD-APP (2766.5)
  Extensions:                                    cl_khr_fp64 cl_amd_fp64 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_fp16 cl_khr_gl_sharing cl_khr_gl_depth_images cl_amd_device_attribute_query cl_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_media_ops2 cl_amd_popcnt cl_khr_d3d10_sharing cl_khr_d3d11_sharing cl_khr_dx9_media_sharing cl_khr_image2d_from_buffer cl_khr_spir cl_khr_subgroups cl_khr_gl_event cl_khr_depth_images cl_khr_mipmap_image cl_khr_mipmap_image_writes cl_amd_liquid_flash cl_amd_planar_yuv


  Device Type:                                   CL_DEVICE_TYPE_GPU
  Vendor ID:                                     1002h
  Board name:                                    Radeon RX 570 Series
  Device Topology:                               PCI[ B#8, D#0, F#0 ]
  Max compute units:                             32
  Max work items dimensions:                     3
    Max work items[0]:                           1024
    Max work items[1]:                           1024
    Max work items[2]:                           1024
  Max work group size:                           256
  Preferred vector width char:                   4
  Preferred vector width short:                  2
  Preferred vector width int:                    1
  Preferred vector width long:                   1
  Preferred vector width float:                  1
  Preferred vector width double:                 1
  Native vector width char:                      4
  Native vector width short:                     2
  Native vector width int:                       1
  Native vector width long:                      1
  Native vector width float:                     1
  Native vector width double:                    1
  Max clock frequency:                           1250Mhz
  Address bits:                                  64
  Max memory allocation:                         4244635648
  Image support:                                 Yes
  Max number of images read arguments:           128
  Max number of images write arguments:          64
  Max image 2D width:                            16384
  Max image 2D height:                           16384
  Max image 3D width:                            2048
  Max image 3D height:                           2048
  Max image 3D depth:                            2048
  Max samplers within kernel:                    16
  Max size of kernel argument:                   1024
  Alignment (bits) of base address:              2048
  Minimum alignment (bytes) for any datatype:    128
  Single precision floating point capability
    Denorms:                                     No
    Quiet NaNs:                                  Yes
    Round to nearest even:                       Yes
    Round to zero:                               Yes
    Round to +ve and infinity:                   Yes
    IEEE754-2008 fused multiply-add:             Yes
  Cache type:                                    Read/Write
  Cache line size:                               64
  Cache size:                                    16384
  Global memory size:                            8589934592
  Constant buffer size:                          4244635648
  Max number of constant args:                   8
  Local memory type:                             Scratchpad
  Local memory size:                             32768
  Max pipe arguments:                            16
  Max pipe active reservations:                  16
  Max pipe packet size:                          4244635648
  Max global variable size:                      3820172032
  Max global variable preferred total size:      8589934592
  Max read/write image args:                     64
  Max on device events:                          1024
  Queue on device max size:                      8388608
  Max on device queues:                          1
  Queue on device preferred size:                262144
  SVM capabilities:
    Coarse grain buffer:                         Yes
    Fine grain buffer:                           Yes
    Fine grain system:                           No
    Atomics:                                     No
  Preferred platform atomic alignment:           0
  Preferred global atomic alignment:             0
  Preferred local atomic alignment:              0
  Kernel Preferred work group size multiple:     64
  Error correction support:                      0
  Unified memory for Host and Device:            0
  Profiling timer resolution:                    1
  Device endianess:                              Little
  Available:                                     Yes
  Compiler available:                            Yes
  Execution capabilities:
    Execute OpenCL kernels:                      Yes
    Execute n
Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.4.2 - Cryptonight Thread - High hashrate, Low Power
by
pepe000
on 15/03/2019, 22:45:07 UTC
With 0.4.1 was all ok, but with 0.4.2 when i start the miner in get -Auto-detect AMD OpenCL platform 0 and it closes the miner

Hmm. We did rewrite a few things to support mixed Linux rigs with multiple opencl platforms.

Would you mind telling me your os+driver+gpus and your full (anonymized) command line?
I am on Windows 10, 6 x rx570 8gb, driver 19.1.1 and the command line: teamredminer.exe -a cnr -o stratum+tcp://europe.cryptonight-hub.miningpoolhub.com:20580 -u -p x --watchdog_script=watchdog.bat


Well this is a little surprising. If you can try three things for me it'd be most helpful:

  • Run "teamredminer.exe --list_devices" and let me know if it crashes, and if so what the last log line was. Otherwise, paste the full output here.
  • Try adding "--platform 0" to your command line above to disable the platform auto-detection.
  • Try adding both "--platform 0 -d 0" to only run on a single device.

Still the same, the miner crashes.
What is the command line for the log file? (i am new to TRM)

Just so I know we're on the same page, can you describe what you mean by "crashing"? Do you run the miner in a cmd prompt shell so you see all output? Can you paste the output from "teamredminer.exe --list_devices"?

Also, another test: can you run "teamredminer.exe --list_devices --disable_colors"?

Thanks, K

When i start the start.cnr.bat file all i get is:

Auto-detect AMD OpenCL platform 0
Auto-detect AMD OpenCL platform 2

and the CMD window closes

Where can i find the output log file so i can post it here?
Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.4.2 - Cryptonight Thread - High hashrate, Low Power
by
pepe000
on 15/03/2019, 21:56:36 UTC
With 0.4.1 was all ok, but with 0.4.2 when i start the miner in get -Auto-detect AMD OpenCL platform 0 and it closes the miner

Hmm. We did rewrite a few things to support mixed Linux rigs with multiple opencl platforms.

Would you mind telling me your os+driver+gpus and your full (anonymized) command line?
I am on Windows 10, 6 x rx570 8gb, driver 19.1.1 and the command line: teamredminer.exe -a cnr -o stratum+tcp://europe.cryptonight-hub.miningpoolhub.com:20580 -u -p x --watchdog_script=watchdog.bat

I saw similar behavior (though it was on linux, and was a hang rather than a close) w/ 0.4.2 right after the platform detect.  Seemed to be that it didn't like the oc/uv of one of my GPUs - even though it had been ok w/ previous versions.  Try including the -d param to test each of your GPUs individually.
Tried that with -d 0 or -d1, still crashing
Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.4.2 - Cryptonight Thread - High hashrate, Low Power
by
pepe000
on 15/03/2019, 21:50:02 UTC
With 0.4.1 was all ok, but with 0.4.2 when i start the miner in get -Auto-detect AMD OpenCL platform 0 and it closes the miner

Hmm. We did rewrite a few things to support mixed Linux rigs with multiple opencl platforms.

Would you mind telling me your os+driver+gpus and your full (anonymized) command line?
I am on Windows 10, 6 x rx570 8gb, driver 19.1.1 and the command line: teamredminer.exe -a cnr -o stratum+tcp://europe.cryptonight-hub.miningpoolhub.com:20580 -u -p x --watchdog_script=watchdog.bat


Well this is a little surprising. If you can try three things for me it'd be most helpful:

  • Run "teamredminer.exe --list_devices" and let me know if it crashes, and if so what the last log line was. Otherwise, paste the full output here.
  • Try adding "--platform 0" to your command line above to disable the platform auto-detection.
  • Try adding both "--platform 0 -d 0" to only run on a single device.



Still the same, the miner crashes.
What is the command line for the log file? (i am new to TRM)
Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.4.2 - Cryptonight Thread - High hashrate, Low Power
by
pepe000
on 15/03/2019, 20:48:55 UTC
With 0.4.1 was all ok, but with 0.4.2 when i start the miner in get -Auto-detect AMD OpenCL platform 0 and it closes the miner

Hmm. We did rewrite a few things to support mixed Linux rigs with multiple opencl platforms.

Would you mind telling me your os+driver+gpus and your full (anonymized) command line?
I am on Windows 10, 6 x rx570 8gb, driver 19.1.1 and the command line: teamredminer.exe -a cnr -o stratum+tcp://europe.cryptonight-hub.miningpoolhub.com:20580 -u -p x --watchdog_script=watchdog.bat
Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.4.2 - Cryptonight Thread - High hashrate, Low Power
by
pepe000
on 15/03/2019, 20:28:03 UTC
With 0.4.1 was all ok, but with 0.4.2 when i start the miner in get -Auto-detect AMD OpenCL platform 0 and it closes the miner
Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.3.10 - CNv8 - Vega 64 2200+h/s Rx470 1025+h/s Low Power
by
pepe000
on 06/02/2019, 07:21:44 UTC
Is this topic still alive?

Sorry, been more active in our other thread lately which covers Lyra2rev3. I’m traveling atm, need to check exactly what the error means in our code. Last time I believe someone had this error was with too high mem overclock that caused init issues for us. Would that be applicable for you? Otherwise, what os, driver and gpu(s) are the we talking about?

I have win 10, latest 19.1.1 adrenalin driver and 6 x rx570 nitro+ 8gb.
It was working ok for some time, but lately it shows that error when i start the miner and continues to mine with all gpus
Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.3.10 - CNv8 - Vega 64 2200+h/s Rx470 1025+h/s Low Power
by
pepe000
on 05/02/2019, 23:37:47 UTC
Is this topic still alive?
Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.3.10 - CNv8 - Vega 64 2200+h/s Rx470 1025+h/s Low Power
by
pepe000
on 04/02/2019, 00:10:32 UTC
When i start the miner i get "initialization comm error 4"
What does it mean?