Pages:
Author

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

hero member
Activity: 820
Merit: 1000
okay progress on ubuntu... I'm now getting
/home/paul/reaperprime/App.h:11:22: fatal error: blkmaker.h: No such file or directory
I have downloaded bitcoin-libblkmaker but I'm not sure where the source should go
sr. member
Activity: 363
Merit: 250
Lol it's already been leaked anyway...
full member
Activity: 213
Merit: 100
where can I download this gpu miner Huh If you want money you dont get money.
Nowhere. No one will give you for free, because we paid for it. But you are smart guy. Roll Eyes

Hahahaha, so from reading this thread, most people can't get it to compile, or run, or when they do it crashes almost immediately.  The performance is said to be roughly equal the the performance of a CPU.  Yet you are telling people to pay you for something you didn't even make. This is really really fucking funny.  You should get a scammer tag for this kind of behaviour.
It's GNU/GPL world, dude. RedHat and many other linux distributors dooes almost same thing. They sell they sell other people's achievements for big money.

lol, says the guy selling the miner for 0.49 BTC in his sig.
hero member
Activity: 639
Merit: 500
where can I download this gpu miner Huh If you want money you dont get money.
Nowhere. No one will give you for free, because we paid for it. But you are smart guy. Roll Eyes

Hahahaha, so from reading this thread, most people can't get it to compile, or run, or when they do it crashes almost immediately.  The performance is said to be roughly equal the the performance of a CPU.  Yet you are telling people to pay you for something you didn't even make. This is really really fucking funny.  You should get a scammer tag for this kind of behaviour.
It's GNU/GPL world, dude. RedHat and many other linux distributors dooes almost same thing. They sell they sell other people's achievements for big money.
full member
Activity: 182
Merit: 100
Who that already sells the first version...
http://satoshibox.com/52247b834c347b3f8f0041a7

Lol what did you guys expect. Best to buy it for 0.20BTC, resell it for 0.10 BTC. Two sales and you get your money back Smiley This miner will be out in the open so fast
hero member
Activity: 1764
Merit: 570
Twitter\X @AlexKosa1
I have paid in 10 times more: (
hero member
Activity: 1764
Merit: 570
Twitter\X @AlexKosa1
Who that already sells the first version...
http://satoshibox.com/52247b834c347b3f8f0041a7
sr. member
Activity: 363
Merit: 250
where can I download this gpu miner Huh If you want money you dont get money.
Nowhere. No one will give you for free, because we paid for it. But you are smart guy. Roll Eyes

Hahahaha, so from reading this thread, most people can't get it to compile, or run, or when they do it crashes almost immediately.  The performance is said to be roughly equal the the performance of a CPU.  Yet you are telling people to pay you for something you didn't even make. This is really really fucking funny.  You should get a scammer tag for this kind of behaviour.
hero member
Activity: 574
Merit: 500
What mean  log lines like this:

C1 106426003 --> 06.57ee93 found!

?



It seems you found a block, but i think it's block on testnet 06.57 means dificulty, and this diff is actuall on testnet.

But i have testnet=0 in my primecoin.conf and in wallet's debug windows checkbox "in test net" is unchecked... May be reaper reports about all solutions with difficulty > 6?
well i have no idea than .... this block diff is definitly too low, it's like testnet difficulty , on mainnet it's llike "09.85+"


There are also NO copinz in wallet Sad

WTFruitcake

I have had 4 c1 -> 6777ef  foundz ...

not even on testnet ? well can be it's just debug output than Smiley

Anybody read the code where all found blocks goto mrlt.....Huh   lolz

(joke i hope )
member
Activity: 60
Merit: 10
What mean  log lines like this:

C1 106426003 --> 06.57ee93 found!

?



It seems you found a block, but i think it's block on testnet 06.57 means dificulty, and this diff is actuall on testnet.

But i have testnet=0 in my primecoin.conf and in wallet's debug windows checkbox "in test net" is unchecked... May be reaper reports about all solutions with difficulty > 6?
well i have no idea than .... this block diff is definitly too low, it's like testnet difficulty , on mainnet it's llike "09.85+"


There are also NO copinz in wallet Sad

WTFruitcake

I have had 4 c1 -> 6777ef  foundz ...

not even on testnet ? well can be it's just debug output than Smiley
hero member
Activity: 639
Merit: 500
where can I download this gpu miner Huh If you want money you dont get money.
Nowhere. No one will give you for free, because we paid for it. But you are smart guy. Roll Eyes

Humm i thought that was only donations Smiley) it's not pay for software, if it's so mrlt has to pay taxes lol Smiley
That's doesn't matter. No pay = no game.  Wink
member
Activity: 100
Merit: 10
How did you get past the crashes?

+1

win 7  x64
hero member
Activity: 574
Merit: 500
What mean  log lines like this:

C1 106426003 --> 06.57ee93 found!

?



It seems you found a block, but i think it's block on testnet 06.57 means dificulty, and this diff is actuall on testnet.

But i have testnet=0 in my primecoin.conf and in wallet's debug windows checkbox "in test net" is unchecked... May be reaper reports about all solutions with difficulty > 6?
well i have no idea than .... this block diff is definitly too low, it's like testnet difficulty , on mainnet it's llike "09.85+"


There are also NO copinz in wallet Sad

WTFruitcake

I have had 4 c1 -> 6777ef  foundz ...
member
Activity: 93
Merit: 10
Guys I'm trying to compile this on ubuntu and getting "asking for OpenCL = OPENCL_LIBRARY-NOTFOUND"

I have opencl installed and $AMDAPPSDKROOT defined.  Any ideas?

Same here on arch...
Any solution?
Just solved. Only have to add this text into CMakeLists.txt:
Code:
FIND_LIBRARY( OPENCL_LIBRARY NAMES OpenCL PATH
        $ENV{OPENCL_LIB_DIR}
        $ENV{HOME}/.local/lib
        /usr/lib
        /usr/lib64
        /usr/local/lib
        /usr/local/cuda/lib64
        /usr/local/cuda/lib
)

test it paulthetafy, let we see if works for you too... Cool

It seems I am missing libOpenCL.a which I think is a bigger issue.  Can you check that you do have it.... "locate libOpenCL.a"
I am not able to find libOpenCL.a
When I add the text and execute the cmake comand it says that OpenCL = /usr/lib64/libOpenCL.so
Check if you have installed opencl-headers or something like that (maybe opencl-dev, i dont know).
I now have this errors:
Code:
AppOpenCL.cpp: In member function void OpenCL::WriteBufferPattern(uint,std::string,size_t,void*,size_t)
AppOpenCL.cpp:285:145: error: clEnqueueFillBuffer is not declared
cl_int status = clEnqueueFillBuffer(GPUstate.commandQueue, GPUstate.buffers[buffername],pattern,pattern_length,0,data_length,0,NULL,NULL):
Solutions?
member
Activity: 60
Merit: 10
where can I download this gpu miner Huh If you want money you dont get money.
Nowhere. No one will give you for free, because we paid for it. But you are smart guy. Roll Eyes

Humm i thought that was only donations Smiley) it's not pay for software, if it's so mrlt has to pay taxes lol Smiley
hero member
Activity: 820
Merit: 1000
Guys I'm trying to compile this on ubuntu and getting "asking for OpenCL = OPENCL_LIBRARY-NOTFOUND"

I have opencl installed and $AMDAPPSDKROOT defined.  Any ideas?

Same here on arch...
Any solution?
Just solved. Only have to add this text into CMakeLists.txt:
Code:
FIND_LIBRARY( OPENCL_LIBRARY NAMES OpenCL PATH
        $ENV{OPENCL_LIB_DIR}
        $ENV{HOME}/.local/lib
        /usr/lib
        /usr/lib64
        /usr/local/lib
        /usr/local/cuda/lib64
        /usr/local/cuda/lib
)

test it paulthetafy, let we see if works for you too... Cool
Okay this didnt work for me.  in IRC mtrlt said that I need libOpenCL.a, which I don't have.  There is some suggestion that the latest AMDAPP doesn't come with the .a, only the .so.  If anyone has libOpenCL.a please can you PM me or put it up somewhere so I can DL it?
hero member
Activity: 574
Merit: 500
What mean  log lines like this:

C1 106426003 --> 06.57ee93 found!

?


It seems you found a block, but i think it's block on testnet 06.57 means dificulty, and this diff is actuall on testnet.

But i have testnet=0 in my primecoin.conf and in wallet's debug windows checkbox "in test net" is unchecked... May be reaper reports about all solutions with difficulty > 6?

same here with testnet checkbox un checked for testnet in wallet ??

member
Activity: 60
Merit: 10
What mean  log lines like this:

C1 106426003 --> 06.57ee93 found!

?


It seems you found a block, but i think it's block on testnet 06.57 means dificulty, and this diff is actuall on testnet.

But i have testnet=0 in my primecoin.conf and in wallet's debug windows checkbox "in test net" is unchecked... May be reaper reports about all solutions with difficulty > 6?
well i have no idea than .... this block diff is definitly too low, it's like testnet difficulty , on mainnet it's llike "09.85+"
hero member
Activity: 639
Merit: 500
where can I download this gpu miner Huh If you want money you dont get money.
Nowhere. No one will give you for free, because we paid for it. But you are smart guy. Roll Eyes
member
Activity: 103
Merit: 10
What mean  log lines like this:

C1 106426003 --> 06.57ee93 found!

?


It seems you found a block, but i think it's block on testnet 06.57 means dificulty, and this diff is actuall on testnet.

But i have testnet=0 in my primecoin.conf and in wallet's debug windows checkbox "in test net" is unchecked... May be reaper reports about all solutions with difficulty > 6?
Pages:
Jump to: