Hello, yesterday I migrate from BAMT 1.1 to BAMT 1.6 to try Darkcoin mining. Configure my BAMT like before - i had enough experience with Linux and mining but have trouble start mining Darkcoin. With default cgminer there are no problems at all - it mines like in older version, but when change the bamt.conf to sgminer-sph i get:
Started sgminer 4.1.0-85-gccc7d
Loaded configuration file /etc/bamt/sgminer-sph.conf
Kernel darkcoin is experimental.
Error -11: Building Program (clBuildProgram)
Error compiling program for search.
Frontend phase failed compilation.
Error: Creating kernel search failed!
Failed to init GPU thread 0, disabling device 0
Restarting the GPU from the menu will not fix this.
Try restarting sgminer.
In "sgminer-sph.conf" i change only the pool/worker data. In bamt.conf - stop cgminer with "#cgminer_opts: --api-listen --config /etc/bamt/cgminer.conf", and set: cgminer_opts: --api-listen --config /etc/bamt/sgminer-sph.conf miner-sgminer-sph: 1
I read in here:
"Error -11: Building Program (clBuildProgram) - execute miner from the directory where "kernel" directory is present"
and start mining process from the console with:
export DISPLAY=:0
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_ALLOC_PERCENT=100
./sgminer --kernel darkcoin -o stratum+tcp://stratum1.suchpool.pw:3335 -u xxxxx.1 -p xxxx
with no options just to check if the mining process will start at any kH/s. The console returns:
Started sgminer 4.1.0-85-gccc7d
Kernel darkcoin is experimental.Killed
It takes about 1 or 2 minutes between start and error (kill) of the mining process.
Where can i find a solution of my problem, thanks in advance.
I mine with one HD6950.
sounds like the kernel path is messed up or something
Edit: also it defaults to thread-congurency 6016
So maybe try setting it manually to something lower will help
Last night i recompile the sgminer-sph:
------------------------------------------------------------------------
sgminer 4.1.0
------------------------------------------------------------------------
Configuration Options Summary:
Use git version......: yes
libcurl(GBT+getwork).: Enabled: -lcurl
curses.TUI...........: FOUND: -lncurses
OpenCL...............: FOUND. GPU mining support enabled
ADL..................: SDK found, GPU monitoring support enabled
Compilation............: make (or gmake)
CPPFLAGS.............:
CFLAGS...............: -g -O2
LDFLAGS..............: -lpthread
LDADD................: -ldl -lcurl compat/jansson-2.5/src/.libs/libjansson.a -lpthread -L/opt/AMDAPP/lib/x86 -lOpenCL -lm -lrt
Installation...........: make install (as root if needed, with 'su' or 'sudo')
prefix...............: /usr/local
and no change with my problem (maybe if i change some flags in ./configure script?) - is there any other software or version for mining darkcoins in Linux?