Post
Topic
Board Hardware
Re: [Guide] Dogie's Comprehensive Bitmain Antminer S3 Setup [HD]
by
Count_Frackula
on 08/09/2014, 20:02:31 UTC
in response to count fracular Count Frackula I gave it a go but it didn't work as it was compiled for a S1 so the driver is slightly different (I think)  anywayyou can now get an up to date version of cgminer

https://bitcointalk.org/index.php?topic=671189.msg8722578#msg8722578

to get it to work (a potted rehash of what's in the other thread)

ssh into your Antminer

cd /etc/init.d/cgminer stop
cd /usr/bin
mkdir oldcgminer (to keep a copy of the old one)
mv cgminer oldcgminer/cgminer
wget http://ck.kolivas.org/apps/cgminer/antminer/s3/4.6.0-140908/cgminer
chmod 755 cgminer
reboot

Looks like it's been revised to this:

1. SSH into the S3 and login
2. Issue the following commands sequentially.
Code:
cd /usr/bin
mv cgminer cgminer.bak
wget http://ck.kolivas.org/apps/cgminer/antminer/s3/4.6.0-140908/cgminer
chmod +x cgminer
reboot

Thanks for the info.