Pages:
Author

Topic: [Preview] Smelter - GPU miner for WhirlpoolX (Vanillacoin) - page 14. (Read 132852 times)

full member
Activity: 289
Merit: 100
O2-Protocol.com Carbon Offset DeFi
any release fix for the ATI 5970? cmon, i dont wanna go with the other miner guy
legendary
Activity: 1197
Merit: 1000
tried to run it on ubuntu but got this error:

Code:
Royalty: 1/10
Pool::Start()
Pool::ThreadFunc() started
nPlatforms==1
Platform #0 id:0x7f9ae3ca5ee0
CL_PLATFORM_PROFILE:FULL_PROFILE
CL_PLATFORM_VERSION:OpenCL 1.2 AMD-APP (1084.4)
CL_PLATFORM_NAME:AMD Accelerated Parallel Processing
CL_PLATFORM_VENDOR:Advanced Micro Devices, Inc.
CL_PLATFORM_EXTENSIONS:cl_khr_icd cl_amd_event_callback cl_amd_offline_devices
# of devices: 2
        Device #0 id==0x1eab3a0
        CL_DEVICE_NAME:Cypress
        CL_DEVICE_VENDOR:Advanced Micro Devices, Inc.
        CL_DEVICE_VERSION:OpenCL 1.2 AMD-APP (1084.4)
        CL_DRIVER_VERSION:1084.4
        CL_DEVICE_ADDRESS_BITS:32
        CL_DEVICE_AVAILABLE:1
        CL_DEVICE_COMPILER_AVAILABLE:1
        CL_DEVICE_ENDIAN_LITTLE:1
        CL_DEVICE_ERROR_CORRECTION_SUPPORT:0
        CL_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_3d_image_writes cl_khr_byte_addressable_store cl_khr_gl_sharing cl_ext_atomic_counters_32 cl_amd_device_attribute_query cl_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_media_ops2 cl_amd_popcnt
        CL_DEVICE_GLOBAL_MEM_CACHE_SIZE:0
        CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE:0
        CL_DEVICE_GLOBAL_MEM_SIZE:536870912
        CL_DEVICE_LOCAL_MEM_SIZE:32768
        CL_DEVICE_MAX_CLOCK_FREQUENCY:785
        CL_DEVICE_MAX_COMPUTE_UNITS:20
        CL_DEVICE_MAX_CONSTANT_ARGS:8
        CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE:65536
        CL_DEVICE_MAX_MEM_ALLOC_SIZE:536870912
        CL_DEVICE_MAX_PARAMETER_SIZE:1024
        CL_DEVICE_MAX_WORK_GROUP_SIZE:256
        CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS:3
        CL_DEVICE_MEM_BASE_ADDR_ALIGN:2048

No binary found: quark0td_Cypress_W64.bin
Failed to read source file: ./quark0td/kernel/kernelQuark.cl
SummonProgram failed
        Device #1 id==0x1f75600
        CL_DEVICE_NAME:Cypress
        CL_DEVICE_VENDOR:Advanced Micro Devices, Inc.
        CL_DEVICE_VERSION:OpenCL 1.2 AMD-APP (1084.4)
        CL_DRIVER_VERSION:1084.4
        CL_DEVICE_ADDRESS_BITS:32
        CL_DEVICE_AVAILABLE:1
        CL_DEVICE_COMPILER_AVAILABLE:1
        CL_DEVICE_ENDIAN_LITTLE:1
        CL_DEVICE_ERROR_CORRECTION_SUPPORT:0
        CL_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_3d_image_writes cl_khr_byte_addressable_store cl_khr_gl_sharing cl_ext_atomic_counters_32 cl_amd_device_attribute_query cl_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_media_ops2 cl_amd_popcnt
        CL_DEVICE_GLOBAL_MEM_CACHE_SIZE:0
        CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE:0
        CL_DEVICE_GLOBAL_MEM_SIZE:536870912
        CL_DEVICE_LOCAL_MEM_SIZE:32768
        CL_DEVICE_MAX_CLOCK_FREQUENCY:785
        CL_DEVICE_MAX_COMPUTE_UNITS:18
        CL_DEVICE_MAX_CONSTANT_ARGS:8
        CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE:65536
        CL_DEVICE_MAX_MEM_ALLOC_SIZE:536870912
        CL_DEVICE_MAX_PARAMETER_SIZE:1024
        CL_DEVICE_MAX_WORK_GROUP_SIZE:256
        CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS:3
        CL_DEVICE_MEM_BASE_ADDR_ALIGN:2048

No binary found: quark0td_Cypress_W64.bin
Failed to read source file: ./quark0td/kernel/kernelQuark.cl
SummonProgram failed
main loop
ThreadHost::Thread() started
ThreadHost::Thread() started
ThreadHost::Thread() unexpected exception:clCreateKernel call failed
ThreadHost::Thread() finished
ThreadHost::Thread() unexpected exception:clCreateKernel call failed
ThreadHost::Thread() finished

hero member
Activity: 639
Merit: 500
Mate, couldn't get this to run on dual 7970s using win 8. Sad
What settings do you reccomend? Maybe I need to install distributables and whatnot...fresh win 8 install.
I have a same problem with the same card. It's didn't work for me.
hero member
Activity: 812
Merit: 1000
Mate, couldn't get this to run on dual 7970s using win 8. Sad
What settings do you reccomend? Maybe I need to install distributables and whatnot...fresh win 8 install.
hero member
Activity: 524
Merit: 500
how can 5870 get the same mh/s as my 7870? im also getting 1.20mh/s
My trick with groestl hash works well for VLIW5, but not for GCN Sad

- Error on start "smelter has stopped working"
Debug message. "Error"
Code:
Loaded from archive
Building from binary quark0td_Pitcairn_W64.bin
Seems the same error as with 5970, a crash inside clBuildProgram(). I'm looking into it.
Code:
	logDbg << "Building from binary " << strBinaryFilename << endl;
try
{
WRAPOPENCL::clBuildProgram(program, 1, ¶mCreate.device, NULL, NULL, NULL );
logDbg << "Building from binary done: " << strBinaryFilename << endl;
return program;
}
catch(const SMError &err)
{
logErr << "clBuildProgram call failed, error:" << err.what() << endl;
logErr << "Build log:" << endl << SMCL::GetBuildLog(program, paramCreate.device) << endl;
}


I want to support nvidia. (amd and so works on the script)
Not with current Quark price, it's too low Sad

How much QRK would it take you to open source this bad boy ?

[serious question] response appreciated.
How much QRK would it take to pass the software to good QA lab? And I'm getting good bug reports for free Smiley
Regarding Quark mining kernel - it eventually be released, but give me some time to roll out new miner for another coin Smiley
OZR
sr. member
Activity: 281
Merit: 250
You're in my wonderland!
Thx   Wink

- Error on start "smelter has stopped working"

Debug message. "correctly"

Code:
smelter v0.3 (c) Smolen
Royalty: 1/10
Pool::Start()
Pool::ThreadFunc() started
nPlatforms==1
Platform #0 id:65F93864
CL_PLATFORM_PROFILE:FULL_PROFILE
CL_PLATFORM_VERSION:OpenCL 1.2 AMD-APP (1084.2)
CL_PLATFORM_NAME:AMD Accelerated Parallel Processing
CL_PLATFORM_VENDOR:Advanced Micro Devices, Inc.
CL_PLATFORM_EXTENSIONS:cl_khr_icd cl_amd_event_callback cl_amd_offline_devices c
l_khr_d3d10_sharing cl_khr_d3d11_sharing cl_khr_dx9_media_sharing
# of devices: 1
        Device #0 id==04BEE818
        CL_DEVICE_NAME:Pitcairn
        CL_DEVICE_VENDOR:Advanced Micro Devices, Inc.
        CL_DEVICE_VERSION:OpenCL 1.2 AMD-APP (1084.2)
        CL_DRIVER_VERSION:1084.2 (VM)
        CL_DEVICE_ADDRESS_BITS:32
        CL_DEVICE_AVAILABLE:1
        CL_DEVICE_COMPILER_AVAILABLE:1
        CL_DEVICE_ENDIAN_LITTLE:1
        CL_DEVICE_ERROR_CORRECTION_SUPPORT:0
        CL_DEVICE_EXTENSIONS:cl_khr_fp64 cl_amd_fp64 cl_khr_global_int32_base_at
omics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_kh
r_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_a
tomics cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_gl_sharing cl
_ext_atomic_counters_32 cl_amd_device_attribute_query cl_amd_vec3 cl_amd_printf
cl_amd_media_ops cl_amd_popcnt cl_khr_d3d10_sharing cl_khr_dx9_media_sharing cl_
amd_c1x_atomics
        CL_DEVICE_GLOBAL_MEM_CACHE_SIZE:16384
        CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE:64
        CL_DEVICE_GLOBAL_MEM_SIZE:1073741824
        CL_DEVICE_LOCAL_MEM_SIZE:32768
        CL_DEVICE_MAX_CLOCK_FREQUENCY:950
        CL_DEVICE_MAX_COMPUTE_UNITS:16
        CL_DEVICE_MAX_CONSTANT_ARGS:8
        CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE:65536
        CL_DEVICE_MAX_MEM_ALLOC_SIZE:804257792
        CL_DEVICE_MAX_PARAMETER_SIZE:1024
        CL_DEVICE_MAX_WORK_GROUP_SIZE:256
        CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS:3
        CL_DEVICE_MEM_BASE_ADDR_ALIGN:2048

Loaded from archive
Building from binary quark0td_Pitcairn_W64.bin
Building from binary done: quark0td_Pitcairn_W64.bin
SummonProgram done
main loop
ThreadHost::Thread() started
1:0 A:0 R:0 HW:0 Speed: 745.47KH/s 5s: 747.10KH/s
Exi^CTerminate batch job (Y/N)? y


Debug message. "Error"

Code:
smelter v0.3 (c) Smolen
Royalty: 1/10
Pool::Start()
Pool::ThreadFunc() started
nPlatforms==1
Platform #0 id:65F93864
CL_PLATFORM_PROFILE:FULL_PROFILE
CL_PLATFORM_VERSION:OpenCL 1.2 AMD-APP (1084.2)
CL_PLATFORM_NAME:AMD Accelerated Parallel Processing
CL_PLATFORM_VENDOR:Advanced Micro Devices, Inc.
CL_PLATFORM_EXTENSIONS:cl_khr_icd cl_amd_event_callback cl_amd_offline_devices c
l_khr_d3d10_sharing cl_khr_d3d11_sharing cl_khr_dx9_media_sharing
# of devices: 1
        Device #0 id==04BEE818
        CL_DEVICE_NAME:Pitcairn
        CL_DEVICE_VENDOR:Advanced Micro Devices, Inc.
        CL_DEVICE_VERSION:OpenCL 1.2 AMD-APP (1084.2)
        CL_DRIVER_VERSION:1084.2 (VM)
        CL_DEVICE_ADDRESS_BITS:32
        CL_DEVICE_AVAILABLE:1
        CL_DEVICE_COMPILER_AVAILABLE:1
        CL_DEVICE_ENDIAN_LITTLE:1
        CL_DEVICE_ERROR_CORRECTION_SUPPORT:0
        CL_DEVICE_EXTENSIONS:cl_khr_fp64 cl_amd_fp64 cl_khr_global_int32_base_at
omics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_kh
r_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_a
tomics cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_gl_sharing cl
_ext_atomic_counters_32 cl_amd_device_attribute_query cl_amd_vec3 cl_amd_printf
cl_amd_media_ops cl_amd_popcnt cl_khr_d3d10_sharing cl_khr_dx9_media_sharing cl_
amd_c1x_atomics
        CL_DEVICE_GLOBAL_MEM_CACHE_SIZE:16384
        CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE:64
        CL_DEVICE_GLOBAL_MEM_SIZE:1073741824
        CL_DEVICE_LOCAL_MEM_SIZE:32768
        CL_DEVICE_MAX_CLOCK_FREQUENCY:950
        CL_DEVICE_MAX_COMPUTE_UNITS:16
        CL_DEVICE_MAX_CONSTANT_ARGS:8
        CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE:65536
        CL_DEVICE_MAX_MEM_ALLOC_SIZE:804257792
        CL_DEVICE_MAX_PARAMETER_SIZE:1024
        CL_DEVICE_MAX_WORK_GROUP_SIZE:256
        CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS:3
        CL_DEVICE_MEM_BASE_ADDR_ALIGN:2048

Loaded from archive
Building from binary quark0td_Pitcairn_W64.bin

I want to support nvidia. (amd and so works on the script)
legendary
Activity: 1764
Merit: 1015
How much QRK would it take you to open source this bad boy ?

[serious question] response appreciated.
sr. member
Activity: 323
Merit: 250
how can 5870 get the same mh/s as my 7870? im also getting 1.20mh/s
Miner seems to be gpu-clock limited atm. I've been hitting 1.4Mh/s with a 7950 set at 1000/1250. Intensity of 100 (or thereabouts).
legendary
Activity: 1540
Merit: 1011
FUD Philanthropist™
Or he could just stop being greedy and release a modified version of cgminer like YaCoin does so you can compile it yourself.
Guess what will happen if I release all the code under BSD/MIT license? The end of free miners era, that's what - every kernel author will wrap their cl code into my monetization framework. Now this scenarion is prevented by GPL, it protects cgminer and reaper from such hijacking.
Regarding Quark mining kernel - it eventually be released, but give me some time to roll out new miner for another coin Smiley

So my GPU's are mining at 5.2 Mh/s. How often should I find a block at that rate on average?
Let's see, Quark difficulty is 128, one 1-diff share gets 2^24 hashes, so on average it should take 128*16777216/5200000 = 413 seconds to find a block.

any news on the fixed miner version for ATI 5970?
Run new version with --debug, it will produce a lot of debugging garbage messages, I hope there will be some hints to solve this problem.

The end of free miners era ? ahaahahahaa
legendary
Activity: 912
Merit: 1000
Another usage update for shits n giggles:

I have been using Version2 (not the latest update) for a while now and it seems to run as long as I want without issues on system#1 (Windows7 64 4x MSI 7950s total 5.9Mhash/s) and system #2 (Windows7 64 2x PowerColour 7970 + 1x PowerColour 6970 Total 4.7MHash/s) but tends to freeze up within 30minutes on system #3 (Windows8 64 1x XFX 7970 1.7MHash/s).  Not sure why it isn't happy on system#3.

sr. member
Activity: 569
Merit: 250
how can 5870 get the same mh/s as my 7870? im also getting 1.20mh/s
hero member
Activity: 524
Merit: 500
Royalty is 1/10, shouldnt it be 1/8?
I reduced my royalty, 10% is lesser than 12.5%

This are the results of the debug for my 5970
Thank you, I'll take a look at it. Something is wrong with OpenCL or with a way I use it Smiley
full member
Activity: 289
Merit: 100
O2-Protocol.com Carbon Offset DeFi
This are the results of the debug for my 5970

Code:
c:\smelter>smelter -o http://127.0.0.1:8385 -u user -p password -w 64 -g 1 -i 20
0 -a sTpJCcM1QhotTWd51RjK4dYRZkGVbNdmMK --debug
smelter v0.3 (c) Smolen
Royalty: 1/10
Pool::Start()
Pool::ThreadFunc() started
nPlatforms==1
Platform #0 id:65FD4514
CL_PLATFORM_PROFILE:FULL_PROFILE
CL_PLATFORM_VERSION:OpenCL 1.2 AMD-APP (923.1)
CL_PLATFORM_NAME:AMD Accelerated Parallel Processing
CL_PLATFORM_VENDOR:Advanced Micro Devices, Inc.
CL_PLATFORM_EXTENSIONS:cl_khr_icd cl_amd_event_callback cl_amd_offline_devices c
l_khr_d3d10_sharing
# of devices: 2
        Device #0 id==00D20FD0
        CL_DEVICE_NAME:Cypress
        CL_DEVICE_VENDOR:Advanced Micro Devices, Inc.
        CL_DEVICE_VERSION:OpenCL 1.2 AMD-APP (923.1)
        CL_DRIVER_VERSION:CAL 1.4.1720 (VM)
        CL_DEVICE_ADDRESS_BITS:32
        CL_DEVICE_AVAILABLE:1
        CL_DEVICE_COMPILER_AVAILABLE:1
        CL_DEVICE_ENDIAN_LITTLE:1
        CL_DEVICE_ERROR_CORRECTION_SUPPORT:0
        CL_DEVICE_EXTENSIONS:cl_khr_fp64 cl_amd_fp64 cl_khr_global_int32_base_at
omics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_kh
r_local_int32_extended_atomics cl_khr_3d_image_writes cl_khr_byte_addressable_st
ore cl_khr_gl_sharing cl_ext_atomic_counters_32 cl_amd_device_attribute_query cl
_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_popcnt cl_khr_d3d10_sharing
        CL_DEVICE_GLOBAL_MEM_CACHE_SIZE:0
        CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE:0
        CL_DEVICE_GLOBAL_MEM_SIZE:1073741824
        CL_DEVICE_LOCAL_MEM_SIZE:32768
        CL_DEVICE_MAX_CLOCK_FREQUENCY:725
        CL_DEVICE_MAX_COMPUTE_UNITS:20
        CL_DEVICE_MAX_CONSTANT_ARGS:8
        CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE:65536
        CL_DEVICE_MAX_MEM_ALLOC_SIZE:536870912
        CL_DEVICE_MAX_PARAMETER_SIZE:1024
        CL_DEVICE_MAX_WORK_GROUP_SIZE:256
        CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS:3
        CL_DEVICE_MEM_BASE_ADDR_ALIGN:2048

Loaded from archive
Building from binary quark0td_Cypress_W64.bin
Building from binary done: quark0td_Cypress_W64.bin
SummonProgram done
        Device #1 id==052AF868
        CL_DEVICE_NAME:Cypress
        CL_DEVICE_VENDOR:Advanced Micro Devices, Inc.
        CL_DEVICE_VERSION:OpenCL 1.2 AMD-APP (923.1)
        CL_DRIVER_VERSION:CAL 1.4.1720 (VM)
        CL_DEVICE_ADDRESS_BITS:32
        CL_DEVICE_AVAILABLE:1
        CL_DEVICE_COMPILER_AVAILABLE:1
        CL_DEVICE_ENDIAN_LITTLE:1
        CL_DEVICE_ERROR_CORRECTION_SUPPORT:0
        CL_DEVICE_EXTENSIONS:cl_khr_fp64 cl_amd_fp64 cl_khr_global_int32_base_at
omics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_kh
r_local_int32_extended_atomics cl_khr_3d_image_writes cl_khr_byte_addressable_st
ore cl_khr_gl_sharing cl_ext_atomic_counters_32 cl_amd_device_attribute_query cl
_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_popcnt cl_khr_d3d10_sharing
        CL_DEVICE_GLOBAL_MEM_CACHE_SIZE:0
        CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE:0
        CL_DEVICE_GLOBAL_MEM_SIZE:1073741824
        CL_DEVICE_LOCAL_MEM_SIZE:32768
        CL_DEVICE_MAX_CLOCK_FREQUENCY:725
        CL_DEVICE_MAX_COMPUTE_UNITS:20
        CL_DEVICE_MAX_CONSTANT_ARGS:8
        CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE:65536
        CL_DEVICE_MAX_MEM_ALLOC_SIZE:536870912
        CL_DEVICE_MAX_PARAMETER_SIZE:1024
        CL_DEVICE_MAX_WORK_GROUP_SIZE:256
        CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS:3
        CL_DEVICE_MEM_BASE_ADDR_ALIGN:2048

Loaded from archive
Building from binary quark0td_Cypress_W64.bin

c:\smelter>
full member
Activity: 289
Merit: 100
O2-Protocol.com Carbon Offset DeFi
Royalty is 1/10, shouldnt it be 1/8?

Sorry, I've messed up with the release, new binaries are here
hero member
Activity: 524
Merit: 500
Sorry, I've messed up with the release, new binaries are here
hero member
Activity: 524
Merit: 500
Or he could just stop being greedy and release a modified version of cgminer like YaCoin does so you can compile it yourself.
Guess what will happen if I release all the code under BSD/MIT license? The end of free miners era, that's what - every kernel author will wrap their cl code into my monetization framework. Now this scenarion is prevented by GPL, it protects cgminer and reaper from such hijacking.
Regarding Quark mining kernel - it eventually be released, but give me some time to roll out new miner for another coin Smiley

So my GPU's are mining at 5.2 Mh/s. How often should I find a block at that rate on average?
Let's see, Quark difficulty is 128, one 1-diff share gets 2^24 hashes, so on average it should take 128*16777216/5200000 = 413 seconds to find a block.

any news on the fixed miner version for ATI 5970?
Run new version with --debug, it will produce a lot of debugging garbage messages, I hope there will be some hints to solve this problem.
hero member
Activity: 524
Merit: 500
New version is out
The code went through massive refactoring (if everything is OK, nobody will notice Smiley), no kernel updates, statically linked linux x64 binary added, new command line switch --debug for troubleshooting.
full member
Activity: 289
Merit: 100
O2-Protocol.com Carbon Offset DeFi
any news on the fixed miner version for ATI 5970?

on my notebook with ATI 5870 it does work at 1,20 MH/s but on my desktop with ATI 5970 it doesnt
Oops, there is a problem. Seems that Hemlock (59xx) support is missing from my ATI SDK. If you mine any other coins with 5970 with cgminer or reaper, what are the names of .bin files in miner directory? If they are named Cypress_something.bin there is a hope to resolve the issue without too much efforts.
full member
Activity: 163
Merit: 100
So my GPU's are mining at 5.2 Mh/s. How often should I find a block at that rate on average?
full member
Activity: 449
Merit: 103
Decentralized Ascending Auctions on Blockchain
Saucy Salamander, x64?
(I'm on debian, may be there is some way to build universal linux binary, but VM route would be faster)

Simple build miner and link with all static libraries gcc -static (libc, libstdc++, boost, curl, openssl & e.t.c. ) ... 
(Or build two versions static+dynamic linked)
Or he could just stop being greedy and release a modified version of cgminer like YaCoin does so you can compile it yourself.
Pages:
Jump to: