Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: davo on August 11, 2014, 12:03:51 PM



Title: x11 & x13 mining
Post by: davo on August 11, 2014, 12:03:51 PM
Hello all,

i have been mining scrypt, but would like to go mine x11 and x13 coins.
Now my question, i have been mining by creating a shortcut on my desktop with the following commend:C:\cgminer\cgminer.exe --scrypt  -u user -p pass -o stratum+tcp://pool:port  --gpu-platform 0 -d 0 -w 512 -v 1 -I 19 -g 1 -l 1 --thread-concurrency  15232.


now i tryed to change it to: C:\sph-sgminer_x11mod\sgminer.exe   --kernel x13mod   -u user -p pass -o stratum+tcp://pool:port  --gpu-platform 0 -d 0 -w 512 -v 1 -I 19 -g 1 -l 1 --thread-concurrency  15232  but then i relieve a message saying invalid parameter to set_kernel. What am i doing worng here ?



Davo


Title: Re: x11 & x13 mining
Post by: Fluffy_Stefan on August 11, 2014, 01:04:09 PM
Shouldn't it be
Quote
--kernel x13mod
?


Title: Re: x11 & x13 mining
Post by: davo on August 11, 2014, 01:31:42 PM
Shouldn't it be
Quote
--kernel x13mod
?


Yes i should, made a type mistake.
But even then is wont work.




Davo


Title: Re: x11 & x13 mining
Post by: davo on August 11, 2014, 10:04:54 PM
Shouldn't it be
Quote
--kernel x13mod
?


Yes i should, made a type mistake.
But even then is wont work.




Davo

Made a bat file with this in it:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe --kernel darkcoin -o pool:port -u username -p pass --gpu-platform 0 -d 0 --thread-concurrency 8192 -I 13 --lookup-gap 2 --worksize 256 -g 1 --gpu-engine 1160 --gpu-memclock 1450

That works!
Will test x13 also



Davo 


Title: Re: x11 & x13 mining
Post by: topnetdeal on August 11, 2014, 10:20:40 PM
If You have not x13mod.cl file in sgminer directory, must use kernel marucoin... for x13.


Title: Re: x11 & x13 mining
Post by: davo on August 11, 2014, 11:08:56 PM
If You have not x13mod.cl file in sgminer directory, must use kernel marucoin... for x13.

Thanks, i have both of the files in sgminer: x13mod.cl and x11mod.cl

Now have 1.9Mhz on x11 with my asus R9 270x




Davo