Post
Topic
Board Hardware
Re: ANTMINER S3 Discussion and Support Thread.
by
kabopar
on 22/10/2014, 07:26:14 UTC

is it correct commands to update ?

SSH into the S3 and login
cd /usr/bin
mv cgminer cgminer.bak
wget http://ck.kolivas.org/apps/cgminer/antminer/s3/4.6.1-141020/cgminer
chmod +x cgminer
Reboot


thanks
I used
Code:
cd /usr/bin
mv cgminer oldcgminer/cgminer
wget http://ck.kolivas.org/apps/cgminer/antminer/s3/4.6.1-141020/cgminer
chmod 755 cgminer
reboot
(the directory "oldcgminer" was created earlier to hold previous versions)
hint to reduce typing errors:  (works on Putty with Windows) copy the text that you want to enter, then mouse-left-click in the Putty window to define the insertion point, right-click to paste the text.

Your procedure looks ok as well.

Cheers