Bitcoin Forum
April 28, 2024, 10:56:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] TeamRedMiner 0.7.7 - Nimiq/Kawpow/Ethash/Cryptonight/Chukwa Thread on: August 01, 2020, 02:30:40 AM
i have try this on ubuntu linux with amdgpu 18.40 with 5 rx470 modded bios, previous mining with claymore 15 is ok. after 352 cannot mining any ethash miner app. --platform=1 not work, vga on board not on and not monitor connect.

./teamredminer --platform=0 -a ethash -o stratum+tcp://eu1.ethermine.org:4444 -u 0x06030e479c965aDE02e10814355309Ac9c2fb670.myriglab -p x

          Team Red Miner version 0.7.8
[2020-07-31 20:12:37] Pool eu1.ethermine.org: Ethermine ethash auto mode detected, setting --eth_stratum=ethproxy
[2020-07-31 20:12:37] Failed to probe OpenCL device idx 0 on selected platform 0, will be excluded.
[2020-07-31 20:12:37] Failed to probe OpenCL device idx 1 on selected platform 0, will be excluded.
[2020-07-31 20:12:37] Failed to probe OpenCL device idx 2 on selected platform 0, will be excluded.
[2020-07-31 20:12:37] Failed to probe OpenCL device idx 3 on selected platform 0, will be excluded.
[2020-07-31 20:12:37] Failed to probe OpenCL device idx 4 on selected platform 0, will be excluded.
[2020-07-31 20:12:37] Successful clean shutdown.

my clinfo is

Number of platforms                               1
  Platform Name                                   AMD Accelerated Parallel Processing
  Platform Vendor                                 Advanced Micro Devices, Inc.
  Platform Version                                OpenCL 2.1 AMD-APP (2686.5)
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_icd cl_amd_event_callback cl_amd_offline_devices
  Platform Host timer resolution                  1ns
  Platform Extensions function suffix             AMD

...

Hi takasungi,
It appears that for some reason the drivers you are using do not support the CL_DEVICE_GLOBAL_FREE_MEMORY_AMD property which we use to check the available memory on GPUs.
I would suggest installing newer 19.x or 20.x drivers as the easiest fix.


thx i will try again
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] TeamRedMiner 0.7.7 - Nimiq/Kawpow/Ethash/Cryptonight/Chukwa Thread on: July 31, 2020, 01:17:31 PM
i have try this on ubuntu linux with amdgpu 18.40 with 5 rx470 modded bios, previous mining with claymore 15 is ok. after 352 cannot mining any ethash miner app. --platform=1 not work, vga on board not on and not monitor connect.

./teamredminer --platform=0 -a ethash -o stratum+tcp://eu1.ethermine.org:4444 -u 0x06030e479c965aDE02e10814355309Ac9c2fb670.myriglab -p x

          Team Red Miner version 0.7.8
[2020-07-31 20:12:37] Pool eu1.ethermine.org: Ethermine ethash auto mode detected, setting --eth_stratum=ethproxy
[2020-07-31 20:12:37] Failed to probe OpenCL device idx 0 on selected platform 0, will be excluded.
[2020-07-31 20:12:37] Failed to probe OpenCL device idx 1 on selected platform 0, will be excluded.
[2020-07-31 20:12:37] Failed to probe OpenCL device idx 2 on selected platform 0, will be excluded.
[2020-07-31 20:12:37] Failed to probe OpenCL device idx 3 on selected platform 0, will be excluded.
[2020-07-31 20:12:37] Failed to probe OpenCL device idx 4 on selected platform 0, will be excluded.
[2020-07-31 20:12:37] Successful clean shutdown.

my clinfo is

Number of platforms                               1
  Platform Name                                   AMD Accelerated Parallel Processing
  Platform Vendor                                 Advanced Micro Devices, Inc.
  Platform Version                                OpenCL 2.1 AMD-APP (2686.5)
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_icd cl_amd_event_callback cl_amd_offline_devices
  Platform Host timer resolution                  1ns
  Platform Extensions function suffix             AMD

  Platform Name                                   AMD Accelerated Parallel Processing
Number of devices                                 5
  Device Name                                     Ellesmere
  Device Vendor                                   Advanced Micro Devices, Inc.
  Device Vendor ID                                0x1002
  Device Version                                  OpenCL 1.2 AMD-APP (2686.5)
  Driver Version                                  2686.5
  Device OpenCL C Version                         OpenCL C 1.2
  Device Type                                     GPU
  Device Profile                                  FULL_PROFILE
  Device Board Name (AMD)                         AMD Radeon (TM) RX 470 Graphics
  Device Topology (AMD)                           PCI-E, 01:00.0
  Max compute units                               32
  SIMD per compute unit (AMD)                     4
  SIMD width (AMD)                                16
  SIMD instruction width (AMD)                    1
  Max clock frequency                             1100MHz
  Graphics IP (AMD)                               8.0
  Device Partition                                (core)
    Max number of sub-devices                     32
    Supported partition types                     None
  Max work item dimensions                        3
  Max work item sizes                             1024x1024x1024
  Max work group size                             256
=== CL_PROGRAM_BUILD_LOG ===
Error: aclBinary init failure
  Preferred work group size multiple              Error: aclBinary init failure

  Wavefront width (AMD)                           64
  Preferred / native vector sizes
    char                                                 4 / 4
    short                                                2 / 2
    int                                                  1 / 1
    long                                                 1 / 1
    half                                                 1 / 1        (cl_khr_fp16)
    float                                                1 / 1
    double                                               1 / 1        (cl_khr_fp64)
  Half-precision Floating-point support           (cl_khr_fp16)
    Denormals                                     No
    Infinity and NANs                             No
    Round to nearest                              No
    Round to zero                                 No
    Round to infinity                             No
    IEEE754-2008 fused multiply-add               No
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  No
  Single-precision Floating-point support         (core)
    Denormals                                     No
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  Yes
  Double-precision Floating-point support         (cl_khr_fp64)
    Denormals                                     Yes
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  No
  Address bits                                    32, Little-Endian
  Global memory size                              3221225472 (3GiB)
  Global free memory (AMD)                        <printDeviceInfo:68: get number of CL_DEVICE_GLOBAL_FREE_MEMORY_AMD : error -33>
  Global memory channels (AMD)                    8
  Global memory banks per channel (AMD)           16
  Global memory bank width (AMD)                  256 bytes
  Error Correction support                        No
  Max memory allocation                           3221225472 (3GiB)
  Unified memory for Host and Device              No
  Minimum alignment for any data type             128 bytes
  Alignment of base address                       2048 bits (256 bytes)
  Global Memory cache type                        Read/Write
  Global Memory cache size                        16384
  Global Memory cache line                        64 bytes
  Image support                                   Yes
    Max number of samplers per kernel             16
    Max size for 1D images from buffer            134217728 pixels
    Max 1D or 2D image array size                 2048 images
    Base address alignment for 2D image buffers   256 bytes
    Pitch alignment for 2D image buffers          256 bytes
    Max 2D image size                             16384x16384 pixels
    Max 3D image size                             2048x2048x2048 pixels
    Max number of read image args                 128
    Max number of write image args                8
  Local memory type                               Local
  Local memory size                               32768 (32KiB)
  Local memory syze per CU (AMD)                  65536 (64KiB)
  Local memory banks (AMD)                        32
  Max constant buffer size                        3221225472 (3GiB)
  Max number of constant args                     8
  Max size of kernel argument                     1024
  Queue properties
    Out-of-order execution                        No
    Profiling                                     Yes
  Prefer user sync for interop                    Yes
  Profiling timer resolution                      1ns
  Profiling timer offset since Epoch (AMD)        1596197050148924659ns (Fri Jul 31 19:04:10 2020)
  Execution capabilities
    Run OpenCL kernels                            Yes
    Run native kernels                            No
    Thread trace supported (AMD)                  Yes
    SPIR versions                                 1.2
  printf() buffer size                            4194304 (4MiB)
  Built-in kernels
  Device Available                                Yes
  Compiler Available                              Yes
  Linker Available                                Yes
  Device 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_amd_device_attribute_query cl_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_media_ops2 cl_amd_popcnt cl_khr_image2d_from_buffer cl_khr_spir cl_khr_gl_event

  Device Name                                     Ellesmere
  Device Vendor                                   Advanced Micro Devices, Inc.
  Device Vendor ID                                0x1002
  Device Version                                  OpenCL 1.2 AMD-APP (2686.5)
  Driver Version                                  2686.5
  Device OpenCL C Version                         OpenCL C 1.2
  Device Type                                     GPU
  Device Profile                                  FULL_PROFILE
  Device Board Name (AMD)                         AMD Radeon (TM) RX 470 Graphics
  Device Topology (AMD)                           PCI-E, 02:00.0
  Max compute units                               32
  SIMD per compute unit (AMD)                     4
  SIMD width (AMD)                                16
  SIMD instruction width (AMD)                    1
  Max clock frequency                             1100MHz
  Graphics IP (AMD)                               8.0
  Device Partition                                (core)
    Max number of sub-devices                     32
    Supported partition types                     None
  Max work item dimensions                        3
  Max work item sizes                             1024x1024x1024
  Max work group size                             256
=== CL_PROGRAM_BUILD_LOG ===
Error: aclBinary init failure
  Preferred work group size multiple              Error: aclBinary init failure

  Wavefront width (AMD)                           64
  Preferred / native vector sizes
    char                                                 4 / 4
    short                                                2 / 2
    int                                                  1 / 1
    long                                                 1 / 1
    half                                                 1 / 1        (cl_khr_fp16)
    float                                                1 / 1
    double                                               1 / 1        (cl_khr_fp64)
  Half-precision Floating-point support           (cl_khr_fp16)
    Denormals                                     No
    Infinity and NANs                             No
    Round to nearest                              No
    Round to zero                                 No
    Round to infinity                             No
    IEEE754-2008 fused multiply-add               No
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  No
  Single-precision Floating-point support         (core)
    Denormals                                     No
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  Yes
  Double-precision Floating-point support         (cl_khr_fp64)
    Denormals                                     Yes
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  No
  Address bits                                    32, Little-Endian
  Global memory size                              3221225472 (3GiB)
  Global free memory (AMD)                        <printDeviceInfo:68: get number of CL_DEVICE_GLOBAL_FREE_MEMORY_AMD : error -33>
  Global memory channels (AMD)                    8
  Global memory banks per channel (AMD)           16
  Global memory bank width (AMD)                  256 bytes
  Error Correction support                        No
  Max memory allocation                           3221225472 (3GiB)
  Unified memory for Host and Device              No
  Minimum alignment for any data type             128 bytes
  Alignment of base address                       2048 bits (256 bytes)
  Global Memory cache type                        Read/Write
  Global Memory cache size                        16384
  Global Memory cache line                        64 bytes
  Image support                                   Yes
    Max number of samplers per kernel             16
    Max size for 1D images from buffer            134217728 pixels
    Max 1D or 2D image array size                 2048 images
    Base address alignment for 2D image buffers   256 bytes
    Pitch alignment for 2D image buffers          256 bytes
    Max 2D image size                             16384x16384 pixels
    Max 3D image size                             2048x2048x2048 pixels
    Max number of read image args                 128
    Max number of write image args                8
  Local memory type                               Local
  Local memory size                               32768 (32KiB)
  Local memory syze per CU (AMD)                  65536 (64KiB)
  Local memory banks (AMD)                        32
  Max constant buffer size                        3221225472 (3GiB)
  Max number of constant args                     8
  Max size of kernel argument                     1024
  Queue properties
    Out-of-order execution                        No
    Profiling                                     Yes
  Prefer user sync for interop                    Yes
  Profiling timer resolution                      1ns
  Profiling timer offset since Epoch (AMD)        1596197050148924659ns (Fri Jul 31 19:04:10 2020)
  Execution capabilities
    Run OpenCL kernels                            Yes
    Run native kernels                            No
    Thread trace supported (AMD)                  Yes
    SPIR versions                                 1.2
  printf() buffer size                            4194304 (4MiB)
  Built-in kernels
  Device Available                                Yes
  Compiler Available                              Yes
  Linker Available                                Yes
  Device 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_amd_device_attribute_query cl_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_media_ops2 cl_amd_popcnt cl_khr_image2d_from_buffer cl_khr_spir cl_khr_gl_event

  Device Name                                     Ellesmere
  Device Vendor                                   Advanced Micro Devices, Inc.
  Device Vendor ID                                0x1002
  Device Version                                  OpenCL 1.2 AMD-APP (2686.5)
  Driver Version                                  2686.5
  Device OpenCL C Version                         OpenCL C 1.2
  Device Type                                     GPU
  Device Profile                                  FULL_PROFILE
  Device Board Name (AMD)                         AMD Radeon (TM) RX 470 Graphics
  Device Topology (AMD)                           PCI-E, 03:00.0
  Max compute units                               32
  SIMD per compute unit (AMD)                     4
  SIMD width (AMD)                                16
  SIMD instruction width (AMD)                    1
  Max clock frequency                             1100MHz
  Graphics IP (AMD)                               8.0
  Device Partition                                (core)
    Max number of sub-devices                     32
    Supported partition types                     None
  Max work item dimensions                        3
  Max work item sizes                             1024x1024x1024
  Max work group size                             256
=== CL_PROGRAM_BUILD_LOG ===
Error: aclBinary init failure
  Preferred work group size multiple              Error: aclBinary init failure

  Wavefront width (AMD)                           64
  Preferred / native vector sizes
    char                                                 4 / 4
    short                                                2 / 2
    int                                                  1 / 1
    long                                                 1 / 1
    half                                                 1 / 1        (cl_khr_fp16)
    float                                                1 / 1
    double                                               1 / 1        (cl_khr_fp64)
  Half-precision Floating-point support           (cl_khr_fp16)
    Denormals                                     No
    Infinity and NANs                             No
    Round to nearest                              No
    Round to zero                                 No
    Round to infinity                             No
    IEEE754-2008 fused multiply-add               No
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  No
  Single-precision Floating-point support         (core)
    Denormals                                     No
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  Yes
  Double-precision Floating-point support         (cl_khr_fp64)
    Denormals                                     Yes
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  No
  Address bits                                    32, Little-Endian
  Global memory size                              3221225472 (3GiB)
  Global free memory (AMD)                        <printDeviceInfo:68: get number of CL_DEVICE_GLOBAL_FREE_MEMORY_AMD : error -33>
  Global memory channels (AMD)                    8
  Global memory banks per channel (AMD)           16
  Global memory bank width (AMD)                  256 bytes
  Error Correction support                        No
  Max memory allocation                           3221225472 (3GiB)
  Unified memory for Host and Device              No
  Minimum alignment for any data type             128 bytes
  Alignment of base address                       2048 bits (256 bytes)
  Global Memory cache type                        Read/Write
  Global Memory cache size                        16384
  Global Memory cache line                        64 bytes
  Image support                                   Yes
    Max number of samplers per kernel             16
    Max size for 1D images from buffer            134217728 pixels
    Max 1D or 2D image array size                 2048 images
    Base address alignment for 2D image buffers   256 bytes
    Pitch alignment for 2D image buffers          256 bytes
    Max 2D image size                             16384x16384 pixels
    Max 3D image size                             2048x2048x2048 pixels
    Max number of read image args                 128
    Max number of write image args                8
  Local memory type                               Local
  Local memory size                               32768 (32KiB)
  Local memory syze per CU (AMD)                  65536 (64KiB)
  Local memory banks (AMD)                        32
  Max constant buffer size                        3221225472 (3GiB)
  Max number of constant args                     8
  Max size of kernel argument                     1024
  Queue properties
    Out-of-order execution                        No
    Profiling                                     Yes
  Prefer user sync for interop                    Yes
  Profiling timer resolution                      1ns
  Profiling timer offset since Epoch (AMD)        1596197050148924659ns (Fri Jul 31 19:04:10 2020)
  Execution capabilities
    Run OpenCL kernels                            Yes
    Run native kernels                            No
    Thread trace supported (AMD)                  Yes
    SPIR versions                                 1.2
  printf() buffer size                            4194304 (4MiB)
  Built-in kernels
  Device Available                                Yes
  Compiler Available                              Yes
  Linker Available                                Yes
  Device 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_amd_device_attribute_query cl_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_media_ops2 cl_amd_popcnt cl_khr_image2d_from_buffer cl_khr_spir cl_khr_gl_event

  Device Name                                     Ellesmere
  Device Vendor                                   Advanced Micro Devices, Inc.
  Device Vendor ID                                0x1002
  Device Version                                  OpenCL 1.2 AMD-APP (2686.5)
  Driver Version                                  2686.5
  Device OpenCL C Version                         OpenCL C 1.2
  Device Type                                     GPU
  Device Profile                                  FULL_PROFILE
  Device Board Name (AMD)                         AMD Radeon (TM) RX 470 Graphics
  Device Topology (AMD)                           PCI-E, 04:00.0
  Max compute units                               32
  SIMD per compute unit (AMD)                     4
  SIMD width (AMD)                                16
  SIMD instruction width (AMD)                    1
  Max clock frequency                             1230MHz
  Graphics IP (AMD)                               8.0
  Device Partition                                (core)
    Max number of sub-devices                     32
    Supported partition types                     None
  Max work item dimensions                        3
  Max work item sizes                             1024x1024x1024
  Max work group size                             256
=== CL_PROGRAM_BUILD_LOG ===
Error: aclBinary init failure
  Preferred work group size multiple              Error: aclBinary init failure

  Wavefront width (AMD)                           64
  Preferred / native vector sizes
    char                                                 4 / 4
    short                                                2 / 2
    int                                                  1 / 1
    long                                                 1 / 1
    half                                                 1 / 1        (cl_khr_fp16)
    float                                                1 / 1
    double                                               1 / 1        (cl_khr_fp64)
  Half-precision Floating-point support           (cl_khr_fp16)
    Denormals                                     No
    Infinity and NANs                             No
    Round to nearest                              No
    Round to zero                                 No
    Round to infinity                             No
    IEEE754-2008 fused multiply-add               No
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  No
  Single-precision Floating-point support         (core)
    Denormals                                     No
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  Yes
  Double-precision Floating-point support         (cl_khr_fp64)
    Denormals                                     Yes
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  No
  Address bits                                    32, Little-Endian
  Global memory size                              3221225472 (3GiB)
  Global free memory (AMD)                        <printDeviceInfo:68: get number of CL_DEVICE_GLOBAL_FREE_MEMORY_AMD : error -33>
  Global memory channels (AMD)                    8
  Global memory banks per channel (AMD)           16
  Global memory bank width (AMD)                  256 bytes
  Error Correction support                        No
  Max memory allocation                           3221225472 (3GiB)
  Unified memory for Host and Device              No
  Minimum alignment for any data type             128 bytes
  Alignment of base address                       2048 bits (256 bytes)
  Global Memory cache type                        Read/Write
  Global Memory cache size                        16384
  Global Memory cache line                        64 bytes
  Image support                                   Yes
    Max number of samplers per kernel             16
    Max size for 1D images from buffer            134217728 pixels
    Max 1D or 2D image array size                 2048 images
    Base address alignment for 2D image buffers   256 bytes
    Pitch alignment for 2D image buffers          256 bytes
    Max 2D image size                             16384x16384 pixels
    Max 3D image size                             2048x2048x2048 pixels
    Max number of read image args                 128
    Max number of write image args                8
  Local memory type                               Local
  Local memory size                               32768 (32KiB)
  Local memory syze per CU (AMD)                  65536 (64KiB)
  Local memory banks (AMD)                        32
  Max constant buffer size                        3221225472 (3GiB)
  Max number of constant args                     8
  Max size of kernel argument                     1024
  Queue properties
    Out-of-order execution                        No
    Profiling                                     Yes
  Prefer user sync for interop                    Yes
  Profiling timer resolution                      1ns
  Profiling timer offset since Epoch (AMD)        1596197050148924659ns (Fri Jul 31 19:04:10 2020)
  Execution capabilities
    Run OpenCL kernels                            Yes
    Run native kernels                            No
    Thread trace supported (AMD)                  Yes
    SPIR versions                                 1.2
  printf() buffer size                            4194304 (4MiB)
  Built-in kernels
  Device Available                                Yes
  Compiler Available                              Yes
  Linker Available                                Yes
  Device 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_amd_device_attribute_query cl_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_media_ops2 cl_amd_popcnt cl_khr_image2d_from_buffer cl_khr_spir cl_khr_gl_event

  Device Name                                     Ellesmere
  Device Vendor                                   Advanced Micro Devices, Inc.
  Device Vendor ID                                0x1002
  Device Version                                  OpenCL 1.2 AMD-APP (2686.5)
  Driver Version                                  2686.5
  Device OpenCL C Version                         OpenCL C 1.2
  Device Type                                     GPU
  Device Profile                                  FULL_PROFILE
  Device Board Name (AMD)                         AMD Radeon (TM) RX 470 Graphics
  Device Topology (AMD)                           PCI-E, 05:00.0
  Max compute units                               32
  SIMD per compute unit (AMD)                     4
  SIMD width (AMD)                                16
  SIMD instruction width (AMD)                    1
  Max clock frequency                             1230MHz
  Graphics IP (AMD)                               8.0
  Device Partition                                (core)
    Max number of sub-devices                     32
    Supported partition types                     None
  Max work item dimensions                        3
  Max work item sizes                             1024x1024x1024
  Max work group size                             256
=== CL_PROGRAM_BUILD_LOG ===
Error: aclBinary init failure
  Preferred work group size multiple              Error: aclBinary init failure

  Wavefront width (AMD)                           64
  Preferred / native vector sizes
    char                                                 4 / 4
    short                                                2 / 2
    int                                                  1 / 1
    long                                                 1 / 1
    half             
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] coolMiner - Lyra2z Miner for nVidia [1080Ti-3.75MHs][Maxwell\Pascal\Volta] on: June 19, 2018, 04:33:28 AM
where to download 1.3 linux version?
thx
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: tdxminer lyra2z/XZC Miner for AMD GPUs on Linux on: June 04, 2018, 08:06:29 AM
which amdgpu-pro version that tdxminer support? it try but Failed to initialize device number 0. but its' can miner eth and another.
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - BETA UPGRADE 2-7% performance boost on: March 06, 2017, 02:15:48 AM
UPDATE v1074:
- atiflash for linux - for now its only program located at /root/utils/atiflash
If you know putty (ssh) then you can login into rig and flash custom bios remotly.
The flashing from dashboard will be propably implemented in future but not soon.
Right now you can do the flashing only by direct ssh into rigs.

thx so much this solve my problem when I want to flash card, because I must switch to windows and then switch back.
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [STAT][WIN][WATTOOL CONTROLL] Miner Monitor 1.1 Alpha FREE [www.minermonitor.eu] on: February 12, 2017, 03:49:30 PM
how optiminer can control fanmax and fanmin cclock mclock ?
i have r9 290, it's control by watt tool?
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [STAT][WIN][WATTOOL CONTROLL] Miner Monitor 1.1 Alpha FREE [www.minermonitor.eu] on: February 12, 2017, 11:12:00 AM
can you show me your command line? I never had problem entering claymore commands? maybe you put two spaces between commands? or two --? it has to be some minor thing that you don't see.

RIG 1 config is
-zpool stratum+ssl://equihash.hk.nicehash.com:33357
-zwal 12jb2ShuwhqbaxcEeU5McLwHQiSjzibb2N.290
-zpsw x
-a 0
-allpools 0
-i 7
-ftime 1
-di 01
-tt 50
-ttli 85
-tstop 90
-fanmax 90
-fanmin 60
-cclock 1000,1000
-mclock 1400,1400
-mport 3334
-wd 1
-r 0
-colors 0

and Rig2 is
-zpool stratum+ssl://equihash.hk.nicehash.com:33357
-zwal 12jb2ShuwhqbaxcEeU5McLwHQiSjzibb2N.7990
-zpsw x
-allpools 1
-a 0
-i 7
-ftime 1
-di 01234
-tt 75
-ttli 90
-tstop 95
-fanmax 95,95,85,95,95
-fanmin 80,80,75,80,80
-cclock 850
-mclock 1400
-colors 0
-wd 1
-r 0
-mport 3334

i enter newline all option and all rig are after firewall then it's must not have same port.

change mport to 3333 or delete this line. It not correct. The client connect to miner with 3333 port.
ok i will change it.
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: [STAT][WIN][WATTOOL CONTROLL] Miner Monitor 1.1 Alpha FREE [www.minermonitor.eu] on: February 12, 2017, 10:00:40 AM
can you show me your command line? I never had problem entering claymore commands? maybe you put two spaces between commands? or two --? it has to be some minor thing that you don't see.

RIG 1 config is
-zpool stratum+ssl://equihash.hk.nicehash.com:33357
-zwal 12jb2ShuwhqbaxcEeU5McLwHQiSjzibb2N.290
-zpsw x
-a 0
-allpools 0
-i 7
-ftime 1
-di 01
-tt 50
-ttli 85
-tstop 90
-fanmax 90
-fanmin 60
-cclock 1000,1000
-mclock 1400,1400
-mport 3334
-wd 1
-r 0
-colors 0

and Rig2 is
-zpool stratum+ssl://equihash.hk.nicehash.com:33357
-zwal 12jb2ShuwhqbaxcEeU5McLwHQiSjzibb2N.7990
-zpsw x
-allpools 1
-a 0
-i 7
-ftime 1
-di 01234
-tt 75
-ttli 90
-tstop 95
-fanmax 95,95,85,95,95
-fanmin 80,80,75,80,80
-cclock 850
-mclock 1400
-colors 0
-wd 1
-r 0
-mport 3334

i enter newline all option and all rig are after firewall then it's must not have same port.
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: [STAT][WIN][WATTOOL CONTROLL] Miner Monitor 1.1 Alpha FREE [www.minermonitor.eu] on: February 12, 2017, 09:44:37 AM
i confuse about statistic graph NEQU because the highest of line is the speed of rig that have highest speed.
and in statistic page can have auto refresh ?
 

NEQU stands for NICEHASH EQUIHASH so it is supposed to be higher then the ETH hashrate or Other hashrates. and the statistic page refreshes every minute!

I Have Only EQUIHASH, i moved 2 rig to used miner monitor for test. and 2 rig miner equihash nicehash. but it's show only highest rig on graph not all rig or total speed.

and i have a ploblem about option of claymore like -w (watchdog) -r (restart) , because when miner app are hang or not response miner monitor not restart it until i press some button. or sometime it start new app without kill windows that hang.


is your -mport set to 3333 on all rigs? Claymore miner uses -mport -3333 by default. in order for the monitor can see your stats you have to set mport option to -mport 3333 on all rigs.

i can't enter option -mport to some rig it's told error. i insert at the end of line it's error but if i not insert it's ok
your alert must told why config error.
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: [STAT][WIN][WATTOOL CONTROLL] Miner Monitor 1.1 Alpha FREE [www.minermonitor.eu] on: February 12, 2017, 09:35:29 AM
i confuse about statistic graph NEQU because the highest of line is the speed of rig that have highest speed.
and in statistic page can have auto refresh ?
 

NEQU stands for NICEHASH EQUIHASH so it is supposed to be higher then the ETH hashrate or Other hashrates. and the statistic page refreshes every minute!

I Have Only EQUIHASH, i moved 2 rig to used miner monitor for test. and 2 rig miner equihash nicehash. but it's show only highest rig on graph not all rig or total speed.

and i have a ploblem about option of claymore like -w (watchdog) -r (restart) , because when miner app are hang or not response miner monitor not restart it until i press some button. or sometime it start new app without kill windows that hang.
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: [STAT][WIN][WATTOOL CONTROLL] Miner Monitor 1.1 Alpha FREE [www.minermonitor.eu] on: February 12, 2017, 09:24:37 AM
i confuse about statistic graph NEQU because the highest of line is the speed of rig that have highest speed.
and in statistic page can have auto refresh ?
 
12  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - BETA UPGRADE 2-7% performance boost on: January 25, 2017, 07:28:13 AM
how i specify name of worker if i have more rig ?

now i have 2 rig
1. is name 480
2. is name 290

and in options:wallet miner selection i put btc adrress.0

now in nicehash dashboard i see 2 worker online 480 and 0

help me pls
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's CryptoNote GPU Miner v9.6 on: December 16, 2016, 02:14:44 AM
i want -fanmax option to control gpu fan , Please
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: Hacked Modified Memory Strap BIOS Database for ZEC MINING! on: November 26, 2016, 01:49:30 PM
V8 Claymore

270x – 121 H/s       1200/1600
280x – 215 H/s       1150/1600
290x – 280 H/s       1100/1400
7970m – 100 H/s

can you give me link to download rom for 290x.
my 290x only 210 H/s but my 290 230H/s

thx so much
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!