Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [SKC] Skeincoin | Skein-SHA2 | CPU mining | GPU miner available
by
acidu
on 28/12/2013, 02:31:23 UTC
Used https://bitcointalk.org/index.php?topic=322828.msg4042222#msg4042222
Compiled skeinhash.so in mingw, but got message that key fPIC ignored as all code positionally independed.
and now when try to run on 7950, win 8.1 x64, 4gb ram, catalist 13.11 beta 9.5, it tell me that and close:

Code:
28/12/2013 00:50:51, started OpenCL miner on platform 1, device 0 (Tahiti)
 28/12/2013 00:50:51, Setting server (melnikalex.1 @ skc.coinmine.pl:6400)
skc.coinmine.pl:6400 28/12/2013 00:50:51, Compiler defines:  -DOUTPUT_SIZE=256 -DOUTPUT_MASK=255 -DENDIAN_LITTLE=1 -DGPU_AMD=1 -IC:\Skein\poclbm-skc
skc.coinmine.pl:6400 28/12/2013 00:50:51, Error loading compiled kernel: 60078364a528c8e14b098ad0e9403ceb.elf
skc.coinmine.pl:6400 28/12/2013 00:50:51, Recompiling kernel ...
skc.coinmine.pl:6400 28/12/2013 00:50:51, Setting new difficulty: 0.0625

please help to make it work
maybe my skeinhash.so is not as good as yours, can someone give the link to download it?
who make it work, please tell your os/catalist version/amd sdk ?
thanks

I have downloaded the driver from here : http://www2.ati.com/drivers/beta/amd-catalyst-13.11-beta-v9.4-linux-x86.x86_64.run.zip

install it with sudo sh ./amdwhatever.run


use ubuntu 13.04 : from here http://releases.ubuntu.com/13.04/

- i recommand you to use WUBI.exe... it will install ubuntu along with your windows without altering or modifiing partitions on you hdd, jut simply point the installer on what drive and what size you wanna allow for utunbu
http://releases.ubuntu.com/13.04/wubi.exe



first of all be sure you have followed this tutorial THX TO ESCOBOL user:


Install the proprietary video driver

sudo apt-get install python-pyopencl subversion
sudo apt-get install git

git clone https://github.com/bmjames/python-jsonrpc
cd python-jsonrpc/
sudo python setup.py install
cd ..

git clone https://github.com/snoopcode/poclbm-skc
cd poclbm-skc\skeinhash
gcc -fPIC -shared -o skeinhash.so *.c

cd..

cd poclbm-skc

python poclbm.py stratum://user.worker:pass@skc.coinmine.pl:6400  

here are flags

https://en.bitcoin.it/wiki/Poclbm

for example : -d o -for device 0, -f 0 - for 0 framerate, etc


(if u use just command line, not lightdm on boot, add sudo (sudo python poclbm.py....))


=-=-=-=-=-=-=


GPU temperature read command:
aticonfig --odgt --adapter=0

FANspeed command:
amdconfig --pplib-cmd "set fanspeed 0 40"              40 means %, change it with auto  if you want auto fan speed control back


enjoy mining Wink


i use for connect: sudo python poclbm.py stratum:http://skc.coinmine.pl:6400 user.worker:password@skc.coinmine.pl:6400