Pages:
Author

Topic: [XPM] Working on a GPU miner for Primecoin, new thread :) - page 30. (Read 166578 times)

hero member
Activity: 560
Merit: 500
I paid for this miner but everything I do I can't get it working. Sad
No, you didn't. You made a donation. Remember that.
hero member
Activity: 756
Merit: 500
I paid for this miner but everything I do I can't get it working. Sad
legendary
Activity: 1078
Merit: 1001
Can anyone share the settings for 4x 7950 ? Please it is very necessary

i have posted all u need to get going

a have arrors and reaper closed after errors
how about it ?
This is the very same error I get on my system. Tried setting every possible config setting that could possibly be causing wackiness like this, but it still continues to not work Sad
I'm running 2x Radeon 6850's, with the Catalyst 12.8 drivers on Win7 x64, if it matters.

This :/
newbie
Activity: 53
Merit: 0
Can anyone share the settings for 4x 7950 ? Please it is very necessary

i have posted all u need to get going

a have arrors and reaper closed after errors
how about it ?
This is the very same error I get on my system. Tried setting every possible config setting that could possibly be causing wackiness like this, but it still continues to not work Sad
I'm running 2x Radeon 6850's, with the Catalyst 12.8 drivers on Win7 x64, if it matters.
legendary
Activity: 1764
Merit: 1018
Lol, he submits a miner that does not even work.  Grin  Thinking about how bad it will be if someone does manage to get it to work haha

To be completely sure if your miner works, you can use testnet for testing  Smiley and see if you get a blocks.
jr. member
Activity: 59
Merit: 10
Lol, he submits a miner that does not even work.  Grin  Thinking about how bad it will be if someone does manage to get it to work haha
hero member
Activity: 1764
Merit: 570
Twitter\X @AlexKosa1
Can anyone share the settings for 4x 7950 ? Please it is very necessary

i have posted all u need to get going

a have arrors and reaper closed after errors
how about it ?
member
Activity: 104
Merit: 10
Does: "C2 21.......34 found -> 06.686a5b found!" mean a valid block has been found? I have many of these but nothing appearing in my wallet.


Same issue here Win7 X64

06.686a5b is the difficulty of what has been found. In this case, you found a block of difficulty 06.686a5b in hex or ~6.32 in decimal. The network diff is 9.85 or so, however.
newbie
Activity: 30
Merit: 0
So has anyone actually mined a block and seen it in their wallet yet?
hero member
Activity: 820
Merit: 1000
I need help with the compilation this is my output when I run the last make instruction:
Code:
[  6%] Building CXX object CMakeFiles/reaper.dir/AppOpenCL.cpp.o
/home/user/XPM/reaperprime/AppOpenCL.cpp: In member function ‘void OpenCL::WriteBufferPattern(uint, std::string, size_t, void*, size_t)’:
/home/user/XPM/reaperprime/AppOpenCL.cpp:285:145: error: ‘clEnqueueFillBuffer’ was not declared in this scope
  cl_int status = clEnqueueFillBuffer(GPUstate.commandQueue, GPUstate.buffers[buffername], pattern, pattern_length, 0, data_length, 0, NULL, NULL);
                                                                                                                                                 ^
make[2]: *** [CMakeFiles/reaper.dir/AppOpenCL.cpp.o] Error 1
make[1]: *** [CMakeFiles/reaper.dir/all] Error 2
make: *** [all] Error 2

Thanks

I have "solve" the error just comenting the 285 line from AppOpenCL.cpp...
Now I have exactly the same output as paulthetafy:
Awseome thanks for your help.  Still not building though...


Linking CXX executable reaper
/usr/bin/ld: cannot find -lblkmaker-0.1
/usr/bin/ld: cannot find -lblkmaker_jansson-0.1

paulthetafy, didn't you have the same problem previously about clEnqueueFillBuffer as me?
Thanks,
you need to download libblkmaker (link in build.txt) and build it.  make sure you do autogen, configure, make clean, make
legendary
Activity: 1596
Merit: 1010
getting an openCL ID error when trying to run that miner, anyone got an idea what might be causing it?
newbie
Activity: 16
Merit: 0
Does: "C2 21.......34 found -> 06.686a5b found!" mean a valid block has been found? I have many of these but nothing appearing in my wallet.


Same issue here Win7 X64
member
Activity: 93
Merit: 10
I need help with the compilation this is my output when I run the last make instruction:
Code:
[  6%] Building CXX object CMakeFiles/reaper.dir/AppOpenCL.cpp.o
/home/user/XPM/reaperprime/AppOpenCL.cpp: In member function ‘void OpenCL::WriteBufferPattern(uint, std::string, size_t, void*, size_t)’:
/home/user/XPM/reaperprime/AppOpenCL.cpp:285:145: error: ‘clEnqueueFillBuffer’ was not declared in this scope
  cl_int status = clEnqueueFillBuffer(GPUstate.commandQueue, GPUstate.buffers[buffername], pattern, pattern_length, 0, data_length, 0, NULL, NULL);
                                                                                                                                                 ^
make[2]: *** [CMakeFiles/reaper.dir/AppOpenCL.cpp.o] Error 1
make[1]: *** [CMakeFiles/reaper.dir/all] Error 2
make: *** [all] Error 2

Thanks

I have "solve" the error just comenting the 285 line from AppOpenCL.cpp...
Now I have exactly the same output as paulthetafy:
Awseome thanks for your help.  Still not building though...


Linking CXX executable reaper
/usr/bin/ld: cannot find -lblkmaker-0.1
/usr/bin/ld: cannot find -lblkmaker_jansson-0.1

paulthetafy, didn't you have the same problem previously about clEnqueueFillBuffer as me?
Thanks,
member
Activity: 99
Merit: 10
Does: "C2 21.......34 found -> 06.686a5b found!" mean a valid block has been found? I have many of these but nothing appearing in my wallet.


Did you change the primecoin_address to your own prime coin address?


Im using windows 64 and same issue with busminer...

Yep, the address is mine  Huh
hero member
Activity: 756
Merit: 501
Tried many different sievesizes and percentages, keeps crashing (Win7 x64 aswell) after a varying amoung of time (5 seconds - 2 minutes). Didn't donate so it's probably Karma.  Smiley
legendary
Activity: 1764
Merit: 1000
Does: "C2 21.......34 found -> 06.686a5b found!" mean a valid block has been found? I have many of these but nothing appearing in my wallet.


Did you change the primecoin_address to your own prime coin address?


Im using windows 64 and same issue with busminer...
member
Activity: 99
Merit: 10
Does: "C2 21.......34 found -> 06.686a5b found!" mean a valid block has been found? I have many of these but nothing appearing in my wallet.
hero member
Activity: 1764
Merit: 570
Twitter\X @AlexKosa1
i have win7x64
newbie
Activity: 56
Merit: 0
Can anyone share the settings for 4x 7950 ? Please it is very necessary

i have posted all u need to get going

a have arrors and reaper closed after errors

I have the same problem.
I am running on windows 8 64bits
newbie
Activity: 56
Merit: 0
Can anyone share the settings for 4x 7950 ? Please it is very necessary

i have posted all u need to get going

a have arrors and reaper closed after errors

I have the same problem.
Pages:
Jump to: