Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Ufasoft Miner - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source
by
Flowz
on 23/10/2013, 18:52:50 UTC
I noticed that the resource/RCDATA also contains some CUDA code from poclbm and some other code from Phoenix miner?
When I compile with GPU enabled, it won't seem to add those..
CUDA is disabled by default now because NVIDIA supports OpenCL. OpenCL is common portable language for all parallel platforms.

Please add following define to u-config.h
Code:
#define UCFG_BITCOIN_USE_RESOURCE 0
It means to use external files (from the same directory as .EXE) instead of RCDATA. It is simpler.

Hi,
How would one go about adding them in the RCDATA?