Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [SKC] Skeincoin | Skein-SHA2 | CPU mining | GPU miner available
by
daemonfox
on 02/01/2014, 01:30:01 UTC
Finally got the miner to mine.  Grin
Also needed the setuptools dependancy.

Files needed for mining in Windows:

https://github.com/snoopcode/poclbm-skc
Download as zip.

Python 2.7.6 32bit:
http://www.python.org/getit/

Get these in 32bit, python 2.7 format from http://www.lfd.uci.edu/~gohlke/pythonlibs/
-Ipython
-Mako
-Numpy
-pyopencl
-pytools
-setuptools

amdocl64.dll and copy to Windows/system32 as amdocl.dll if using >13.12 driver (rename the original one as amdocl.new for other miners/games)
http://www.filedropper.com/amdocl64

skeinhash.so for the poclbm folder: http://www.megafileupload.com/en/file/482956/skeinhash-so.html

Thanks to madjihad for the last 2 files.
Thanks to all for the tips, hints and work on the miner.

https://github.com/mjmvisser/adl3
Download as unzip and unzip to miner folder, needed for temp monitoring and setting --cutoff-temp=90 for 79x0 cards.

Missing: 64 bit support (not needed according to "reorder")

Bat file example previously posted:
C:\python27\python.exe C:\skein\poclbm-skc\poclbm.py http://[username.worker]:[password]@skc.coinmine.pl:6400

/EDIT: Added adl3 temp monitor link and bat file example.

Followed this to the letter and got this on Win 7 64 bit:

Fires up and then pop up that python.exe has stopped working.

Bat file is:

C:\python27\python.exe C:\poclbm-skc\poclbm.py http://worker.1:12345@skc.coinmine.pl:6400 -d 0
I was having the same issue with 64bit, but worked once i rebuild sheinhash.so with -march=nocona or maybe try the more generic x86_64
note: i'm running intel cpu

Mind attaching your skeinhash.so? I am on an AMD APU... but would like to see if yours works for me.