datguyian
|
|
February 09, 2014, 11:52:52 PM |
|
What kind of returns could be expected with 1 7950 card at the current difficulty?
|
|
|
|
arfcz
Newbie
Offline
Activity: 47
Merit: 0
|
|
February 09, 2014, 11:58:11 PM |
|
Great, 3x 280x went from 27000 to 39000 with the same power consumption!
|
|
|
|
gigawatt (OP)
|
|
February 10, 2014, 03:01:51 AM |
|
Using te 64bit version i keep getting a compile error? I can use my cpu with this program just fine but when i go to turn on gpu it errors out anyone had this issue?
Odd. What video card? Try adding this before the first line of miner.cl: #pragma OPENCL EXTENSION cl_khr_byte_addressable_store : enable
|
|
|
|
Meizirkki
|
|
February 10, 2014, 04:26:55 AM |
|
Using te 64bit version i keep getting a compile error? I can use my cpu with this program just fine but when i go to turn on gpu it errors out anyone had this issue?
Odd. What video card? Try adding this before the first line of miner.cl: #pragma OPENCL EXTENSION cl_khr_byte_addressable_store : enable I'm having the same problem, with an Intel 5200 GPU. The above solution actually made it look like it's going to compile, but crashed a little later with similar error (to the one I already posted)
|
|
|
|
gigawatt (OP)
|
|
February 10, 2014, 04:40:48 AM |
|
Using te 64bit version i keep getting a compile error? I can use my cpu with this program just fine but when i go to turn on gpu it errors out anyone had this issue?
Odd. What video card? Try adding this before the first line of miner.cl: #pragma OPENCL EXTENSION cl_khr_byte_addressable_store : enable I'm having the same problem, with an Intel 5200 GPU. The above solution actually made it look like it's going to compile, but crashed a little later with similar error (to the one I already posted) I wish I had an Intel chip to test on. It would probably make thing easier than guess and check. What happens if you add the #pragma line to the top of each of the .cl files?
|
|
|
|
NM92
Newbie
Offline
Activity: 21
Merit: 0
|
|
February 10, 2014, 05:21:47 AM |
|
Hey, i just wanted to thank you, i have a GTX 560 SSC, 95 kHash/s with original miner. Performance with your miner increased up to 6000 kHash/s ... Awesome job.
|
|
|
|
nfronz
Newbie
Offline
Activity: 18
Merit: 0
|
|
February 10, 2014, 05:24:31 AM Last edit: February 10, 2014, 05:57:31 AM by nfronz |
|
I have a older 4950 till the new rig arrives(thank you taxes) I have an amp CPU cant remember which, one of the quad cores, tried suggested solution still gives same error but it will let me mine with cpu which i find odd. I have reinstalled SDK and drivers to triple check. Using 2.9 SDK
Update: It seems my install of windows has a "bug" all folders are read only tried all fixes online still have the issue will get back to you once i have a fresh install see if that has something to do with it
|
|
|
|
gigawatt (OP)
|
|
February 10, 2014, 03:44:26 PM |
|
I have a older 4950 till the new rig arrives(thank you taxes)
That's the issue right there. The 4-series Radeon cards only support OpenCL 1.0 which is super old. It looks like the current APP SDK requires a 5-series or higher. Sorry mate.
|
|
|
|
gigawatt (OP)
|
|
February 10, 2014, 03:45:37 PM |
|
Great, 3x 280x went from 27000 to 39000 with the same power consumption!
Is that per card or total? :O
|
|
|
|
gigawatt (OP)
|
|
February 11, 2014, 02:16:12 AM |
|
Update your miners! I've released an update that includes a 5% speed bonus along with some additional debugging info. If you were having issues with performance or compile errors, please try this new program. If you continue having issues, please post the device info from the beginning of the log. It should look something like this: Initing device 0... Initializing GPU 0
============================================================ Device information for: Cypress CL_DEVICE_GLOBAL_MEM_SIZE: 1048576 kb CL_DEVICE_GLOBAL_MEM_CACHE_SIZE: 0 kb CL_DEVICE_LOCAL_MEM_SIZE: 32 kb CL_DEVICE_LOCAL_MEM_TYPE: CL_LOCAL CL_DEVICE_MAX_WORK_GROUP_SIZE: 256
|
|
|
|
snguyen
Member
Offline
Activity: 98
Merit: 10
One life. Live it.
|
|
February 11, 2014, 05:06:17 AM |
|
Wonderful job, gigawatt, I am really admire your afford to make the miner this beauty One small question, the donation will be sent to your account or the pool (ypool.net for example). I am setting at 5%, but I am worry maybe somehow you are not the receiver. Thank again for your sharing,
|
|
|
|
|
TiberiuC
|
|
February 11, 2014, 09:58:01 AM |
|
gtx 670: 9350 Khash/s
|
|
|
|
gigawatt (OP)
|
|
February 11, 2014, 02:11:26 PM |
|
Wonderful job, gigawatt, I am really admire your afford to make the miner this beauty One small question, the donation will be sent to your account or the pool (ypool.net for example). I am setting at 5%, but I am worry maybe somehow you are not the receiver. Thank again for your sharing, The donation amount that you specify in the miner is split between myself and Girino (he wrote the original GPU miner). You can actually verify that the developers are receiving coins by going to "view connected miners" and verifying the donation percent: http://ypool.net/mtc/workers_liveIf you wanted to donate to yPool instead of us, you'd update the percentage under your account page: http://ypool.net/mtc/account_options
|
|
|
|
~Money~
|
|
February 11, 2014, 04:09:55 PM |
|
gigawatt can u help me fix this: http://s4.postimg.org/r6amus7rx/image.jpgits stat of less than 1 minutes with a 7770 on win7 x64 and im getting 0000 shares in ypool with this miner, but it works fine on few more PCs
|
|
|
|
gigawatt (OP)
|
|
February 11, 2014, 04:43:52 PM |
|
gigawatt can u help me fix this: http://s4.postimg.org/r6amus7rx/image.jpgits stat of less than 1 minutes with a 7770 on win7 x64 and im getting 0000 shares in ypool with this miner, but it works fine on few more PCs I can do my best to help. I'll need three things from you: 1) When you run the miner, what's the first few lines that pop up on screen? It should look something like this: Initing device 0... Initializing GPU 0
============================================================ Device information for: Cypress CL_DEVICE_GLOBAL_MEM_SIZE: 1048576 kb CL_DEVICE_GLOBAL_MEM_CACHE_SIZE: 0 kb CL_DEVICE_LOCAL_MEM_SIZE: 32 kb CL_DEVICE_LOCAL_MEM_TYPE: CL_LOCAL CL_DEVICE_MAX_WORK_GROUP_SIZE: 256
2) What's the version number that shows when you run the miner? The newest version should show xptMiner (v1.1) + GPU Metiscoin Miner (v0.3gg) 3) What command do you run to launch the miner?
|
|
|
|
antonio8
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
February 11, 2014, 04:55:15 PM |
|
gigawatt can u help me fix this: http://s4.postimg.org/r6amus7rx/image.jpgits stat of less than 1 minutes with a 7770 on win7 x64 and im getting 0000 shares in ypool with this miner, but it works fine on few more PCs I can do my best to help. I'll need three things from you: 1) When you run the miner, what's the first few lines that pop up on screen? It should look something like this: Initing device 0... Initializing GPU 0
============================================================ Device information for: Cypress CL_DEVICE_GLOBAL_MEM_SIZE: 1048576 kb CL_DEVICE_GLOBAL_MEM_CACHE_SIZE: 0 kb CL_DEVICE_LOCAL_MEM_SIZE: 32 kb CL_DEVICE_LOCAL_MEM_TYPE: CL_LOCAL CL_DEVICE_MAX_WORK_GROUP_SIZE: 256
2) What's the version number that shows when you run the miner? The newest version should show xptMiner (v1.1) + GPU Metiscoin Miner (v0.3gg) 3) What command do you run to launch the miner? Different user but I get all invalid shares. My 1 and 2 looks just like what you posted. Command line is: start /low xptminer.exe -o ypool.net -u USERNAME -p PASSWORD -d 0 Just using a R7 250. It went from 2,200 kh/s to 2,500 kh/s.
|
If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks
|
|
|
gigawatt (OP)
|
|
February 11, 2014, 05:12:43 PM |
|
Different user but I get all invalid shares.
My 1 and 2 looks just like what you posted. Command line is: start /low xptminer.exe -o ypool.net -u USERNAME -p PASSWORD -d 0
Just using a R7 250. It went from 2,200 kh/s to 2,500 kh/s.
If you're using an R7 250, your #1 should look different from mine. Also, I'm assuming USERNAME and PASSWORD are your worker name and password? Can you post your device listing? I'd like to see if the code runs properly on your CPU but not your GPU. It should look like this: Available devices: Platform 00: Intel(R) OpenCL Device 00: Intel(R) HD Graphics 4000 Platform 01: AMD Accelerated Parallel Processing Device 01: Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz
|
|
|
|
antonio8
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
February 11, 2014, 05:37:01 PM |
|
Different user but I get all invalid shares.
My 1 and 2 looks just like what you posted. Command line is: start /low xptminer.exe -o ypool.net -u USERNAME -p PASSWORD -d 0
Just using a R7 250. It went from 2,200 kh/s to 2,500 kh/s.
If you're using an R7 250, your #1 should look different from mine. Also, I'm assuming USERNAME and PASSWORD are your worker name and password? Can you post your device listing? I'd like to see if the code runs properly on your CPU but not your GPU. It should look like this: Available devices: Platform 00: Intel(R) OpenCL Device 00: Intel(R) HD Graphics 4000 Platform 01: AMD Accelerated Parallel Processing Device 01: Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz Sorry I can't figure out for the life of me how to insert image. But user and password was just changed for the post. Platform 00: AMD Accelerated Parrallel Processing Device 00: Oland Device 01: Tahiti Device 02: Intel Xeon CPU L5520 @ 2.227 GHz Device information for: Oland CL_DEVICE_GLOBAL_MEM_SIZE: 2097152 kb CL_DEVICE_GLOBAL_MEM_CACHE_SIZE: 16kb CL_DEVICE_LOCAL_MEM_SIZE: 32 kb CL_DEVICE_LOCAL_MEM_TYPE: CL_LOCAL CL_DEVICE_MAX_WORK_GROUP_SIZE: 256
|
If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks
|
|
|
gigawatt (OP)
|
|
February 11, 2014, 07:00:28 PM |
|
Platform 00: AMD Accelerated Parrallel Processing Device 00: Oland Device 01: Tahiti Device 02: Intel Xeon CPU L5520 @ 2.227 GHz
Device information for: Oland CL_DEVICE_GLOBAL_MEM_SIZE: 2097152 kb CL_DEVICE_GLOBAL_MEM_CACHE_SIZE: 16kb CL_DEVICE_LOCAL_MEM_SIZE: 32 kb CL_DEVICE_LOCAL_MEM_TYPE: CL_LOCAL CL_DEVICE_MAX_WORK_GROUP_SIZE: 256
So far so good. Add a "-d 2" to the end of your command as a test. Let it mine long enough to submit 5 shares or so (valid or invalid). It will be mining with your CPU, so it won't be nearly as fast. This we help me determine if the issue is hardware or code. Let me know if it gets any valid shares.
|
|
|
|
|