Pages:
Author

Topic: Generating Bitcoins with your video card (OpenCL/CUDA) - page 12. (Read 135328 times)

member
Activity: 61
Merit: 10
As far as I am concerned, if I can get the source that he has I can branch off of it and continue working. Otherwise I am starting work on my own CUDA build using C/C++.

Just a heads up...
legendary
Activity: 860
Merit: 1021
I think posting all of that data is a bit useless now, afaik the threadstarter has canceled paused his project.
full member
Activity: 134
Merit: 102
Windows Vista SP2 64-bit
nVidia 8800 GTS (Overclocked)
newbie
Activity: 1
Merit: 0
I have a couple of GTX480 and some other nvidia cards I could try this with on Gentoo Linux.
I've also done a bit of Cuda programming previously, so maybe I could lend a hand.
member
Activity: 111
Merit: 10
Windows XP SP3 32-bit
GeForce GT 240
(96 CUDA cores, 1GB)

Happy to try experimental code.
full member
Activity: 307
Merit: 100
Windows XP
Geforce 8400 GS 512MB
newbie
Activity: 15
Merit: 0
OS X 10.6.4

Geforce GT 220.

Thank you!
newbie
Activity: 38
Merit: 0
Unfortunately I dont have a compatible GPU on the machine Im running, but I think this is an awesome idea!!
member
Activity: 84
Merit: 10
Windows 7 x64
nVidia GTX 280M

I'm computer-savvy and ready to try out the CUDA binary. Smiley
newbie
Activity: 1
Merit: 0
Windows 7 x64 / Debian VM
GTX 260

Extremely interested to see CUDA work considering I hardly strain this card anymore Smiley
full member
Activity: 210
Merit: 104
While this is definitely really cool, it won't benefit anyone if you release it. After two weeks, the difficulty system will adjust and we'll be back to generating bitcoins at the same rate but using much more computer power. Although I suppose this will benefit those with fast video cards instead of just fast CPUs.

I'm one of those people, so full steam ahead! Cheesy
full member
Activity: 199
Merit: 2072
I ran into some technical problems while experimenting with this and didn't get much farther than the Mac OS version.  It seems that the NVIDIA CUDA 3.0 SDK for linux at least is very buggy when it comes to OpenCL.  It never quite worked right on Mac OS either, it just leaks a lot of memory (the OpenCL implementation, not bitcoin).  I will post an update if I come up with some solutions but I think the issues in the CUDA SDK will just have to be addressed by the vendor.. this stuff is all very beta right now, but I will keep my eye open for any new developments with the SDKs.  I do not have an AMD GPU so I have not been able to develop for that at all, but their support is pretty spotty right now too, almost all of the current cards are listed as experimental support.

I think this tech has a lot of potential but I think most people who are using it for anything real are rolling their own vendor specific solutions.  I would rather not pass out something that only partially works and only works for a few people.
full member
Activity: 132
Merit: 101
is the gpu-computing-client compatible with the normal client so the gpu-generated bitcoins will emmit into the same pool as the cpu-generated ones ?

Yes, totally.
It's just your GPU doing the work of your CPU.
legendary
Activity: 860
Merit: 1021
is the gpu-computing-client compatible with the normal client so the gpu-generated bitcoins will emmit into the same pool as the cpu-generated ones ?
legendary
Activity: 3080
Merit: 1080
Windows 7 Ultimate 64-bit
Nvidia Geforce 7900GS

But I'm soon going to get a ATI Radeon HD 5850

Btw, I think this is an excellent idea!
full member
Activity: 199
Merit: 2072
Thanks for the replies.  I have it working somewhat but it's really inefficient at the moment.  I will try to get a windows and linux version built this weekend so other people can play with it.
full member
Activity: 171
Merit: 127
Win7 Pro 64-Bit
Radeon HD4350
legendary
Activity: 860
Merit: 1021
Win7 Pro 64-Bit
Radeon HD4870 512MB
sr. member
Activity: 440
Merit: 250
Ubuntu 10.04, nvidia geforce 8300, AMD Athlon II 64 X2.  The GPU has only 8 cores, so it'll not do much.
full member
Activity: 199
Merit: 2072
I have a working prototype of Bitcoin generation with OpenCL.  OpenCL is similar to OpenGL but it's for doing computation, not graphics.  Other similar technologies are CUDA (NVIDIA) and DirectCompute (Microsoft).  OpenCL is Apple's version of it but it is available for Linux and Windows as well.

I posted a Mac OS X binary package in my other thread.  I will create a patch and write up instructions for each platform this week as I have time but I wanted to find out who if anyone is interested in this even.

Please reply if you're interested and what OS/Video card you have.

Supported video cards:
NVIDIA: http://www.nvidia.com/object/cuda_gpus.html
AMD (ATI): http://developer.amd.com/gpu/ATIStreamSDK/Pages/default.aspx#two

Just to give people an idea of the benefit..
In my development computer I have an Intel E8600 CPU which runs at 3.3ghz normally.. I have it clocked at 4.1ghz
With 2 threads running the normal way I get about 1800k iterations per second in the bitcoin miner.
With an NVIDIA 8800 GTS (G80 GPU) video card I get around 3300-3800k iterations per second (varies with tuning of the code).

I find the best total performance comes from running one CPU thread and one OpenCL thread for the GPU (which does a bunch of work in parallel).  I get about 5000k/sec total that way on my development machine.  If I use 2 CPU threads it slows down the overall results to about 3600k/sec because the CPU is tied up computing and not pumping data to the GPU fast enough.

Pages:
Jump to: