Hi guys
sling00 from the pimp team here.
If you want to run this miner on pimp, here is how to do it:
Update: The open source version of the modified miner is available via pimpupdate. So this tutorial is ONLY for the binary miner is as of now unsupported. it still works but is ONLY for the binary miner.
1. use the 64 bit ubuntu build of the miner download it from page 1 of this thread: direct wget link below.
cd ~
wget
https://www.dropbox.com/sh/zhfbr8xh6zw0gi0/AAB3vMZ5JQac9tvNbaI6-5pSa/x11-sgminer-linux-64bit-build1.tgztar xvf x11-sgminer-linux-64bit-build1.tgz
2. nano /etc/apt/sources.list
it should have the following line:
# firmware
#deb
http://debian.cc.lehigh.edu/debian/ jessie main contrib non-free
uncomment so it looks like this:
# firmware
deb
http://debian.cc.lehigh.edu/debian/ jessie main contrib non-free
save the file. ctrl+x and enter y to save
apt-get update
sudo apt-get -t testing install libc6-dev
once done, the miner will be able to run
then, recomment the line in /etc/apt/sources.list
nano /etc/apt/sources.list
# firmware
#deb
http://debian.cc.lehigh.edu/debian/ jessie main contrib non-free
DONT FORGET TO COMMENT THIS BACK OR YOU WILL BREAK YOUR SYSTEM ON apt-get upgrade!
Add the following line to /opt/ifmi/poolmanager.conf, indentation and spacing are very important or you will break poolmanager!
Note: make sure to set the mpath correctly to where you put the sgminer binary!
9:
mconfig: X11-Opt
mopts: --api-listen
mpath: /root/x11-sgminer-linux-64bit-build1/sgminer
savepath: /opt/ifmi/cgminer.x11opt.conf
create the /opt/ifmi/cgminer.x11opt.conf from cgminer.x11.conf (cgminer.darkcoin.conf on pre 1.4.2 releases)
cp /opt/ifmi/cgminer.x11.conf /opt/ifmi/cgminer.x11opt.conf
remove or edit the following lines
Remove all pools but one, make sure your syntax is correct and it has no , after its } close bracket
"kernel" : "darkcoin", <- REMOVE no kernel line used with this miner
"thread-concurrency" : "x", <- SET TO 0 or test at your own risk, your old value likely WILL NOT WORK
"gpu-threads" : "1," <- set to 1 or test at your own risk.
CHANGE the worksize line for most cards (this works better on pretty much ALL my cards except the 280x).
"worksize" : "128",
Please stop in #pimp on freenode if you have any questions as i DO NOT check these forums regularly.