Post
Topic
Board Hardware
Re: [Setup & Troubleshoot] Bitmain AntMiner S1 180GH/S miner
by
Sailing_Nut
on 06/06/2014, 20:15:29 UTC

That means that you missed a few commands.  I made a sure-fire way to get it done every time.  Try this:
Code:
cd /usr/bin/
wget http://kano-kun.net/AntS1/cgminer-ants1-4.3.2a-85fcf0c
chmod +x cgminer-ants1-4.3.2a-85fcf0c
mv cgminer cgminer.original
rm cgminer
ln -s cgminer-ants1-4.3.2a-85fcf0c cgminer
reboot

My newly arrived S1 refused to mine. I checked from the web setup that I can ping my pool from the miner, so my IP connectivity is good.

I then did some research and came across this thread. I used the procedure to update cgminer and now I get this when checking the version:

Code:
root@antMiner:~# cgminer -V
-ash: cgminer: not found

This has me very worried! I'm not very good with Linux and I need to get this fixed so that I can get to mining.

Any and all help is appreciated!