laszlo (OP)
|
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.htmlAMD (ATI): http://developer.amd.com/gpu/ATIStreamSDK/Pages/default.aspx#twoJust 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.
|
BC: 157fRrqAKrDyGHr1Bx3yDxeMv8Rh45aUet
|
|
|
fergalish
|
|
May 10, 2010, 07:57:20 PM |
|
Ubuntu 10.04, nvidia geforce 8300, AMD Athlon II 64 X2. The GPU has only 8 cores, so it'll not do much.
|
|
|
|
SmokeTooMuch
Legendary
Offline
Activity: 860
Merit: 1026
|
|
May 10, 2010, 08:52:06 PM |
|
Win7 Pro 64-Bit Radeon HD4870 512MB
|
|
|
|
m0mchil
|
|
May 12, 2010, 02:15:56 PM |
|
Win7 Pro 64-Bit Radeon HD4350
|
|
|
|
laszlo (OP)
|
|
May 13, 2010, 11:40:54 PM |
|
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.
|
BC: 157fRrqAKrDyGHr1Bx3yDxeMv8Rh45aUet
|
|
|
allinvain
Legendary
Offline
Activity: 3080
Merit: 1080
|
|
May 18, 2010, 01:37:50 AM |
|
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!
|
|
|
|
SmokeTooMuch
Legendary
Offline
Activity: 860
Merit: 1026
|
|
May 25, 2010, 08:31:27 PM |
|
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 ?
|
|
|
|
Xunie
|
|
May 25, 2010, 08:52:11 PM |
|
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.
|
Ignore this: 734d417914faa443d74e8205f639dfb0f79fdc44988ecae44db31e5636525afe
Caffeinism -- a toxic condition caused by excessive ingestion of coffee and other caffeine-containing beverage.
|
|
|
laszlo (OP)
|
|
May 25, 2010, 11:38:00 PM |
|
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.
|
BC: 157fRrqAKrDyGHr1Bx3yDxeMv8Rh45aUet
|
|
|
lachesis
|
|
June 06, 2010, 11:02:07 PM |
|
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!
|
|
|
|
alystair
Newbie
Offline
Activity: 1
Merit: 0
|
|
July 12, 2010, 02:41:17 PM |
|
Windows 7 x64 / Debian VM GTX 260 Extremely interested to see CUDA work considering I hardly strain this card anymore
|
|
|
|
fflaguna
Member
Offline
Activity: 84
Merit: 10
|
|
July 12, 2010, 10:03:20 PM |
|
Windows 7 x64 nVidia GTX 280M I'm computer-savvy and ready to try out the CUDA binary.
|
|
|
|
asdfman
Newbie
Offline
Activity: 38
Merit: 0
|
|
July 12, 2010, 11:36:43 PM |
|
Unfortunately I dont have a compatible GPU on the machine Im running, but I think this is an awesome idea!!
|
|
|
|
StinkiePhish
Newbie
Offline
Activity: 15
Merit: 0
|
|
July 13, 2010, 12:32:24 AM |
|
OS X 10.6.4
Geforce GT 220.
Thank you!
|
|
|
|
ultrasonicsite
|
|
July 13, 2010, 04:25:00 AM |
|
Windows XP Geforce 8400 GS 512MB
|
|
|
|
Ground Loop
Member
Offline
Activity: 111
Merit: 10
|
|
July 13, 2010, 08:07:56 AM |
|
Windows XP SP3 32-bit GeForce GT 240 (96 CUDA cores, 1GB)
Happy to try experimental code.
|
Bitcoin accepted here: 1HrAmQk9EuH3Ak6ugsw3qi3g23DG6YUNPq
|
|
|
letharion
Newbie
Offline
Activity: 1
Merit: 0
|
|
July 13, 2010, 01:40:00 PM |
|
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.
|
|
|
|
EricJ2190
|
|
July 13, 2010, 07:10:40 PM Last edit: July 13, 2010, 10:26:50 PM by EricJ2190 |
|
Windows Vista SP2 64-bit nVidia 8800 GTS (Overclocked)
|
|
|
|
SmokeTooMuch
Legendary
Offline
Activity: 860
Merit: 1026
|
|
July 13, 2010, 07:41:52 PM |
|
I think posting all of that data is a bit useless now, afaik the threadstarter has canceled paused his project.
|
|
|
|
sgtstein
Member
Offline
Activity: 61
Merit: 10
|
|
July 13, 2010, 08:03:39 PM |
|
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...
|
|
|
|
|