Kudaraidee / multiminer

cpuminer-opt fork with support for GPU mining for argon2d coins
GNU General Public License v2.0
3 stars 4 forks source link

Can't get v1.2 to run (Windows 11, Drivers: Nvidia 31.0.15.1640, AMD 30.0.21017.1000) #7

Open UselessGuru opened 2 years ago

UselessGuru commented 2 years ago

This version does not work at all. It just closes after a few seconds. The RainbowMiner version works for CUDA using the same parameters, but not on OpenCL.

c:\Bin\Kudaraidee-v1.2a>Multiminer.exe --algo argon2d16000 --use-gpu CUDA --url stratum+tcp://argon2d16000.eu.mine.zpool.ca:4241 --user ###################### --pass ########,c=BTC  --retry-pause 1 --gpu-id 1

         **********  multiminer-kudaraidee 1.2.0  ***********
     A CPU/GPU miner with multi algo support and optimized for CPUs
     with AES_NI and AVX2 and SHA extensions.

[Device #1] CUDA Device 'NVIDIA GeForce GTX 1660 SUPER'
[Device #2] CUDA Device 'NVIDIA GeForce GT 1030'
[Device #3] CUDA Device 'NVIDIA GeForce GTX 750 Ti'
Start mining on device #1.

[2022-08-30 23:49:43] Starting Stratum on stratum+tcp://argon2d16000.eu.mine.zpool.ca:4241
[Thread 0] Device #1: CUDA Device 'NVIDIA GeForce GTX 1660 SUPER'
[Thread 1] Device #1: CUDA Device 'NVIDIA GeForce GTX 1660 SUPER'
[Thread 2] Device #1: CUDA Device 'NVIDIA GeForce GTX 1660 SUPER'
[Thread 3] Device #1: CUDA Device 'NVIDIA GeForce GTX 1660 SUPER'
[Thread 4] Device #1: CUDA Device 'NVIDIA GeForce GTX 1660 SUPER'
[Thread 5] Device #1: CUDA Device 'NVIDIA GeForce GTX 1660 SUPER'
[2022-08-30 23:49:43] 6 miner threads started, using 'argon2d16000' algorithm.
[2022-08-30 23:49:43] Stratum difficulty set to 0.01

c:\Bin\Kudaraidee-v1.2a>Multiminer.exe --algo argon2d16000 --use-gpu CUDA --url stratum+tcp://argon2d16000.eu.mine.zpool.ca:4241 --user ###################### --pass ########,c=BTC  --retry-pause 1 --gpu-id 2

         **********  multiminer-kudaraidee 1.2.0  ***********
     A CPU/GPU miner with multi algo support and optimized for CPUs
     with AES_NI and AVX2 and SHA extensions.

[Device #1] CUDA Device 'NVIDIA GeForce GTX 1660 SUPER'
[Device #2] CUDA Device 'NVIDIA GeForce GT 1030'
[Device #3] CUDA Device 'NVIDIA GeForce GTX 750 Ti'
Start mining on device #2.

[2022-08-30 23:49:46] Starting Stratum on stratum+tcp://argon2d16000.eu.mine.zpool.ca:4241
[Thread 0] Device #2: CUDA Device 'NVIDIA GeForce GT 1030'
[Thread 1] Device #2: CUDA Device 'NVIDIA GeForce GT 1030'
[Thread 2] Device #2: CUDA Device 'NVIDIA GeForce GT 1030'
[Thread 3] Device #2: CUDA Device 'NVIDIA GeForce GT 1030'
[Thread 4] Device #2: CUDA Device 'NVIDIA GeForce GT 1030'
[Thread 5] Device #2: CUDA Device 'NVIDIA GeForce GT 1030'
[2022-08-30 23:49:46] 6 miner threads started, using 'argon2d16000' algorithm.
[2022-08-30 23:49:47] Stratum difficulty set to 0.01

c:\Bin\Kudaraidee-v1.2a>Multiminer.exe --algo argon2d16000 --use-gpu CUDA --url stratum+tcp://argon2d16000.eu.mine.zpool.ca:4241 --user ###################### --pass ########,c=BTC  --retry-pause 1 --gpu-id 3

         **********  multiminer-kudaraidee 1.2.0  ***********
     A CPU/GPU miner with multi algo support and optimized for CPUs
     with AES_NI and AVX2 and SHA extensions.

[Device #1] CUDA Device 'NVIDIA GeForce GTX 1660 SUPER'
[Device #2] CUDA Device 'NVIDIA GeForce GT 1030'
[Device #3] CUDA Device 'NVIDIA GeForce GTX 750 Ti'
Start mining on device #3.

[2022-08-30 23:49:50] Starting Stratum on stratum+tcp://argon2d16000.eu.mine.zpool.ca:4241
[Thread 0] Device #3: CUDA Device 'NVIDIA GeForce GTX 750 Ti'
[Thread 1] Device #3: CUDA Device 'NVIDIA GeForce GTX 750 Ti'
[Thread 2] Device #3: CUDA Device 'NVIDIA GeForce GTX 750 Ti'
[Thread 3] Device #3: CUDA Device 'NVIDIA GeForce GTX 750 Ti'
[Thread 4] Device #3: CUDA Device 'NVIDIA GeForce GTX 750 Ti'
[Thread 5] Device #3: CUDA Device 'NVIDIA GeForce GTX 750 Ti'
[2022-08-30 23:49:50] 6 miner threads started, using 'argon2d16000' algorithm.
[2022-08-30 23:49:50] Stratum difficulty set to 0.01

c:\Bin\Kudaraidee-v1.2a>Multiminer.exe --algo argon2d16000 --use-gpu OpenCL --url stratum+tcp://argon2d16000.eu.mine.zpool.ca:4241 --user ###################### --pass ########,c=BTC  --retry-pause 1 --gpu-id 1

         **********  multiminer-kudaraidee 1.2.0  ***********
     A CPU/GPU miner with multi algo support and optimized for CPUs
     with AES_NI and AVX2 and SHA extensions.

[Device #1] OpenCL Device 'NVIDIA GeForce GTX 1660 SUPER' (NVIDIA Corporation)
[Device #2] OpenCL Device 'NVIDIA GeForce GT 1030' (NVIDIA Corporation)
[Device #3] OpenCL Device 'NVIDIA GeForce GTX 750 Ti' (NVIDIA Corporation)
[Device #4] OpenCL Device 'Ellesmere' (Advanced Micro Devices, Inc.)
[Device #5] OpenCL Device 'gfx1010:xnack-' (Advanced Micro Devices, Inc.)
Start mining on device #1.

[2022-08-30 23:50:35] Starting Stratum on stratum+tcp://argon2d16000.eu.mine.zpool.ca:4241
: OpenCL ERROR: -30: clEnqueueMapBuffer
[2022-08-30 23:50:35] FAIL: thread 0 failed to initialize

c:\Bin\Kudaraidee-v1.2a>Multiminer.exe --algo argon2d16000 --use-gpu OpenCL --url stratum+tcp://argon2d16000.eu.mine.zpool.ca:4241 --user ###################### --pass ########,c=BTC  --retry-pause 1 --gpu-id 2

         **********  multiminer-kudaraidee 1.2.0  ***********
     A CPU/GPU miner with multi algo support and optimized for CPUs
     with AES_NI and AVX2 and SHA extensions.

[Device #1] OpenCL Device 'NVIDIA GeForce GTX 1660 SUPER' (NVIDIA Corporation)
[Device #2] OpenCL Device 'NVIDIA GeForce GT 1030' (NVIDIA Corporation)
[Device #3] OpenCL Device 'NVIDIA GeForce GTX 750 Ti' (NVIDIA Corporation)
[Device #4] OpenCL Device 'Ellesmere' (Advanced Micro Devices, Inc.)
[Device #5] OpenCL Device 'gfx1010:xnack-' (Advanced Micro Devices, Inc.)
Start mining on device #2.

[2022-08-30 23:50:38] Starting Stratum on stratum+tcp://argon2d16000.eu.mine.zpool.ca:4241
: OpenCL ERROR: -30: clEnqueueMapBuffer
[2022-08-30 23:50:38] FAIL: thread 0 failed to initialize

c:\Bin\Kudaraidee-v1.2a>Multiminer.exe --algo argon2d16000 **--use-gpu OpenCL** --url stratum+tcp://argon2d16000.eu.mine.zpool.ca:4241 --user ###################### --pass ########,c=BTC  --retry-pause 1 --gpu-id 3

         **********  multiminer-kudaraidee 1.2.0  ***********
     A CPU/GPU miner with multi algo support and optimized for CPUs
     with AES_NI and AVX2 and SHA extensions.

[Device #1] OpenCL Device 'NVIDIA GeForce GTX 1660 SUPER' (NVIDIA Corporation)
[Device #2] OpenCL Device 'NVIDIA GeForce GT 1030' (NVIDIA Corporation)
[Device #3] OpenCL Device 'NVIDIA GeForce GTX 750 Ti' (NVIDIA Corporation)
[Device #4] OpenCL Device 'Ellesmere' (Advanced Micro Devices, Inc.)
[Device #5] OpenCL Device 'gfx1010:xnack-' (Advanced Micro Devices, Inc.)
Start mining on device #3.

[2022-08-30 23:50:40] Starting Stratum on stratum+tcp://argon2d16000.eu.mine.zpool.ca:4241
[2022-08-30 23:50:40] Stratum difficulty set to 0.01

c:\Bin\Kudaraidee-v1.2a>Multiminer.exe --algo argon2d16000 --use-gpu OpenCL --url stratum+tcp://argon2d16000.eu.mine.zpool.ca:4241 --user ###################### --pass ########,c=BTC  --retry-pause 1 --gpu-id 4

         **********  multiminer-kudaraidee 1.2.0  ***********
     A CPU/GPU miner with multi algo support and optimized for CPUs
     with AES_NI and AVX2 and SHA extensions.

[Device #1] OpenCL Device 'NVIDIA GeForce GTX 1660 SUPER' (NVIDIA Corporation)
[Device #2] OpenCL Device 'NVIDIA GeForce GT 1030' (NVIDIA Corporation)
[Device #3] OpenCL Device 'NVIDIA GeForce GTX 750 Ti' (NVIDIA Corporation)
[Device #4] OpenCL Device 'Ellesmere' (Advanced Micro Devices, Inc.)
[Device #5] OpenCL Device 'gfx1010:xnack-' (Advanced Micro Devices, Inc.)
Start mining on device #4.

[2022-08-30 23:50:57] Starting Stratum on stratum+tcp://argon2d16000.eu.mine.zpool.ca:4241
[2022-08-30 23:50:57] Stratum difficulty set to 0.01

c:\Bin\Kudaraidee-v1.2a>Multiminer.exe --algo argon2d16000 --use-gpu OpenCL --url stratum+tcp://argon2d16000.eu.mine.zpool.ca:4241 --user ###################### --pass ########,c=BTC  --retry-pause 1 --gpu-id 5

         **********  multiminer-kudaraidee 1.2.0  ***********
     A CPU/GPU miner with multi algo support and optimized for CPUs
     with AES_NI and AVX2 and SHA extensions.

[Device #1] OpenCL Device 'NVIDIA GeForce GTX 1660 SUPER' (NVIDIA Corporation)
[Device #2] OpenCL Device 'NVIDIA GeForce GT 1030' (NVIDIA Corporation)
[Device #3] OpenCL Device 'NVIDIA GeForce GTX 750 Ti' (NVIDIA Corporation)
[Device #4] OpenCL Device 'Ellesmere' (Advanced Micro Devices, Inc.)
[Device #5] OpenCL Device 'gfx1010:xnack-' (Advanced Micro Devices, Inc.)
Start mining on device #5.

[2022-08-30 23:51:01] Starting Stratum on stratum+tcp://argon2d16000.eu.mine.zpool.ca:4241
[2022-08-30 23:51:02] Stratum difficulty set to 0.01
DJLazerjet commented 1 year ago

I Have the same problem, with any kinds of gpu devices. GTX 1070 + RX 580, Windows 10. Driver AMD 20.10.1, NVIDIA 526.86